Update ImageStudioArrakis2.sh
Browse files- ImageStudioArrakis2.sh +3 -3
ImageStudioArrakis2.sh
CHANGED
|
@@ -79,6 +79,7 @@ CUSTOM_NODES=(
|
|
| 79 |
"https://github.com/Cezarsaint/Packreator_managerMEita"
|
| 80 |
"https://github.com/adbrasi/cezarsave34"
|
| 81 |
"https://github.com/adbrasi/pageonetor"
|
|
|
|
| 82 |
"https://github.com/adbrasi/pakreatorio"
|
| 83 |
"https://github.com/adbrasi/WaterMark_bumbumzin"
|
| 84 |
"https://github.com/adbrasi/marcadaguita"
|
|
@@ -118,7 +119,6 @@ CUSTOM_NODES=(
|
|
| 118 |
"https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit"
|
| 119 |
"https://github.com/shiimizu/ComfyUI_smZNodes"
|
| 120 |
"https://github.com/CoreyCorza/ComfyUI-CRZnodes"
|
| 121 |
-
"https://github.com/ClownsharkBatwing/RES4LYF"
|
| 122 |
"https://github.com/MoonGoblinDev/Civicomfy"
|
| 123 |
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
| 124 |
"https://github.com/ltdrdata/ComfyUI-Impact-Subpack"
|
|
@@ -280,7 +280,7 @@ log_info "[3/6] Instalando ComfyUI..."
|
|
| 280 |
if [ -f "$COMFY_DIR/main.py" ]; then
|
| 281 |
log_warn "ComfyUI já existe"
|
| 282 |
else
|
| 283 |
-
comfy --skip-prompt install --fast-deps --nvidia --version "0.3.
|
| 284 |
fi
|
| 285 |
|
| 286 |
log_success "ComfyUI instalado"
|
|
@@ -327,4 +327,4 @@ log_info "URL: http://localhost:$COMFY_PORT"
|
|
| 327 |
log_info "========================================="
|
| 328 |
|
| 329 |
cd "$COMFY_DIR"
|
| 330 |
-
exec comfy launch -- --listen "$COMFY_HOST" --preview-method latent2rgb --front-end-version Comfy-Org/ComfyUI_frontend@v1.
|
|
|
|
| 79 |
"https://github.com/Cezarsaint/Packreator_managerMEita"
|
| 80 |
"https://github.com/adbrasi/cezarsave34"
|
| 81 |
"https://github.com/adbrasi/pageonetor"
|
| 82 |
+
"https://github.com/QuietNoise/comfyui_queue_manager"
|
| 83 |
"https://github.com/adbrasi/pakreatorio"
|
| 84 |
"https://github.com/adbrasi/WaterMark_bumbumzin"
|
| 85 |
"https://github.com/adbrasi/marcadaguita"
|
|
|
|
| 119 |
"https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit"
|
| 120 |
"https://github.com/shiimizu/ComfyUI_smZNodes"
|
| 121 |
"https://github.com/CoreyCorza/ComfyUI-CRZnodes"
|
|
|
|
| 122 |
"https://github.com/MoonGoblinDev/Civicomfy"
|
| 123 |
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
| 124 |
"https://github.com/ltdrdata/ComfyUI-Impact-Subpack"
|
|
|
|
| 280 |
if [ -f "$COMFY_DIR/main.py" ]; then
|
| 281 |
log_warn "ComfyUI já existe"
|
| 282 |
else
|
| 283 |
+
comfy --skip-prompt install --fast-deps --nvidia --version "0.3.67"
|
| 284 |
fi
|
| 285 |
|
| 286 |
log_success "ComfyUI instalado"
|
|
|
|
| 327 |
log_info "========================================="
|
| 328 |
|
| 329 |
cd "$COMFY_DIR"
|
| 330 |
+
exec comfy launch -- --listen "$COMFY_HOST" --preview-method latent2rgb --highvram --front-end-version Comfy-Org/ComfyUI_frontend@v1.28.8 --port "$COMFY_PORT"
|