soiz commited on
Commit
a5b535f
1 Parent(s): 014d39d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ user_home =pathlib.Path.home().resolve()
36
  os.chdir(str(user_home))
37
  #clone stable-diffusion-webui repo
38
  print("cloning stable-diffusion-webui repo")
39
- Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",str(user_home / r"stable-diffusion-webui"))
40
  os.chdir(str(user_home / r"stable-diffusion-webui"))
41
  os.system("git reset --hard 89f9faa63388756314e8a1d96cf86bf5e0663045")
42
  #
 
36
  os.chdir(str(user_home))
37
  #clone stable-diffusion-webui repo
38
  print("cloning stable-diffusion-webui repo")
39
+ Gitclone(r"https://github.com/izum00/stable-diffusion-webui.git",str(user_home / r"stable-diffusion-webui"))
40
  os.chdir(str(user_home / r"stable-diffusion-webui"))
41
  os.system("git reset --hard 89f9faa63388756314e8a1d96cf86bf5e0663045")
42
  #