Commit 6d44cf74 authored by comfyanonymous's avatar comfyanonymous
Browse files

Make it more clear the recommended way to update the standalone build.

parent 268a2dab
..\..\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
..\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 ...@@ -19,8 +19,9 @@ You can download the stable diffusion 1.5 one from: https://huggingface.co/runwa
RECOMMENDED WAY TO UPDATE: 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
...@@ -16,8 +16,8 @@ mv ComfyUI_copy ComfyUI_windows_portable/ComfyUI ...@@ -16,8 +16,8 @@ mv ComfyUI_copy ComfyUI_windows_portable/ComfyUI
cd ComfyUI_windows_portable cd ComfyUI_windows_portable
mkdir update mkdir update
cp ComfyUI/.ci/update_windows/* ./update/ cp -r ComfyUI/.ci/update_windows/* ./update/
cp ComfyUI/.ci/windows_base_files/* ./ cp -r ComfyUI/.ci/windows_base_files/* ./
cd .. cd ..
......
...@@ -18,8 +18,8 @@ mv ComfyUI_copy ComfyUI_windows_portable_nightly_pytorch/ComfyUI ...@@ -18,8 +18,8 @@ mv ComfyUI_copy ComfyUI_windows_portable_nightly_pytorch/ComfyUI
cd ComfyUI_windows_portable_nightly_pytorch cd ComfyUI_windows_portable_nightly_pytorch
mkdir update mkdir update
cp ComfyUI/.ci/nightly/update_windows/* ./update/ cp -r ComfyUI/.ci/nightly/update_windows/* ./update/
cp ComfyUI/.ci/nightly/windows_base_files/* ./ cp -r ComfyUI/.ci/nightly/windows_base_files/* ./
cd .. cd ..
......
..\..\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
..\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
...@@ -18,8 +18,10 @@ You can download the stable diffusion 1.5 one from: https://huggingface.co/runwa ...@@ -18,8 +18,10 @@ You can download the stable diffusion 1.5 one from: https://huggingface.co/runwa
RECOMMENDED WAY TO UPDATE: 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment