kokoro-onnx / README.md
robertknight's picture
Add model details
63a5f66 verified
---
license: apache-2.0
base_model:
- hexgrad/Kokoro-82M
---
This model is an ONNX export of the Kokoro TTS model created using the script at https://github.com/hexgrad/kokoro/blob/main/examples/export.py at commit dfb907a02bba8152ca444717ca5d78747ccb4bec.
Compared to the [onnx-community version](https://huggingface.co/onnx-community/Kokoro-82M-v1.0-ONNX) this version uses `Conv` operators as a replacement for `STFT`, which avoids some [numerical problems](https://github.com/robertknight/rten/pull/928#issuecomment-3273328165) with it.