Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ os.chdir(str(user_home))
|
|
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
|
42 |
#
|
43 |
|
44 |
#install extensions
|
|
|
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 cf2772fab0af5573da775e7437e6acdca424f26e")
|
42 |
#
|
43 |
|
44 |
#install extensions
|