Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
os.chdir(f"/home/user/app")
|
| 4 |
-
os.system(f"git clone -b
|
| 5 |
#os.system(f"git clone -b master https://github.com/jaias92/stable-diffusion-webuiwhuggyface /home/user/app/stable-diffusion-webui")
|
| 6 |
os.chdir(f"/home/user/app/stable-diffusion-webui")
|
| 7 |
os.system(f"git lfs install")
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
os.chdir(f"/home/user/app")
|
| 4 |
+
os.system(f"git clone -b v3.0 https://github.com/camenduru/stable-diffusion-webui /home/user/app/stable-diffusion-webui")
|
| 5 |
#os.system(f"git clone -b master https://github.com/jaias92/stable-diffusion-webuiwhuggyface /home/user/app/stable-diffusion-webui")
|
| 6 |
os.chdir(f"/home/user/app/stable-diffusion-webui")
|
| 7 |
os.system(f"git lfs install")
|