Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_hom
|
|
47 |
os.chdir(user_home / r"stable-diffusion-webui")
|
48 |
os.system("git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge")
|
49 |
os.system("git fetch reForge")
|
50 |
-
os.system("git checkout -b
|
51 |
-
os.system("git branch -u reForge/
|
52 |
os.system("git stash")
|
53 |
os.system("git pull")
|
54 |
#install extensions
|
|
|
47 |
os.chdir(user_home / r"stable-diffusion-webui")
|
48 |
os.system("git remote add reForge https://github.com/Panchovix/stable-diffusion-webui-reForge")
|
49 |
os.system("git fetch reForge")
|
50 |
+
os.system("git checkout -b main reForge/main")
|
51 |
+
os.system("git branch -u reForge/main")
|
52 |
os.system("git stash")
|
53 |
os.system("git pull")
|
54 |
#install extensions
|