2023-03-16 23:01:59 +00:00
|
|
|
@echo off
|
2023-03-16 06:36:42 +00:00
|
|
|
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
2023-03-16 23:01:59 +00:00
|
|
|
echo
|
|
|
|
echo This will try to update pytorch and all python dependencies, if you get an error wait for pytorch/xformers to fix their stuff
|
|
|
|
echo You should not be running this anyways unless you really have to
|
|
|
|
echo
|
|
|
|
echo If you just want to update normally, close this and run update_comfyui.bat instead.
|
|
|
|
echo
|
|
|
|
pause
|
2023-03-16 06:36:42 +00:00
|
|
|
..\python_embeded\python.exe -s -m pip install --upgrade torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformers -r ../ComfyUI/requirements.txt pygit2
|
|
|
|
pause
|