chore: explain that each voice need to be downloaded once before using offline

This commit is contained in:
ayo 2026-05-22 20:34:50 +02:00
parent 2d96dd9d78
commit eb8a0308a3

View file

@ -165,6 +165,10 @@ python tts.py "Hello there! and Hi!" -t "simple-greetings"
ls ./outputs/simple-greetings
```
### Offline Use
Each of the [voices below](#voices) need to be downloaded once the first time they are used, and this needs an online connection. Subsequent runs can be done offline.
### Voices
You can choose a voice to use with the `--voice` flag. For this, we use [kokoro](https://huggingface.co/hexgrad/Kokoro-82M), which is an Apache-licensed model. See [all available voices](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md).