Files changed (1) hide show
  1. Nsfw.txt +2 -0
Nsfw.txt ADDED
@@ -0,0 +1,2 @@
 
 
1
+ text2img.safety_checker = lambda images, **kwargs: (images, False)
2
+ inpaint.safety_checker = lambda images, **kwargs: (images, False)