Update new.py
Browse files
new.py
CHANGED
@@ -11,7 +11,7 @@ api_auth = 'Echoflare:Tt25faj8'
|
|
11 |
download_tool = 'aria2c --console-log-level=error -c -x 16 -s 16 -k 1M'
|
12 |
|
13 |
webui_args = [
|
14 |
-
|
15 |
'--xformers',
|
16 |
'--no-hashing',
|
17 |
'--disable-nan-check',
|
|
|
11 |
download_tool = 'aria2c --console-log-level=error -c -x 16 -s 16 -k 1M'
|
12 |
|
13 |
webui_args = [
|
14 |
+
'--api',
|
15 |
'--xformers',
|
16 |
'--no-hashing',
|
17 |
'--disable-nan-check',
|