"sgl-kernel/vscode:/vscode.git/clone" did not exist on "a3d99d6dcdddcfb6bde7b50c0830f0ad5534d74d"
Commit fade8a35 authored by comfyanonymous's avatar comfyanonymous
Browse files

Don't need to be that explicit.

parent 6d44cf74
..\..\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
......@@ -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
..\..\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
......@@ -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
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