kokoro-v0_19 / README.md
kiriyamaX's picture
Update README.md
5a29dea verified
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
}
}
```