Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dracomoth
/
Stable-Diffusion-WebUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
200b6e9
Stable-Diffusion-WebUI
/
app.py
Dracomoth
Create app.py
200b6e9
over 2 years ago
raw
Copy download link
history
blame
208 Bytes
import
os
os.system(
f"git clone https://github.com/camenduru/stable-diffusion-webui /home/user/app/stable-diffusion-webui"
)
os.chdir(
f"/home/user/app/stable-diffusion-webui"
)
os.system(
f"python launch.py"
)