ComfyUI/.ci/nightly/update_windows/update_comfyui_and_python_d...

4 lines
257 B
Batchfile
Raw Normal View History

2023-03-15 01:38:59 +00:00
..\python_embeded\python.exe .\update.py ..\ComfyUI\
..\python_embeded\python.exe -s -m pip install --upgrade --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu121 -r ../ComfyUI/requirements.txt pygit2
2023-03-15 01:38:59 +00:00
pause