Spaces:
Runtime error
Runtime error
Commit
·
3f24094
1
Parent(s):
c795149
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
|
@@ -30,6 +30,7 @@ def DownLoad(URI:str,DownloadPath:pathlib.Path,DownLoadFileName:str ) -> int:
|
|
30 |
gc.collect()
|
31 |
return 0
|
32 |
else :
|
|
|
33 |
del i
|
34 |
raise Exception(str.format("download \'{0}\' failed",URI))
|
35 |
|
@@ -210,7 +211,7 @@ args = [
|
|
210 |
"--no-half",
|
211 |
"--no-half-vae",
|
212 |
"--enable-insecure-extension-access",
|
213 |
-
"--medvram",
|
214 |
"--skip-torch-cuda-test",
|
215 |
"--enable-console-prompts",
|
216 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
|
|
1 |
"""
|
2 |
Vorst Cavry SD Anapnoe
|
3 |
"""
|
4 |
+
commit_id=r"d0bf509fa14babebedbaef121ef54599003aa457"
|
5 |
import os
|
6 |
from sys import executable
|
7 |
import subprocess
|
|
|
30 |
gc.collect()
|
31 |
return 0
|
32 |
else :
|
33 |
+
|
34 |
del i
|
35 |
raise Exception(str.format("download \'{0}\' failed",URI))
|
36 |
|
|
|
211 |
"--no-half",
|
212 |
"--no-half-vae",
|
213 |
"--enable-insecure-extension-access",
|
214 |
+
"--medvram-sdxl",
|
215 |
"--skip-torch-cuda-test",
|
216 |
"--enable-console-prompts",
|
217 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|