bilal-and-haffi / ai-print-shop

https://www.ai-print-shop.com
3 stars 0 forks source link

pre generation check: prevent users from creating nsfw, racist or violent images #184

Closed haffi96 closed 2 weeks ago

haffi96 commented 1 month ago

Extend the copyright checker to check whether the prompt is likely to create content which violates terms of service

openai already just errors if the prompt is bad

but stable diffusion doesn't (i think?)

this would ensure:

Need to make sure this check is cheap, because would be done on each prompt. If this check makes the initial check alot slower. We could do it async and prevent the user from checking out at the next screen or something