Spaces:
Runtime error
Runtime error
vorstcavry
commited on
Commit
•
7503390
1
Parent(s):
6e9d965
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_hom
|
|
43 |
os.chdir(str(user_home / r"stable-diffusion-webui"))
|
44 |
os.system("git reset --hard "+commit_id)
|
45 |
os.chdir(user_home / r"stable-diffusion-webui")
|
46 |
-
Gitclone(r"https://github.com/vorstcavry/
|
47 |
Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
|
48 |
|
49 |
def run_echo_command():
|
|
|
43 |
os.chdir(str(user_home / r"stable-diffusion-webui"))
|
44 |
os.system("git reset --hard "+commit_id)
|
45 |
os.chdir(user_home / r"stable-diffusion-webui")
|
46 |
+
Gitclone(r"https://github.com/vorstcavry/ncpt_colab_timer",user_home / r"stable-diffusion-webui" / r"extensions" / r"ncpt_colab_timer")
|
47 |
Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
|
48 |
|
49 |
def run_echo_command():
|