Browse Source

Don't need to be that explicit.

pull/87/head
comfyanonymous 2 years ago
parent
commit
fade8a3527
  1. 3
      .ci/nightly/update_windows/ONLY_RUN_THIS_IF_YOU_HAVE_TO/update_comfyui_and_python_dependencies.bat
  2. 3
      .ci/nightly/update_windows/update_comfyui_and_python_dependencies.bat
  3. 2
      .ci/nightly/windows_base_files/README_VERY_IMPORTANT.txt
  4. 3
      .ci/update_windows/ONLY_RUN_THIS_IF_YOU_HAVE_TO/update_comfyui_and_python_dependencies.bat
  5. 3
      .ci/update_windows/update_comfyui_and_python_dependencies.bat
  6. 2
      .ci/windows_base_files/README_VERY_IMPORTANT.txt

3
.ci/nightly/update_windows/ONLY_RUN_THIS_IF_YOU_HAVE_TO/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 --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 -r ../../ComfyUI/requirements.txt pygit2
pause

3
.ci/nightly/update_windows/update_comfyui_and_python_dependencies.bat

@ -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

2
.ci/nightly/windows_base_files/README_VERY_IMPORTANT.txt

@ -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

3
.ci/update_windows/ONLY_RUN_THIS_IF_YOU_HAVE_TO/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

3
.ci/update_windows/update_comfyui_and_python_dependencies.bat

@ -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

2
.ci/windows_base_files/README_VERY_IMPORTANT.txt

@ -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

Loading…
Cancel
Save