Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
CompVis
/
stable-diffusion-safety-checker
like
124
Follow
CompVis
1.21k
Transformers
PyTorch
clip
Inference Endpoints
arxiv:
2103.00020
arxiv:
1910.09700
Model card
Files
Files and versions
Community
45
Train
Deploy
Use this model
KinakoDon
commited on
Aug 25, 2022
Commit
47fecec
·
1 Parent(s):
4bb648a
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+3
-0
README.md
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
prompt = "cat in the dark room"
2
+
image = pipe(prompt)["sample"][0]
3
+
image.save(f"cat.png")