iRedHat commited on
Commit
d2bd2f0
·
verified ·
1 Parent(s): 3c48640

Update my-install.bat

Browse files
Files changed (1) hide show
  1. 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 menu.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
 
 
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