Add github workflow for a build with pytorch nightly.

This commit is contained in:
comfyanonymous
2023-03-13 12:47:12 -04:00
parent 83f23f82b8
commit c672000954
8 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +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
pause