Update ImageStudioArrakis2.sh
Browse files- ImageStudioArrakis2.sh +1 -1
ImageStudioArrakis2.sh
CHANGED
|
@@ -286,7 +286,7 @@ log_info "[3/6] Instalando ComfyUI..."
|
|
| 286 |
if [ -f "$COMFY_DIR/main.py" ]; then
|
| 287 |
log_warn "ComfyUI já existe"
|
| 288 |
else
|
| 289 |
-
comfy --skip-prompt install --fast-deps --nvidia --version "
|
| 290 |
fi
|
| 291 |
|
| 292 |
log_success "ComfyUI instalado"
|
|
|
|
| 286 |
if [ -f "$COMFY_DIR/main.py" ]; then
|
| 287 |
log_warn "ComfyUI já existe"
|
| 288 |
else
|
| 289 |
+
comfy --skip-prompt install --fast-deps --nvidia --version "0.5.1"
|
| 290 |
fi
|
| 291 |
|
| 292 |
log_success "ComfyUI instalado"
|