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...
Create nsfw
#35
by
spee2gon
- opened
Jul 16, 2023
base:
refs/heads/main
←
from:
refs/pr/35
Discussion
Files changed
+3
-0
Files changed (1)
hide
show
nsfw
+3
-0
nsfw
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
text2img.safety_checker = lambda images, **kwargs: (images, False)
2
+
inpaint.safety_checker = lambda images, **kwargs: (images, False)
3
+