soiz1 commited on
Commit
5236ea0
·
verified ·
1 Parent(s): 815e541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ os.chdir(str(user_home))
37
  #clone stable-diffusion-webui repo
38
  print("cloning stable-diffusion-webui repo")
39
  os.system(f'rm -rf "{str(user_home / r"stable-diffusion-webui")}"/*')
40
- Gitclone(r"https://github.com/lllyasviel/stable-diffusion-webui-forge.git",str(user_home / r"stable-diffusion-webui"))
41
  os.chdir(str(user_home / r"stable-diffusion-webui"))
42
  os.system("git reset --hard 89f9faa63388756314e8a1d96cf86bf5e0663045")
43
  #
 
37
  #clone stable-diffusion-webui repo
38
  print("cloning stable-diffusion-webui repo")
39
  os.system(f'rm -rf "{str(user_home / r"stable-diffusion-webui")}"/*')
40
+ Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",str(user_home / r"stable-diffusion-webui"))
41
  os.chdir(str(user_home / r"stable-diffusion-webui"))
42
  os.system("git reset --hard 89f9faa63388756314e8a1d96cf86bf5e0663045")
43
  #