Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PhelpsGG/stabilityai-stable-diffusion-3.5-large
Dagfinn1962
/
stabilityai-stable-diffusion-3.5-large
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
stabilityai-stable-diffusion-3.5-large
/
app.py
Dagfinn1962
Update app.py
daceb61
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
import
gradio
as
gr
with
gr.Blocks(css=css)
as
demo:
gr.load(
"models/stabilityai/stable-diffusion-3.5-large"
)demo.launch()