Safety checker in the diffusers library has a lot of False positives for NSFW detection.
You can disable the safety filter if you want.
pipe.safety_checker = lambda images, **kwargs: (images, False)
Safety checker in the diffusers library has a lot of False positives for NSFW detection.
You can disable the safety filter if you want.
pipe.safety_checker = lambda images, **kwargs: (images, False)