Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xhxhkxh
/
sdp
like
1
Runtime error
App
Files
Files
Community
xhxhkxh
commited on
Apr 29, 2023
Commit
ab63a3f
•
1 Parent(s):
bc68069
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from diffusers import DiffusionPipeline
2
+
3
+
pipeline = DiffusionPipeline.from_pretrained("PublicPrompts/All-In-One-Pixel-Model")