mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Update README.md
This commit is contained in:
parent
2612249656
commit
96d8e1b4c8
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -17,6 +17,17 @@ Dockerized FastAPI wrapper for [Kokoro-82M](https://huggingface.co/hexgrad/Kokor
|
|||
- phoneme, simple audio generation web ui utility
|
||||
- Runs on an 80mb-300mb model (CUDA container + 5gb on disk due to drivers)
|
||||
|
||||
> [!Tip]
|
||||
> You can try the new beta version from the `v0.1.2-pre` branch now:
|
||||
> - integrated web UI (on localhost:8880/web)
|
||||
> - better concurrency handling, baked in models and voices
|
||||
> - voice name/model mappings to OAI standard with:
|
||||
>
|
||||
> ```bash
|
||||
> docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU
|
||||
> docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest # Nvidia GPU
|
||||
> ```
|
||||
|
||||
## Quick Start
|
||||
|
||||
The service can be accessed through either the API endpoints or the Gradio web interface.
|
||||
|
|
Loading…
Add table
Reference in a new issue