mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 13:05:07 +00:00
Test github workflow for standalone build with cu118 torch+xformers.
This commit is contained in:
3
.ci/update_windows_cu118/update_comfyui_and_python_dependencies.bat
Executable file
3
.ci/update_windows_cu118/update_comfyui_and_python_dependencies.bat
Executable 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
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user