File size: 451 Bytes
1e3b872 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
@echo off
echo Installing ComfyUI's JakeUpgrade Nodes with ComfyUI Portable..
REM python path
set "python_exec="E:\Program Files\ComfyUI_windows_portable\python_embeded\python.exe""
%python_exec% -s -m pip install opencv-python
%python_exec% -s -m pip install piexif
%python_exec% -s -m pip install torch
%python_exec% -s -m pip install numpy<2
%python_exec% -s -m pip install numexpr
%python_exec% -s -m pip install simpleeval
pause |