Make it more clear the recommended way to update the standalone build.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -19,8 +19,9 @@ You can download the stable diffusion 1.5 one from: https://huggingface.co/runwa
|
||||
|
||||
|
||||
RECOMMENDED WAY TO UPDATE:
|
||||
To update only the ComfyUI code: update\update_comfyui_only.bat
|
||||
To update the ComfyUI code: update\update_comfyui.bat
|
||||
|
||||
|
||||
|
||||
To update ComfyUI with the python dependencies (ONLY USE IF YOU NEED TO UPDATE THE PYTHON PACKAGES): update\update_all.bat
|
||||
To update ComfyUI with the python dependencies:
|
||||
update\ONLY_RUN_THIS_IF_YOU_HAVE_TO\update_comfyui_and_python_dependencies.bat
|
||||
|
||||
Reference in New Issue
Block a user