Update app.py
Browse files
app.py
CHANGED
@@ -168,11 +168,11 @@ args = [
|
|
168 |
executable,
|
169 |
user_home / "stable-diffusion-webui" / "launch.py",
|
170 |
"--precision", "full",
|
171 |
-
"--device-id", 4,
|
172 |
"--no-half",
|
173 |
"--no-half-vae",
|
174 |
"--enable-insecure-extension-access",
|
175 |
"--medvram",
|
|
|
176 |
"--skip-torch-cuda-test",
|
177 |
"--enable-console-prompts",
|
178 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|
|
|
168 |
executable,
|
169 |
user_home / "stable-diffusion-webui" / "launch.py",
|
170 |
"--precision", "full",
|
|
|
171 |
"--no-half",
|
172 |
"--no-half-vae",
|
173 |
"--enable-insecure-extension-access",
|
174 |
"--medvram",
|
175 |
+
"--device-id",
|
176 |
"--skip-torch-cuda-test",
|
177 |
"--enable-console-prompts",
|
178 |
"--ui-settings-file=" + str(pathlib.Path(__file__).parent / "config.json"),
|