Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fffiloni
/
stable-diffusion-img2img
like
254
Paused
App
Files
Files
Community
39
Nsfw
#28
by
Louisthequick
- opened
Jun 3, 2023
base:
refs/heads/main
←
from:
refs/pr/28
Discussion
Files changed
+2
-0
Files changed (1)
hide
show
Nsfw
+2
-0
Nsfw
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
text2img.safety_checker = lambda images, **kwargs: (images, False)
2
+
inpaint.safety_checker = lambda images, **kwargs: (images, False)