TTS with kokoro and onnx runtime
2,701
stars
230
commits
Python
primary language
Sep 1, 2026
updated
TTS with onnx runtime based on Kokoro-TTS
🚀 Version 1.0 models are out now! 🎉
https://github.com/user-attachments/assets/00ca06e8-bbbd-4e08-bfb7-23c0acb10ef9
pip install -U kokoro-onnx
pip install uv
uv init -p 3.12
uv add kokoro-onnx soundfile
examples/save.py in hello.pykokoro-v1.0.onnx, and voices-v1.0.bin and place them in the same directory.uv run hello.py
You can edit the text in hello.py
That's it! audio.wav should be created.
See examples
See the latest voices and languages in Kokoro-82M/VOICES.md
Note: It's recommend to use misaki g2p package from v1.0, see examples
See CONTRIBUTE.md
Python
100.0%
TTS with kokoro and onnx runtime
2,701
stars
230
commits
Python
primary language
Sep 1, 2026
updated
TTS with onnx runtime based on Kokoro-TTS
🚀 Version 1.0 models are out now! 🎉
https://github.com/user-attachments/assets/00ca06e8-bbbd-4e08-bfb7-23c0acb10ef9
pip install -U kokoro-onnx
pip install uv
uv init -p 3.12
uv add kokoro-onnx soundfile
examples/save.py in hello.pykokoro-v1.0.onnx, and voices-v1.0.bin and place them in the same directory.uv run hello.py
You can edit the text in hello.py
That's it! audio.wav should be created.
See examples
See the latest voices and languages in Kokoro-82M/VOICES.md
Note: It's recommend to use misaki g2p package from v1.0, see examples
See CONTRIBUTE.md
Python
100.0%