Update app.py
Browse files
app.py
CHANGED
@@ -171,8 +171,10 @@ args = [
|
|
171 |
"--no-half",
|
172 |
"--no-half-vae",
|
173 |
"--enable-insecure-extension-access",
|
174 |
-
"--medvram",
|
175 |
-
"--
|
|
|
|
|
176 |
"--skip-torch-cuda-test",
|
177 |
"--enable-console-prompts",
|
178 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
|
|
171 |
"--no-half",
|
172 |
"--no-half-vae",
|
173 |
"--enable-insecure-extension-access",
|
174 |
+
# "--medvram",
|
175 |
+
"--xformers",
|
176 |
+
"--share",
|
177 |
+
"--api",
|
178 |
"--skip-torch-cuda-test",
|
179 |
"--enable-console-prompts",
|
180 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|