chore: explain that each voice need to be downloaded once before using offline
This commit is contained in:
parent
2d96dd9d78
commit
eb8a0308a3
1 changed files with 4 additions and 0 deletions
|
|
@ -165,6 +165,10 @@ python tts.py "Hello there! and Hi!" -t "simple-greetings"
|
||||||
ls ./outputs/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
|
### 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).
|
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).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue