Update ImageStudioTESTER.sh
Browse files- ImageStudioTESTER.sh +2 -2
ImageStudioTESTER.sh
CHANGED
|
@@ -380,7 +380,7 @@ log_info "[3/6] Instalando ComfyUI..."
|
|
| 380 |
if [ -f "$COMFY_DIR/main.py" ]; then
|
| 381 |
log_warn "ComfyUI já existe"
|
| 382 |
else
|
| 383 |
-
comfy --skip-prompt --workspace "$COMFY_DIR" install --fast-deps --nvidia
|
| 384 |
fi
|
| 385 |
|
| 386 |
log_success "ComfyUI instalado"
|
|
@@ -430,4 +430,4 @@ rm -rf "$TMPDIR"
|
|
| 430 |
mkdir -p "$TMPDIR"
|
| 431 |
|
| 432 |
cd "$COMFY_DIR"
|
| 433 |
-
exec comfy --workspace "$COMFY_DIR" launch -- --listen "$COMFY_HOST" --preview-method latent2rgb --front-end-version Comfy-Org/ComfyUI_frontend@
|
|
|
|
| 380 |
if [ -f "$COMFY_DIR/main.py" ]; then
|
| 381 |
log_warn "ComfyUI já existe"
|
| 382 |
else
|
| 383 |
+
comfy --skip-prompt --workspace "$COMFY_DIR" install --fast-deps --nvidia
|
| 384 |
fi
|
| 385 |
|
| 386 |
log_success "ComfyUI instalado"
|
|
|
|
| 430 |
mkdir -p "$TMPDIR"
|
| 431 |
|
| 432 |
cd "$COMFY_DIR"
|
| 433 |
+
exec comfy --workspace "$COMFY_DIR" launch -- --listen "$COMFY_HOST" --preview-method latent2rgb --front-end-version Comfy-Org/ComfyUI_frontend@latest --port "$COMFY_PORT"
|