ComfyUI/.ci/manager_windows/install_manager.bat

4 lines
147 B
Batchfile

@echo off
..\python_embeded\python.exe .\install_manager.py ..\ComfyUI\
echo Installed manager through pip package, if not already installed.
pause