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
Fetching metadata from the HF Docker repository...
refs/pr/17
stable-diffusion-img2img
/
Allow nsfw
mhkj0
Allow nsfw
b753c37
almost 2 years ago
raw
Copy download link
history
blame
Safe
132 Bytes
text2img.safety_checker
= lambda images, **kwargs: (images,
False
)
inpaint.safety_checker
= lambda images, **kwargs: (images,
False
)