Live data from Hacker News

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

ariya.io

61–70 of 107 posts

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#61
Off-topic, re: “kokoro”

Article refers to: https://huggingface.co/hexgrad/Kokoro-82M

Caught my eye for the related name to my book of Kakuro puzzles for sale at https://www.kakurokokoro.com

Kokoro comes from the Japanese word meaning something like heart or spirit, and not the literal ones.

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#62

Naive question, but I once downloaded a particular voice file that I wanted to use with some other RVC TTS project, but ended up not being able to run it CPU only, so I only kept the voice I wanted. Thing is, the voice is in .pth format, and on Kokoro's huggingface page, their voices are all .pt. Would I be able to use this voice I already have with Kokoro? If not, is there any way to convert it? I could always go lo…

Not super familiar but it seems to be technically possible. https://github.com/Ashish-Patnaik/kokoclone Generate audio with the voice and your first tool and use this to clone it into kokoro. The pth/pt extension bit isn’t the problem. Those are PyTorch extensions and they’re synonymous like jpeg/jpg.

That's great, thank you :-)

With something like this I can even try to make a more accurate voice than the one I already have, and tailor it to my liking!

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#63
I built a pipeline through hermes using edge-tts to automate and listen to links that I provide to it just this morning, google notebooklm style. I replaced the TTS model with Kokoro after seeing this post, thank you. Here's the pipeline if anyone is interested. https://www.klaweht.com/2026-07-07-link-to-podcast-rss-pipel... By the way, it took hermes just around 10-15 minutes to build first iteration. I am impressed.

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#64
post #63

I built a pipeline through hermes using edge-tts to automate and listen to links that I provide to it just this morning, google notebooklm style. I replaced the TTS model with Kokoro after seeing this post, thank you. Here's the pipeline if anyone is interested. https://www.klaweht.com/2026-07-07-link-to-podcast-rss-pipel... By the way, it took hermes just around 10-15 minutes to build first iteration. I am impressed…

I get the sense you're not referring to the French fashion brand, what is Hermes?

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#65
post #64
post #63

I built a pipeline through hermes using edge-tts to automate and listen to links that I provide to it just this morning, google notebooklm style. I replaced the TTS model with Kokoro after seeing this post, thank you. Here's the pipeline if anyone is interested. https://www.klaweht.com/2026-07-07-link-to-podcast-rss-pipel... By the way, it took hermes just around 10-15 minutes to build first iteration. I am impressed…

I get the sense you're not referring to the French fashion brand, what is Hermes?

hermes agent https://hermes-agent.nousresearch.com

similar to openclaw

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#66
post #63

I built a pipeline through hermes using edge-tts to automate and listen to links that I provide to it just this morning, google notebooklm style. I replaced the TTS model with Kokoro after seeing this post, thank you. Here's the pipeline if anyone is interested. https://www.klaweht.com/2026-07-07-link-to-podcast-rss-pipel... By the way, it took hermes just around 10-15 minutes to build first iteration. I am impressed…

you should include an example of the output of your own blog post :)

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#68

I just hooked it up to my personal AI Japanese Teacher app, pretty good quality / natural sounding speech in mixed English / Japanese while running fast on CPU so I don't waste VRAM.

Was just thinking of making exactly that. I have made Kokoro the voice of my local LLM (qwen 3.6). What do you use for a Japanese tutor app?

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#69
Saw it first on reddit, and later I created a small project to generate audio books from epub. So far I've listened to couple of books generated this way and am quite satisfied with the quality. There is just one particular word I remember that it pronounced wrongly - "Malay".

Re: Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

#70

I have used Kokoro fairly extensively for an accessibility product. I have loved working with it (especially because I don't have an NVidia GPU like many TTS of similar quality require). I particularly appreciate the fact that it lets you manually add IPA pronunciation guides. There have been some cases where an important word is a homograph and Kokoro assumed the wrong pronunciation. The place where it falls a littl…

It is indeed a common weakness of TTS models.

Unfortunately it makes it unsuited for my use case, which is almost entirely single words, as I don't particularly want to deal with stitching/segmenting input/output.

Post reply on HN