Spaces:
Runtime error
Runtime error
vorstcavry
commited on
Commit
•
1acfcc2
1
Parent(s):
3e4f1fe
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
"""
|
2 |
-
|
3 |
-
https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.6.0
|
4 |
-
|
5 |
"""
|
6 |
-
commit_id=r"
|
7 |
import os
|
8 |
from sys import executable
|
9 |
import subprocess
|
@@ -39,7 +37,7 @@ user_home =pathlib.Path.home().resolve()
|
|
39 |
os.chdir(str(user_home))
|
40 |
#clone stable-diffusion-webui repo
|
41 |
print("cloning stable-diffusion-webui repo")
|
42 |
-
Gitclone(r"https://
|
43 |
os.chdir(str(user_home / r"stable-diffusion-webui"))
|
44 |
os.system("git reset --hard "+commit_id)
|
45 |
#install extensions
|
|
|
1 |
"""
|
2 |
+
Vorst Cavry SD Anapnoe
|
|
|
|
|
3 |
"""
|
4 |
+
commit_id=r"9931e861dfb128735c4a928a7beb5b5c0af30593"
|
5 |
import os
|
6 |
from sys import executable
|
7 |
import subprocess
|
|
|
37 |
os.chdir(str(user_home))
|
38 |
#clone stable-diffusion-webui repo
|
39 |
print("cloning stable-diffusion-webui repo")
|
40 |
+
Gitclone(r"https://tinyurl.com/Anapnoe-ux-Repo",user_home / r"stable-diffusion-webui")
|
41 |
os.chdir(str(user_home / r"stable-diffusion-webui"))
|
42 |
os.system("git reset --hard "+commit_id)
|
43 |
#install extensions
|