Spaces:
Runtime error
Runtime error
DreamSunny
commited on
Commit
•
e89efe9
1
Parent(s):
bc31e1b
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ os.system(r"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggin
|
|
90 |
|
91 |
#strt webui
|
92 |
print("Done\nStarting Webui...")
|
93 |
-
os.system(r"python3 launch.py --precision full --no-half --no-half-vae --enable-insecure-extension-access --medvram --skip-torch-cuda-test ")
|
94 |
|
95 |
|
96 |
del os ,user_home
|
|
|
90 |
|
91 |
#strt webui
|
92 |
print("Done\nStarting Webui...")
|
93 |
+
os.system(r"python3 launch.py --precision full --no-half --no-half-vae --enable-insecure-extension-access --medvram --skip-torch-cuda-test --enable-console-prompts")
|
94 |
|
95 |
|
96 |
del os ,user_home
|