Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
billymadison420
/
stabilityai-stable-diffusion-2-base
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
stabilityai-stable-diffusion-2-base
/
app.py
billymadison420
initial commit
22366ef
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
gradio
as
gr
gr.load(
"models/stabilityai/stable-diffusion-2-base"
).launch()