Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
os.system(f"git lfs install")
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
-
os.system(f"
|
| 8 |
-
|
| 9 |
-
os.system(f"sh webui.sh")
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
+
#os.system(f"git lfs install")
|
| 4 |
+
os.system(f"git clone -b v2.2 https://github.com/camenduru/stable-diffusion-webui /home/ichelp/source/stable-diffusion-webui")
|
| 5 |
+
os.chdir(f"/home/ichelp/source/stable-diffusion-webui")
|
| 6 |
|
| 7 |
+
os.system(f"sh webui-user.sh")
|
|
|
|
|
|