Upload UmeAiRT-HIDREAM-Model_downloader.bat
Browse files
scripts/Model_downloader/UmeAiRT-HIDREAM-Model_downloader.bat
CHANGED
@@ -79,13 +79,13 @@ if "%DOWNLOAD_GGUF%"=="yes" (
|
|
79 |
if /i "%HID_GGUF_CHOICE%"=="A" (
|
80 |
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q8_0.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q8_0.gguf?download=true
|
81 |
) else if /i "%HID_GGUF_CHOICE%"=="B" (
|
82 |
-
curl -L -o "%modelsPath%/unet/hidream-i1-dev-Q5_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q5_K_S.gguf?download=true
|
83 |
) else if /i "%HID_GGUF_CHOICE%"=="C" (
|
84 |
-
curl -L -o "%modelsPath%/unet/hidream-i1-dev-Q4_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q4_K_S.gguf?download=true
|
85 |
) else if /i "%HID_GGUF_CHOICE%"=="D" (
|
86 |
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q8_0.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q8_0.gguf?download=true
|
87 |
-
curl -L -o "%modelsPath%/unet/hidream-i1-dev-Q5_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q5_K_S.gguf?download=true
|
88 |
-
curl -L -o "%modelsPath%/unet/hidream-i1-dev-Q4_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q4_K_S.gguf?download=true
|
89 |
)
|
90 |
)
|
91 |
|
|
|
79 |
if /i "%HID_GGUF_CHOICE%"=="A" (
|
80 |
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q8_0.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q8_0.gguf?download=true
|
81 |
) else if /i "%HID_GGUF_CHOICE%"=="B" (
|
82 |
+
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q5_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q5_K_S.gguf?download=true
|
83 |
) else if /i "%HID_GGUF_CHOICE%"=="C" (
|
84 |
+
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q4_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q4_K_S.gguf?download=true
|
85 |
) else if /i "%HID_GGUF_CHOICE%"=="D" (
|
86 |
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q8_0.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q8_0.gguf?download=true
|
87 |
+
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q5_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q5_K_S.gguf?download=true
|
88 |
+
curl -L -o "%modelsPath%/unet/HIDREAM/hidream-i1-dev-Q4_K_S.gguf" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/HiDream/hidream-i1-dev-Q4_K_S.gguf?download=true
|
89 |
)
|
90 |
)
|
91 |
|