Show HN: Three new Kitten TTS models – smallest less than 25MB
81–90 of 201 posts
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#82A lot of good small TTS models in recent times. Most seem to struggle hard on prosody though. Kokoro TTS for example has a very good Norwegian voice but the rhythm and emphasizing is often so out of whack the generated speech is almost incomprehensible. Haven't had time to check this model out yet, how does it fare here? What's needed to improve the models in this area now that the voice part is more or less solved?
small models struggle with prosody due to limited capacity. this version does much better than the precious one and is the best among other <25MB models. Kokoro is a really good model for its size, its competitive on artificial analysis too. i think by the next release we should have something kokoro quality but a fifth of the size. Adding control for rhythm seems to be quite important too, and we should start lookin…
If only I could have that in Norwegian my SO would be pleased.
Also I totally misremembered regarding Kokoro TTS. It's good, but not what was butchering Norwegian. Forgot which one I was thinking of, maybe it was the old VITS stuff Rhaspy uses. Points stand, the voice was good but could barely understand what was said.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#83I didn't expect it to pronounciate 'ms' correctly, but the number sounded just like noise. Eventually I got an acceptable result for the string "Startup finished in one hundred and thirty five seconds.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#84sounds amazing! does it stream? or is it so fast you don't need to?
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#85Wow, what an amazing feat. Congratulations!
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#86Great stuff. Is your team interested in the STT problem?
Yes, we've started working on it and will have a range of stt models v soon. lmk if you have a prod use-case in mind?
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#87Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#88I ran install instructions and it took 7.1GB of deps, tf you mean "tiny" ?
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#89What's the actual install size for a working example? Like similar "tiny" projects, do these models actually require installing 1GB+ of dependencies?
Running the example is 3 MiB for the repo, +667 MiB of Python dependencies, +86 MiB of models that will get downloaded from HuggingFace. =756 MiB. (That's using the example as-is. If you switch it to the smaller model, modify the above with +57 MiB of models from HuggingFace, or =727 MiB.) So I toyed with this a bit + the Rust library "ort", and ort is only 224M in release (non-debug) mode, and it was pretty simple t…
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#90Was playing around a bit and for its size it's very impressive. Just has issues pronounciating numbers. I tried to let it generate "Startup finished in 135 ms." I didn't expect it to pronounciate 'ms' correctly, but the number sounded just like noise. Eventually I got an acceptable result for the string "Startup finished in one hundred and thirty five seconds.