adbrasi commited on
Commit
301e0a2
·
verified ·
1 Parent(s): 4681369

Upload PackreatorComfyUiOriginal.sh

Browse files
Files changed (1) hide show
  1. PackreatorComfyUiOriginal.sh +1 -1
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
  # ============================================================================