adbrasi commited on
Commit
6a107ca
·
verified ·
1 Parent(s): 012d6c7

Update ImageStudioTESTER.sh

Browse files
Files changed (1) hide show
  1. 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 --version "0.3.67"
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@v1.28.8 --port "$COMFY_PORT"
 
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"