Skip to content

thewh1teagle/kokoro-onnx

Repository files navigation

kokoro-onnx

TTS with onnx runtime based on Kokoro-TTS

podcast.mp4

Features

  • Support English, French, Japanse, Korean, and Chinese
  • 4X Faster than realtime (macOS M1)
  • Support multiple voices including whispering

Setup

pip install -U kokoro-onnx
Instructions
  1. Install uv for isolated Python (Recommend).

Basically open the terminal (PowerShell / Bash) and run the command listed in their website.

Note: you don't have to use uv. but it just make things much simpler. You can use regular Python as well.

  1. Create new project folder (you name it)
  2. Run in the project folder
uv init -p 3.12
uv add kokoro-onnx soundfile
  1. Paste the contents of examples/save.py in hello.py
  2. Download the files kokoro-v0_19.onnx, and voices.json and place them in the same directory.
  3. 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

Available voices are af, af_bella, af_nicole, af_sarah, af_sky, am_adam, am_michael, bf_emma, bf_isabella, bm_george, bm_lewis

Contribute

See CONTRIBUTE.md