happyneishon commited on
Commit
d583ca1
1 Parent(s): c70c60e

Delete update.bat

Browse files
Files changed (1) hide show
  1. update.bat +0 -8
update.bat DELETED
@@ -1,8 +0,0 @@
1
- @echo off
2
- setlocal
3
- echo cd /d %~dp0
4
- set target_dir=%~dp0
5
- set custom_n=%target_dir%ComfyUI\custom_nodes
6
- set PATH=%PATH%;%target_dir%git\git\bin;%target_dir%git\mingw64\libexec;
7
- cd %custom_n% && %target_dir%git\git\bin\git pull
8
- %target_dir%python\python.exe -s -m pip install --upgrade torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 -r %target_dir%ComfyUI/requirements.txt pygit2