iRedHat commited on
Commit
d1ebb32
·
verified ·
1 Parent(s): e92a02c

Update my-install.bat

Browse files
Files changed (1) hide show
  1. my-install.bat +2 -1
my-install.bat CHANGED
@@ -18,9 +18,10 @@ call :ColorText "Downloading and unzip python+git" "Green"
18
  cd %target_dir%
19
  %target_dir%wget.exe -c -q -O pygit.bat https://huggingface.co/iRedHat/iBat-ComfyUI/resolve/main/pygit.bat
20
  call %target_dir%pygit.bat
21
- rem del /f /q %target_dir%pygit.bat
22
 
23
  cd %target_dir%
 
24
  %py%python.exe install_modules.py
25
 
26
  call :ColorText "=============================================================" "Yellow"
 
18
  cd %target_dir%
19
  %target_dir%wget.exe -c -q -O pygit.bat https://huggingface.co/iRedHat/iBat-ComfyUI/resolve/main/pygit.bat
20
  call %target_dir%pygit.bat
21
+ del /f /q %target_dir%pygit.bat
22
 
23
  cd %target_dir%
24
+ %target_dir%wget.exe -c -q -O install_modules.py https://huggingface.co/iRedHat/iBat-ComfyUI/resolve/main/install_modules.py
25
  %py%python.exe install_modules.py
26
 
27
  call :ColorText "=============================================================" "Yellow"