text2img.safety_checker = lambda images, **kwargs: (images, False)
inpaint.safety_checker = lambda images, **kwargs: (images, False)

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment