Upload Allow nsfw.txt

#31
by thisguy1234 - opened
Files changed (1) hide show
  1. Allow nsfw.txt +2 -0
Allow 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)