mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-01 23:21:13 -06:00
23 lines
408 B
Markdown
23 lines
408 B
Markdown
# Kokoro TTS Backend for LocalAI
|
|
|
|
This is a gRPC server backend for LocalAI that uses the Kokoro TTS pipeline.
|
|
|
|
## Creating a separate environment for kokoro project
|
|
|
|
```bash
|
|
make kokoro
|
|
```
|
|
|
|
## Testing the gRPC server
|
|
|
|
```bash
|
|
make test
|
|
```
|
|
|
|
## Features
|
|
|
|
- Lightweight TTS model with 82 million parameters
|
|
- Apache-licensed weights
|
|
- Fast and cost-efficient
|
|
- Multi-language support
|
|
- Multiple voice options |