Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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()
|