Haidra-Org / AI-Horde

A crowdsourced distributed cluster for AI art and text generation
GNU Affero General Public License v3.0
1.1k stars 133 forks source link

Allow workers to always report NSFW status, even if `nsfw: true` is set in the request #442

Closed tazlin closed 2 months ago

tazlin commented 3 months ago

Historically, we only reported NSFW status by sending the "this image was censored" image back when the user requested NSFW checks (or if the worker was nsfw: false but incidentally generated an NSFW image). This dates back to a time when the NSFW and CSAM checks were separate. This is no longer the case as they have been combined and as such both always run for every generation.

This may assist us in the future when compiling shared images and may serve some use to end users and/or service operators.

I propose:

Todo:

tazlin commented 2 months ago

Completed via the associated/tagged PRs.