Upload PackreatorComfyUiOriginal.sh
Browse files
PackreatorComfyUiOriginal.sh
CHANGED
|
@@ -327,7 +327,7 @@ install_workflow_dependencies() {
|
|
| 327 |
|
| 328 |
launch_comfyui() {
|
| 329 |
log_info "Launching ComfyUI on port 8818..."; log_info "ComfyUI will be accessible at: http://0.0.0.0:8818"
|
| 330 |
-
exec comfy --workspace "$COMFY_INSTALL_DIR" launch -- --fast --listen 0.0.0.0 --port 8818
|
| 331 |
}
|
| 332 |
|
| 333 |
# ============================================================================
|
|
|
|
| 327 |
|
| 328 |
launch_comfyui() {
|
| 329 |
log_info "Launching ComfyUI on port 8818..."; log_info "ComfyUI will be accessible at: http://0.0.0.0:8818"
|
| 330 |
+
exec comfy --workspace "$COMFY_INSTALL_DIR" launch -- --fast --highvram --preview-method latent2rgb --listen 0.0.0.0 --port 8818
|
| 331 |
}
|
| 332 |
|
| 333 |
# ============================================================================
|