Update Vast-ComfyUI-Qwen-Cyber.sh
Browse files
Vast-ComfyUI-Qwen-Cyber.sh
CHANGED
|
@@ -27,6 +27,7 @@ NODES=(
|
|
| 27 |
"https://github.com/fiojanea/Comfyui-QwenEditUtils"
|
| 28 |
"https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced"
|
| 29 |
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
|
|
|
| 30 |
|
| 31 |
)
|
| 32 |
|
|
@@ -108,9 +109,12 @@ function provisioning_start() {
|
|
| 108 |
provisioning_get_files "${COMFYUI_DIR}/models/diffusion_models" \
|
| 109 |
"https://huggingface.co/fiojanea/Esan_testi/resolve/main/qwen_image_edit_2509_fp8_e4m3fn.safetensors"
|
| 110 |
|
| 111 |
-
|
| 112 |
"https://huggingface.co/fiojanea/Esan_testi/resolve/main/qwen_2.5_vl_7b_fp8_scaled.safetensors"
|
| 113 |
|
|
|
|
|
|
|
|
|
|
| 114 |
# Other model categories
|
| 115 |
provisioning_get_files "${COMFYUI_DIR}/models/checkpoints" "${CHECKPOINT_MODELS[@]}"
|
| 116 |
provisioning_get_files "${COMFYUI_DIR}/models/loras" "${LORA_MODELS[@]}"
|
|
|
|
| 27 |
"https://github.com/fiojanea/Comfyui-QwenEditUtils"
|
| 28 |
"https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced"
|
| 29 |
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
| 30 |
+
"https://github.com/alessandrozonta/ComfyUI-OpenPose"
|
| 31 |
|
| 32 |
)
|
| 33 |
|
|
|
|
| 109 |
provisioning_get_files "${COMFYUI_DIR}/models/diffusion_models" \
|
| 110 |
"https://huggingface.co/fiojanea/Esan_testi/resolve/main/qwen_image_edit_2509_fp8_e4m3fn.safetensors"
|
| 111 |
|
| 112 |
+
provisioning_get_files "${COMFYUI_DIR}/models/text_encoders" \
|
| 113 |
"https://huggingface.co/fiojanea/Esan_testi/resolve/main/qwen_2.5_vl_7b_fp8_scaled.safetensors"
|
| 114 |
|
| 115 |
+
provisioning_get_files "${COMFYUI_DIR}/models/openpose" \
|
| 116 |
+
"https://huggingface.co/fiojanea/Esan_testi/resolve/main/body_25.pth"
|
| 117 |
+
|
| 118 |
# Other model categories
|
| 119 |
provisioning_get_files "${COMFYUI_DIR}/models/checkpoints" "${CHECKPOINT_MODELS[@]}"
|
| 120 |
provisioning_get_files "${COMFYUI_DIR}/models/loras" "${LORA_MODELS[@]}"
|