Loading video player...
Quick and simple setup for Kokoro TTS in docker and then setup in Open Web-UI Docker setup - GPU only docker run -d --name kokoro --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest Docker setup - NO GPU docker run -d --name kokoro -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest The API will be available at http://localhost:8880 API Documentation: http://localhost:8880/docs Web Interface: http://localhost:8880/web https://github.com/remsky/Kokoro-FastAPI/pkgs/container/kokoro-fastapi-gpu