Don't need to be that explicit.
This commit is contained in:
parent
6d44cf74e3
commit
fade8a3527
|
@ -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
|
|
|
@ -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
|
|
@ -24,4 +24,4 @@ To update the ComfyUI code: update\update_comfyui.bat
|
||||||
|
|
||||||
|
|
||||||
To update ComfyUI with the python dependencies:
|
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
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
@ -23,5 +23,5 @@ To update the ComfyUI code: update\update_comfyui.bat
|
||||||
|
|
||||||
|
|
||||||
To update ComfyUI with the python dependencies:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue