GreenTeaLatte commited on
Commit
6efe166
1 Parent(s): a452ec4

switch git repo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  os.chdir(f"/home/user/app")
3
- os.system(f"git clone -b v2.6 https://github.com/camenduru/stable-diffusion-webui /home/user/app/stable-diffusion-webui")
4
  os.chdir(f"/home/user/app/stable-diffusion-webui")
5
  os.system(f"git lfs install")
6
  os.system(f"git reset --hard")
 
1
  import os
2
  os.chdir(f"/home/user/app")
3
+ os.system(f"git clone -b v2.6 https://github.com/the-gates-of-Zion/stable-diffusion-webui-concise /home/user/app/stable-diffusion-webui")
4
  os.chdir(f"/home/user/app/stable-diffusion-webui")
5
  os.system(f"git lfs install")
6
  os.system(f"git reset --hard")