Upload UmeAiRT-WAN2.1-AllinOne-Auto_install.bat
Browse files
UmeAiRT-WAN2.1-AllinOne-Auto_install.bat
CHANGED
@@ -14,7 +14,7 @@ echo ---------------------------------------------------------------------------
|
|
14 |
type banner.txt
|
15 |
echo [0m-------------------------------------------------------------------------------
|
16 |
echo ComfyUI - WAN2.1 - All in one installer
|
17 |
-
echo V2.
|
18 |
echo -------------------------------------------------------------------------------
|
19 |
del /f banner.txt
|
20 |
|
@@ -57,7 +57,7 @@ powershell -Command "Start-Process git -WindowStyle Hidden -ArgumentList 'config
|
|
57 |
|
58 |
REM Download ComfyUI
|
59 |
echo [33mDownloading ComfyUI...[0m
|
60 |
-
curl -L -o ComfyUI_windows_portable_nvidia.7z https://github.com/comfyanonymous/ComfyUI/releases/download/v0.3.
|
61 |
|
62 |
REM Extract ComfyUI
|
63 |
echo [33mExtracting ComfyUI...[0m
|
@@ -127,8 +127,9 @@ git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation "%customNode
|
|
127 |
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-Frame-Interpolation/requirements-with-cupy.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
128 |
|
129 |
echo - rgthree
|
130 |
-
|
131 |
-
"%
|
|
|
132 |
|
133 |
echo - Easy-Use
|
134 |
git clone https://github.com/yolain/ComfyUI-Easy-Use "%customNodesPath%/ComfyUI-Easy-Use" >> "%installPath%\logs\install.txt" 2>&1
|
@@ -137,7 +138,7 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use "%customNodesPath%/ComfyUI-
|
|
137 |
echo - PuLID_Flux_ll
|
138 |
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll "%customNodesPath%/ComfyUI_PuLID_Flux_ll" >> "%installPath%\logs\install.txt" 2>&1
|
139 |
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI_PuLID_Flux_ll/requirements.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
140 |
-
curl -L -o "%basePath%\python_embeded\insightface-0.7.3-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/
|
141 |
"%basePath%\python_embeded\python.exe" -m pip install --use-pep517 facexlib >> "%installPath%\logs\install.txt" 2>&1
|
142 |
"%basePath%\python_embeded\python.exe" -m pip install git+https://github.com/rodjjo/filterpy.git >> "%installPath%\logs\install.txt" 2>&1
|
143 |
"%basePath%\python_embeded\python.exe" -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.17.1 "%basePath%\python_embeded\insightface-0.7.3-cp312-cp312-win_amd64.whl" >> "%installPath%\logs\install.txt" 2>&1
|
@@ -184,6 +185,14 @@ echo - RMBG
|
|
184 |
git clone https://github.com/1038lab/ComfyUI-RMBG "%customNodesPath%/ComfyUI-RMBG" >> "%installPath%\logs\install.txt" 2>&1
|
185 |
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-RMBG/requirements.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
mkdir "%comfyPath%\user\default\workflows"
|
188 |
echo [33mDownloading comfy settings...[0m
|
189 |
curl -L -o "%comfyPath%\user\default\comfy.settings.json" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/comfy.settings.json?download=true >> "%installPath%\logs\install.txt" 2>&1
|
@@ -196,13 +205,23 @@ curl -L -o "%comfyPath%\user\default\workflows\UmeAiRT-Flux_Workflow.7z" https:/
|
|
196 |
"%SEVEN_ZIP_PATH%" x "%comfyPath%\user\default\workflows\UmeAiRT-Flux_Workflow.7z" -o"%comfyPath%\user\default\workflows\" -y >> "%installPath%\logs\install.txt" 2>&1
|
197 |
del /f "%comfyPath%\user\default\workflows\UmeAiRT-Flux_Workflow.7z" -force >> "%installPath%\logs\install.txt" 2>&1
|
198 |
|
199 |
-
curl -L -o "%
|
200 |
-
|
201 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
|
203 |
REM Final steps based on user choice
|
204 |
-
curl -L -o "%basePath%/run_nvidia_gpu-LOWVRAM.bat" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/run_nvidia_gpu-LOWVRAM.bat?download=true
|
205 |
-
curl -L -o "%basePath%/run_nvidia_gpu-sageattention.bat" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/run_nvidia_gpu-sageattention.bat?download=true
|
206 |
|
207 |
echo [33mInstalling additional modules for Python...[0m
|
208 |
|
@@ -214,9 +233,12 @@ curl -L -o "%basePath%\python_embeded\python_3.12.9_include_libs.zip" https://hu
|
|
214 |
tar -xf "%basePath%\python_embeded\python_3.12.9_include_libs.zip" -C "%basePath%\python_embeded" >> "%installPath%\logs\install.txt" 2>&1
|
215 |
|
216 |
echo - NVIDIA Apex
|
217 |
-
|
218 |
-
"%
|
219 |
-
|
|
|
|
|
|
|
220 |
|
221 |
echo - Triton
|
222 |
curl -L -o "%basePath%\python_embeded\triton-3.3.0-py3-none-any.whl" https://github.com/woct0rdho/triton-windows/releases/download/empty/triton-3.3.0-py3-none-any.whl >> "%installPath%\logs\install.txt" 2>&1
|
@@ -224,17 +246,21 @@ curl -L -o "%basePath%\python_embeded\triton-3.3.0-py3-none-any.whl" https://git
|
|
224 |
"%basePath%\python_embeded\python.exe" -s -m pip install triton-windows >> "%installPath%\logs\install.txt" 2>&1
|
225 |
|
226 |
echo - xformers
|
227 |
-
curl -L -o "%basePath%\python_embeded\mpmath-1.3.0-py3-none-any.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/mpmath-1.3.0-py3-none-any.whl >> "%installPath%\logs\install.txt" 2>&1
|
228 |
-
curl -L -o xformers-0.0.30.zip https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/xformers-0.0.30.zip >> "%installPath%\logs\install.txt" 2>&1
|
229 |
-
"%SEVEN_ZIP_PATH%" x xformers-0.0.30.zip -o"%basePath%\python_embeded\Lib\site-packages" >> "%installPath%\logs\install.txt" 2>&1
|
230 |
-
del /f xformers-0.0.30.zip -force
|
231 |
rem curl -L -o "%basePath%\python_embeded\xformers-0.0.30+3abeaa9e.d20250426-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/xformers-0.0.30%2B3abeaa9e.d20250426-cp312-cp312-win_amd64.whl >> "%installPath%\logs\install.txt" 2>&1
|
232 |
-
"%basePath%\python_embeded\python.exe" -m pip install
|
233 |
rem "%basePath%\python_embeded\python.exe" -m pip install --no-deps "%basePath%\python_embeded\xformers-0.0.30+3abeaa9e.d20250426-cp312-cp312-win_amd64.whl" >> "%installPath%\logs\install.txt" 2>&1
|
234 |
|
235 |
echo - SageAttention
|
236 |
-
|
237 |
-
"%basePath%\python_embeded\python.exe" -m pip install
|
|
|
|
|
|
|
|
|
238 |
|
239 |
:CHOOSE_DOWNLOAD_WAN
|
240 |
REM Ask user for installation type
|
@@ -264,5 +290,33 @@ if /i "%MODELS%"=="Y" (
|
|
264 |
goto CHOOSE_DOWNLOAD_FLUX
|
265 |
)
|
266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
echo [33mComfyUI installed.[0m
|
268 |
pause
|
|
|
14 |
type banner.txt
|
15 |
echo [0m-------------------------------------------------------------------------------
|
16 |
echo ComfyUI - WAN2.1 - All in one installer
|
17 |
+
echo V2.5 for CUDA 12.8
|
18 |
echo -------------------------------------------------------------------------------
|
19 |
del /f banner.txt
|
20 |
|
|
|
57 |
|
58 |
REM Download ComfyUI
|
59 |
echo [33mDownloading ComfyUI...[0m
|
60 |
+
curl -L -o ComfyUI_windows_portable_nvidia.7z https://github.com/comfyanonymous/ComfyUI/releases/download/v0.3.33/ComfyUI_windows_portable_nvidia.7z
|
61 |
|
62 |
REM Extract ComfyUI
|
63 |
echo [33mExtracting ComfyUI...[0m
|
|
|
127 |
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-Frame-Interpolation/requirements-with-cupy.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
128 |
|
129 |
echo - rgthree
|
130 |
+
curl -L -o rgthree-comfy.zip https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/rgthree-comfy.zip >> "%installPath%\logs\install.txt" 2>&1
|
131 |
+
"%SEVEN_ZIP_PATH%" x rgthree-comfy.zip -o"%customNodesPath%" >> "%installPath%\logs\install.txt" 2>&1
|
132 |
+
del /f rgthree-comfy.zip -force
|
133 |
|
134 |
echo - Easy-Use
|
135 |
git clone https://github.com/yolain/ComfyUI-Easy-Use "%customNodesPath%/ComfyUI-Easy-Use" >> "%installPath%\logs\install.txt" 2>&1
|
|
|
138 |
echo - PuLID_Flux_ll
|
139 |
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll "%customNodesPath%/ComfyUI_PuLID_Flux_ll" >> "%installPath%\logs\install.txt" 2>&1
|
140 |
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI_PuLID_Flux_ll/requirements.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
141 |
+
curl -L -o "%basePath%\python_embeded\insightface-0.7.3-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/whl/insightface-0.7.3-cp312-cp312-win_amd64.whl?download=true >> "%installPath%\logs\install.txt" 2>&1
|
142 |
"%basePath%\python_embeded\python.exe" -m pip install --use-pep517 facexlib >> "%installPath%\logs\install.txt" 2>&1
|
143 |
"%basePath%\python_embeded\python.exe" -m pip install git+https://github.com/rodjjo/filterpy.git >> "%installPath%\logs\install.txt" 2>&1
|
144 |
"%basePath%\python_embeded\python.exe" -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.17.1 "%basePath%\python_embeded\insightface-0.7.3-cp312-cp312-win_amd64.whl" >> "%installPath%\logs\install.txt" 2>&1
|
|
|
185 |
git clone https://github.com/1038lab/ComfyUI-RMBG "%customNodesPath%/ComfyUI-RMBG" >> "%installPath%\logs\install.txt" 2>&1
|
186 |
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-RMBG/requirements.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
187 |
|
188 |
+
echo - Detail-Daemon
|
189 |
+
git clone https://github.com/Jonseed/ComfyUI-Detail-Daemon "%customNodesPath%/ComfyUI-Detail-Daemon" >> "%installPath%\logs\install.txt" 2>&1
|
190 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-Detail-Daemon/requirements.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
191 |
+
|
192 |
+
echo - TeaCache
|
193 |
+
git clone https://github.com/welltop-cn/ComfyUI-TeaCache "%customNodesPath%/ComfyUI-TeaCache" >> "%installPath%\logs\install.txt" 2>&1
|
194 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-TeaCache/requirements.txt" --no-warn-script-location >> "%installPath%\logs\install.txt" 2>&1
|
195 |
+
|
196 |
mkdir "%comfyPath%\user\default\workflows"
|
197 |
echo [33mDownloading comfy settings...[0m
|
198 |
curl -L -o "%comfyPath%\user\default\comfy.settings.json" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/comfy.settings.json?download=true >> "%installPath%\logs\install.txt" 2>&1
|
|
|
205 |
"%SEVEN_ZIP_PATH%" x "%comfyPath%\user\default\workflows\UmeAiRT-Flux_Workflow.7z" -o"%comfyPath%\user\default\workflows\" -y >> "%installPath%\logs\install.txt" 2>&1
|
206 |
del /f "%comfyPath%\user\default\workflows\UmeAiRT-Flux_Workflow.7z" -force >> "%installPath%\logs\install.txt" 2>&1
|
207 |
|
208 |
+
curl -L -o "%comfyPath%\user\default\workflows\UmeAiRT-HIDREAM_workflow.7z" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/workflows/UmeAiRT-HIDREAM_workflow.7z?download=true >> "%installPath%\logs\install.txt" 2>&1
|
209 |
+
"%SEVEN_ZIP_PATH%" x "%comfyPath%\user\default\workflows\UmeAiRT-HIDREAM_workflow.7z" -o"%comfyPath%\user\default\workflows\" -y >> "%installPath%\logs\install.txt" 2>&1
|
210 |
+
del /f "%comfyPath%\user\default\workflows\UmeAiRT-HIDREAM_workflow.7z" -force >> "%installPath%\logs\install.txt" 2>&1
|
211 |
+
|
212 |
+
curl -L -o "%comfyPath%\user\default\workflows\UmeAiRT-LTXV_Workflow.7z" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/workflows/UmeAiRT-LTXV_Workflow.7z?download=true >> "%installPath%\logs\install.txt" 2>&1
|
213 |
+
"%SEVEN_ZIP_PATH%" x "%comfyPath%\user\default\workflows\UmeAiRT-LTXV_Workflow.7z" -o"%comfyPath%\user\default\workflows\" -y >> "%installPath%\logs\install.txt" 2>&1
|
214 |
+
del /f "%comfyPath%\user\default\workflows\UmeAiRT-LTXV_Workflow.7z" -force >> "%installPath%\logs\install.txt" 2>&1
|
215 |
+
|
216 |
+
curl -L -o "%installPath%/UmeAiRT-Missing_nodes.bat" "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/Missing_nodes/UmeAiRT-Missing_nodes.bat?download=true" >> "%installPath%\logs\install.txt" 2>&1
|
217 |
+
curl -L -o "%installPath%/UmeAiRT-WAN2.1-Model_downloader.bat" "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/Model_downloader/UmeAiRT-WAN2.1-Model_downloader.bat?download=true" >> "%installPath%\logs\install.txt" 2>&1
|
218 |
+
curl -L -o "%installPath%/UmeAiRT-FLUX-Model_downloader.bat" "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/Model_downloader/UmeAiRT-FLUX-Model_downloader.bat?download=true" >> "%installPath%\logs\install.txt" 2>&1
|
219 |
+
curl -L -o "%installPath%/UmeAiRT-HIDREAM-Model_downloader.bat" "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/Model_downloader/UmeAiRT-HIDREAM-Model_downloader.bat?download=true" >> "%installPath%\logs\install.txt" 2>&1
|
220 |
+
curl -L -o "%installPath%/UmeAiRT-LTXV-Model_downloader.bat" "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/Model_downloader/UmeAiRT-LTXV-Model_downloader.bat?download=true" >> "%installPath%\logs\install.txt" 2>&1
|
221 |
|
222 |
REM Final steps based on user choice
|
223 |
+
curl -L -o "%basePath%/run_nvidia_gpu-LOWVRAM.bat" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/ComfyUI/run_nvidia_gpu-LOWVRAM.bat?download=true >> "%installPath%\logs\install.txt" 2>&1
|
224 |
+
curl -L -o "%basePath%/run_nvidia_gpu-sageattention.bat" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/ComfyUI/run_nvidia_gpu-sageattention.bat?download=true >> "%installPath%\logs\install.txt" 2>&1
|
225 |
|
226 |
echo [33mInstalling additional modules for Python...[0m
|
227 |
|
|
|
233 |
tar -xf "%basePath%\python_embeded\python_3.12.9_include_libs.zip" -C "%basePath%\python_embeded" >> "%installPath%\logs\install.txt" 2>&1
|
234 |
|
235 |
echo - NVIDIA Apex
|
236 |
+
git clone https://github.com/NVIDIA/apex >> "%installPath%\logs\install.txt" 2>&1
|
237 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation .\apex >> "%installPath%\logs\install.txt" 2>&1
|
238 |
+
rmdir /s /q "apex" >> "%installPath%\logs\install.txt" 2>&1
|
239 |
+
curl -L -o apex-patch.zip https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/apex-patch.zip >> "%installPath%\logs\install.txt" 2>&1
|
240 |
+
"%SEVEN_ZIP_PATH%" x apex-patch.zip -o"%basePath%\python_embeded\Lib\site-packages" >> "%installPath%\logs\install.txt" 2>&1
|
241 |
+
del /f apex-patch.zip -force
|
242 |
|
243 |
echo - Triton
|
244 |
curl -L -o "%basePath%\python_embeded\triton-3.3.0-py3-none-any.whl" https://github.com/woct0rdho/triton-windows/releases/download/empty/triton-3.3.0-py3-none-any.whl >> "%installPath%\logs\install.txt" 2>&1
|
|
|
246 |
"%basePath%\python_embeded\python.exe" -s -m pip install triton-windows >> "%installPath%\logs\install.txt" 2>&1
|
247 |
|
248 |
echo - xformers
|
249 |
+
rem curl -L -o "%basePath%\python_embeded\mpmath-1.3.0-py3-none-any.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/mpmath-1.3.0-py3-none-any.whl >> "%installPath%\logs\install.txt" 2>&1
|
250 |
+
rem curl -L -o xformers-0.0.30.zip https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/xformers-0.0.30.zip >> "%installPath%\logs\install.txt" 2>&1
|
251 |
+
rem "%SEVEN_ZIP_PATH%" x xformers-0.0.30.zip -o"%basePath%\python_embeded\Lib\site-packages" >> "%installPath%\logs\install.txt" 2>&1
|
252 |
+
rem del /f xformers-0.0.30.zip -force
|
253 |
rem curl -L -o "%basePath%\python_embeded\xformers-0.0.30+3abeaa9e.d20250426-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/xformers-0.0.30%2B3abeaa9e.d20250426-cp312-cp312-win_amd64.whl >> "%installPath%\logs\install.txt" 2>&1
|
254 |
+
"%basePath%\python_embeded\python.exe" -m pip install -U xformers --index-url https://download.pytorch.org/whl/cu128 >> "%installPath%\logs\install.txt" 2>&1
|
255 |
rem "%basePath%\python_embeded\python.exe" -m pip install --no-deps "%basePath%\python_embeded\xformers-0.0.30+3abeaa9e.d20250426-cp312-cp312-win_amd64.whl" >> "%installPath%\logs\install.txt" 2>&1
|
256 |
|
257 |
echo - SageAttention
|
258 |
+
git clone https://github.com/thu-ml/SageAttention.git >> "%installPath%\logs\install.txt" 2>&1
|
259 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install .\SageAttention >> "%installPath%\logs\install.txt" 2>&1
|
260 |
+
rmdir /s /q "SageAttention" >> "%installPath%\logs\install.txt" 2>&1
|
261 |
+
|
262 |
+
rem curl -L -o "%basePath%\python_embeded\sageattention-2.1.1-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/whl/sageattention-2.1.1-cp312-cp312-win_amd64.whl?download=true >> "%installPath%\logs\install.txt" 2>&1
|
263 |
+
rem "%basePath%\python_embeded\python.exe" -m pip install "%basePath%\python_embeded\sageattention-2.1.1-cp312-cp312-win_amd64.whl" >> "%installPath%\logs\install.txt" 2>&1
|
264 |
|
265 |
:CHOOSE_DOWNLOAD_WAN
|
266 |
REM Ask user for installation type
|
|
|
290 |
goto CHOOSE_DOWNLOAD_FLUX
|
291 |
)
|
292 |
|
293 |
+
:CHOOSE_DOWNLOAD_HID
|
294 |
+
REM Ask user for installation type
|
295 |
+
echo [33mWould you like to download HIDREAM models?[0m
|
296 |
+
set /p "MODELS=Enter your choice (Y or N) and press Enter: "
|
297 |
+
|
298 |
+
if /i "%MODELS%"=="Y" (
|
299 |
+
call "%installPath%\UmeAiRT-HIDREAM-Model_downloader.bat"
|
300 |
+
) else if /i "%MODELS%"=="N" (
|
301 |
+
REM Do nothing, just continue
|
302 |
+
) else (
|
303 |
+
echo [31mInvalid choice. Please enter Y or N.[0m
|
304 |
+
goto CHOOSE_DOWNLOAD_HID
|
305 |
+
)
|
306 |
+
|
307 |
+
:CHOOSE_DOWNLOAD_LTXV
|
308 |
+
REM Ask user for installation type
|
309 |
+
echo [33mWould you like to download HIDREAM models?[0m
|
310 |
+
set /p "MODELS=Enter your choice (Y or N) and press Enter: "
|
311 |
+
|
312 |
+
if /i "%MODELS%"=="Y" (
|
313 |
+
call "%installPath%\UmeAiRT-LTXV-Model_downloader.bat"
|
314 |
+
) else if /i "%MODELS%"=="N" (
|
315 |
+
REM Do nothing, just continue
|
316 |
+
) else (
|
317 |
+
echo [31mInvalid choice. Please enter Y or N.[0m
|
318 |
+
goto CHOOSE_DOWNLOAD_LTXV
|
319 |
+
)
|
320 |
+
|
321 |
echo [33mComfyUI installed.[0m
|
322 |
pause
|