Add an automatic standalone windows release for nvidia and cpu.

This commit is contained in:
comfyanonymous
2023-03-13 01:34:09 -04:00
parent 0f3ba7482f
commit f0d8fdc0d6
8 changed files with 154 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 torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 xformers -r ../ComfyUI/requirements.txt pygit2
pause