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

4 lines
249 B
Batchfile
Executable File

..\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/cu118 -r ../ComfyUI/requirements.txt pygit2
pause