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

This commit is contained in:
comfyanonymous
2023-03-14 19:08:23 -04:00
parent 268a2dab71
commit 6d44cf74e3
11 changed files with 20 additions and 17 deletions

View File

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

View File

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