Update setup_comfyui_wan22.sh
Browse files- 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
|