Update my-install.bat
Browse files- my-install.bat +1 -1
my-install.bat
CHANGED
|
@@ -28,7 +28,7 @@ del /f /q %target_dir%install_modules.py
|
|
| 28 |
call :ColorText "=============================================================" "Yellow"
|
| 29 |
call :ColorText "run menu.bat and install custom nodes" "Green"
|
| 30 |
cd %target_dir%
|
| 31 |
-
%target_dir%wget.exe -c -q -O
|
| 32 |
call %target_dir%min_nodes.bat
|
| 33 |
rem del /f /q %target_dir%min_nodes.bat
|
| 34 |
|
|
|
|
| 28 |
call :ColorText "=============================================================" "Yellow"
|
| 29 |
call :ColorText "run menu.bat and install custom nodes" "Green"
|
| 30 |
cd %target_dir%
|
| 31 |
+
%target_dir%wget.exe -c -q -O min_nodes.bat https://huggingface.co/iRedHat/iBat-ComfyUI/resolve/main/min_nodes.bat
|
| 32 |
call %target_dir%min_nodes.bat
|
| 33 |
rem del /f /q %target_dir%min_nodes.bat
|
| 34 |
|