Framepack-CLI/start_api_server.bat

12 lines
175 B
Batchfile

@echo off
call environment.bat
cd %~dp0webui
"%DIR%\python\python.exe" -m pip install fastapi uvicorn python-multipart
"%DIR%\python\python.exe" api_server.py
:done
pause