Spaces:
Runtime error
Runtime error
vorstcavry
commited on
Commit
•
a20df27
1
Parent(s):
8a7d2f7
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
"""
|
2 |
Vorst Cavry SD Anapnoe
|
3 |
"""
|
4 |
-
commit_id=r"
|
5 |
import os
|
6 |
from sys import executable
|
7 |
import subprocess
|
@@ -39,7 +39,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 |
os.chdir(user_home / r"stable-diffusion-webui")
|
|
|
1 |
"""
|
2 |
Vorst Cavry SD Anapnoe
|
3 |
"""
|
4 |
+
commit_id=r"5ef669de080814067961f28357256e8fe27544f4"
|
5 |
import os
|
6 |
from sys import executable
|
7 |
import subprocess
|
|
|
39 |
os.chdir(str(user_home))
|
40 |
#clone stable-diffusion-webui repo
|
41 |
print("cloning stable-diffusion-webui repo")
|
42 |
+
Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_home / r"stable-diffusion-webui")
|
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")
|