Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
fffiloni
/
stable-diffusion-img2img
like
259
Running
App
Files
Files
Community
40
Fetching metadata from the HF Docker repository...
Upload Nsfw.txt
#29
by
Leommmm
- opened
Jun 5, 2023
base:
refs/heads/main
←
from:
refs/pr/29
Discussion
Files changed
+2
-0
Files changed (1)
hide
show
Nsfw.txt
+2
-0
Nsfw.txt
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
text2img.safety_checker = lambda images, **kwargs: (images, False)
2
+
inpaint.safety_checker = lambda images, **kwargs: (images, False)