User avatar
🇨🇦Samuel Proulx🇨🇦 @fastfinge@interfree.ca
1y
So this looks like a high quality, fast, natural, and open source TTS system in Python. A key candidate for an . Unfortunately, I find addon development super confusing. Is there a good template to start from or something? github.com/thewh1teagle/kokoro-onnx
11
15
8
0
User avatar
🇨🇦Samuel Proulx🇨🇦 @fastfinge@interfree.ca
1y
It's super simple to set up if you want to play. Make a folder for it, change into the folder in your terminal, then do:
pip install --target=. kokoro-onnx soundfile
winget install wget
wget
github.com/thewh1teagle/kokoro-onnx/releases/download/model-files/kokoro-v0_19.onnx
wget
github.com/thewh1teagle/kokoro-onnx/releases/download/model-files/voices.json

Then you can call it from Python. It supports US and UK English, plus French, Korean, Chinese, and Japanese.
0
1
3
0