랭킹으로 돌아가기
TTS with kokoro and onnx runtime
kokoroonnxruntimepythontts
주요 지표
스타 성장
스타
2.6k
포크
291
주간 성장
—
이슈
83
1k2k
25년 9월25년 10월25년 12월26년 2월26년 4월26년 5월26년 7월
아티팩트PyPI
pip install kokoro-onnxREADME
kokoro-onnx
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
Features
- Supports multiple languages
- Fast performance near real-time on macOS M1
- Offer multiple voices
- Lightweight: ~300MB (quantized: ~80MB)
Setup
pip install -U kokoro-onnx
Instructions
- Install uv for isolated Python (Recommend).
pip install uv
- Create new project folder (you name it)
- Run in the project folder
uv init -p 3.12
uv add kokoro-onnx soundfile
- Paste the contents of
examples/save.pyinhello.py - Download the files
kokoro-v1.0.onnx, andvoices-v1.0.binand place them in the same directory. - Run
uv run hello.py
You can edit the text in hello.py
That's it! audio.wav should be created.
Examples
See examples
Voices
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
Contribute
See CONTRIBUTE.md
License
- kokoro-onnx: MIT
- kokoro model: Apache 2.0
관련 저장소