Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ismot
/
7testi4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
7testi4
/
app.py
ismot
Duplicate from Omnibus/Fast-SD-V1-5
ce04560
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
import
gradio
as
gr
this = gr.Interface.load(
"models/runwayml/stable-diffusion-v1-5"
)
this.launch(enable_queue=
False
, max_threads=
100
)