Fix the nightly build not being packaged correctly.

This commit is contained in:
comfyanonymous
2023-04-28 08:50:12 -04:00
parent 27bf9392ac
commit e543ecad69
6 changed files with 3 additions and 97 deletions

View File

@@ -1,3 +1,3 @@
..\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
..\python_embeded\python.exe -s -m pip install --upgrade --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 -r ../ComfyUI/requirements.txt pygit2
pause