thisguy1234
commited on
Commit
•
579985f
1
Parent(s):
1021988
Upload Allow nsfw.txt
Browse files- 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)
|