beznogim666 commited on
Commit
cbf78cf
·
verified ·
1 Parent(s): f075357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -156,6 +156,7 @@ def _start_comfyui():
156
  "--port",
157
  str(COMFY_PORT),
158
  "--disable-auto-launch",
 
159
  ]
160
  _comfy_process = subprocess.Popen(cmd, cwd=str(COMFY_DIR))
161
  _wait_for_comfy()
 
156
  "--port",
157
  str(COMFY_PORT),
158
  "--disable-auto-launch",
159
+ "--use-sage-attention",
160
  ]
161
  _comfy_process = subprocess.Popen(cmd, cwd=str(COMFY_DIR))
162
  _wait_for_comfy()