Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,12 +44,10 @@ os.chdir(str(user_home))
|
|
| 44 |
#clone stable-diffusion-webui repo
|
| 45 |
print("cloning stable-diffusion-webui repo")
|
| 46 |
Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_home / r"stable-diffusion-webui")
|
| 47 |
-
os.
|
| 48 |
-
os.system("git
|
| 49 |
-
os.system("git
|
| 50 |
-
os.system("git
|
| 51 |
-
os.system("git fetch forge")
|
| 52 |
-
os.system("git branch -u forge/main")
|
| 53 |
os.system("git pull")
|
| 54 |
#install extensions
|
| 55 |
print("installing extensions")
|
|
|
|
| 44 |
#clone stable-diffusion-webui repo
|
| 45 |
print("cloning stable-diffusion-webui repo")
|
| 46 |
Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_home / r"stable-diffusion-webui")
|
| 47 |
+
os.system("git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge")
|
| 48 |
+
os.system("git fetch reForge")
|
| 49 |
+
os.system("git checkout -b dev_upstream_experimental reForge/dev_upstream_experimental")
|
| 50 |
+
os.system("git stash")
|
|
|
|
|
|
|
| 51 |
os.system("git pull")
|
| 52 |
#install extensions
|
| 53 |
print("installing extensions")
|