adbrasi commited on
Commit
8071633
·
verified ·
1 Parent(s): 2104301

Update setup_comfyui_wan22.sh

Browse files
Files changed (1) hide show
  1. setup_comfyui_wan22.sh +1 -1
setup_comfyui_wan22.sh CHANGED
@@ -345,7 +345,7 @@ log_info "[4/8] Instalando ComfyUI..."
345
  if [ -f "$COMFY_DIR/main.py" ]; then
346
  log_warn "ComfyUI já existe, pulando instalação base"
347
  else
348
- comfy --skip-prompt install --fast-deps --nvidia
349
 
350
  # Verificar instalação
351
  if [ ! -f "$COMFY_DIR/main.py" ]; then
 
345
  if [ -f "$COMFY_DIR/main.py" ]; then
346
  log_warn "ComfyUI já existe, pulando instalação base"
347
  else
348
+ comfy --skip-prompt --skip-manager install --fast-deps --nvidia
349
 
350
  # Verificar instalação
351
  if [ ! -f "$COMFY_DIR/main.py" ]; then