Don't need to be that explicit.

This commit is contained in:
comfyanonymous 2023-03-14 21:38:59 -04:00
parent 6d44cf74e3
commit fade8a3527
6 changed files with 8 additions and 8 deletions

View File

@ -1,3 +0,0 @@
..\..\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

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

View File

@ -24,4 +24,4 @@ To update the ComfyUI code: update\update_comfyui.bat
To update ComfyUI with the python dependencies:
update\ONLY_RUN_THIS_IF_YOU_HAVE_TO\update_comfyui_and_python_dependencies.bat
update\update_comfyui_and_python_dependencies.bat

View File

@ -1,3 +0,0 @@
..\..\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

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

View File

@ -23,5 +23,5 @@ To update the ComfyUI code: update\update_comfyui.bat
To update ComfyUI with the python dependencies:
update\ONLY_RUN_THIS_IF_YOU_HAVE_TO\update_comfyui_and_python_dependencies.bat
update\update_comfyui_and_python_dependencies.bat