Spaces:
Running
Running
Update app.py
Browse files
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/
|
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 |
#
|