gportal1 commited on
Commit
3df8ba4
1 Parent(s): 7b741d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -171,8 +171,10 @@ args = [
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"),
 
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"),