File size: 791 Bytes
5c670a6 2632bd1 5c670a6 c2d63d5 5a29dea c2d63d5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
Model of kokoro TTS v0.19; uploaded to huggingface for easier model management via huggingface-hub.
model downloaded from:
```bash
wget "https://huggingface.co/spaces/ysharma/Make_Custom_Voices_With_KokoroTTS/resolve/main/kokoro-v0_19.pth" -O checkpoints/kokoro-v0_19.pth
```
config was:
https://huggingface.co/spaces/ysharma/Make_Custom_Voices_With_KokoroTTS/blob/main/config.json
Check: https://huggingface.co/spaces/ysharma/Make_Custom_Voices_With_KokoroTTS
Please refer to the original repo for copyright information as I do not own the model.
## Custom recipes
af_k1:
```
_kokoro_kwargs = {
"text": "Hello from your TTS system",
"recipe": {
"af": 0.58,
"af_bella": 0.49,
"af_nicole": 1.0,
"bf_isabella": 0.29
}
}
``` |