Spaces:
Runtime error
Runtime error
Commit
·
c795149
1
Parent(s):
1cd213b
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
|
@@ -193,6 +193,7 @@ DownLoad(r"https://github.com/xinntao/facexlib/releases/download/v0.1.0/detectio
|
|
193 |
#parsing_parsenet
|
194 |
DownLoad(r"https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth",user_home / r"stable-diffusion-webui"/r"models"/r"GFPGAN",r"parsing_parsenet.pth")
|
195 |
#GFPGANv1.4
|
|
|
196 |
DownLoad(r"https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth",user_home / r"stable-diffusion-webui"/r"models"/r"GFPGAN",r"GFPGANv1.4.pth")
|
197 |
#strt Stable Diffusion Webui
|
198 |
print("Done\nStarting Webui...")
|
|
|
1 |
"""
|
2 |
Vorst Cavry SD Anapnoe
|
3 |
"""
|
4 |
+
commit_id=r"9931e861dfb128735c4a928a7beb5b5c0af30593"
|
5 |
import os
|
6 |
from sys import executable
|
7 |
import subprocess
|
|
|
193 |
#parsing_parsenet
|
194 |
DownLoad(r"https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth",user_home / r"stable-diffusion-webui"/r"models"/r"GFPGAN",r"parsing_parsenet.pth")
|
195 |
#GFPGANv1.4
|
196 |
+
|
197 |
DownLoad(r"https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth",user_home / r"stable-diffusion-webui"/r"models"/r"GFPGAN",r"GFPGANv1.4.pth")
|
198 |
#strt Stable Diffusion Webui
|
199 |
print("Done\nStarting Webui...")
|