Don't need to be that explicit.
parent
6d44cf74e3
commit
fade8a3527
@ -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
|
@ -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 torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 xformers -r ../../ComfyUI/requirements.txt pygit2
|
||||
pause
|
@ -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
|
Loading…
Reference in New Issue