Framepack-CLI/start_api_server.bat
2025-04-26 10:04:08 +02:00

12 lines
180 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_path.py
:done
pause