Views
No views yet
.weight (so the engine has no weight_g/weight_v to
resolve), drops the unused pooler tensors, converts .pth to safetensors, and
bundles the 54 voice packs plus the English pronunciation dictionaries the
phonemizer needs.| File | Contents |
|---|---|
model.safetensors | 457 tensors, 81.1M params, 325 MB f32 |
voices.safetensors | 54 voice packs, [510, 1, 256] each |
g2p/*.json | misaki us_gold / us_silver / gb_gold |
1curl -X POST http://localhost:11234/v1/audio/speech \
2 -H 'content-type: application/json' \
3 -d '{"model":"kokoro","input":"Hello there.","voice":"af_bella,af_sky"}' \
4 --output out.wav