Test github workflow for standalone build with cu118 torch+xformers.

This commit is contained in:
comfyanonymous
2023-03-16 02:36:42 -04:00
parent 7dd6fc9f8a
commit 74b0104c84
3 changed files with 85 additions and 4 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/cu118 xformers -r ../ComfyUI/requirements.txt pygit2
pause

View File

@@ -22,6 +22,6 @@ To update the ComfyUI code: update\update_comfyui.bat
To update ComfyUI with the python dependencies:
To update ComfyUI with the python dependencies, note that you should ONLY run this if you have issues with python dependencies.
update\update_comfyui_and_python_dependencies.bat