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...
Dracomoth
commited on
Nov 8, 2023
Commit
200b6e9
·
1 Parent(s):
b91103b
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
3
+
os.system(f"git clone https://github.com/camenduru/stable-diffusion-webui /home/user/app/stable-diffusion-webui")
4
+
os.chdir(f"/home/user/app/stable-diffusion-webui")
5
+
6
+
os.system(f"python launch.py")