This is something I've been looking for (the Downloading https://github.com/KittenML/KittenTTS/releases/download/0.8.1/kittentts-0.8.1-py3-none-any.whl (22 kB) Collecting num2words (from kittentts==0.8.1) Using cached num2words-0.5.14-py3-none-any.whl.metadata (13 kB) Collecting spacy (from kittentts==0.8.1) Using cached spacy-3.8.11-cp314-cp314-win_amd64.whl.metadata (28 kB) Collecting espeakng_loader (from kittentt…
Show HN: Three new Kitten TTS models – smallest less than 25MB
101–110 of 201 posts
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#102Fingers crossed for a normal-sounding voice this time around. The cute Kitten voices are nice, but I want something I can take seriously when I'm listening to an audiobook.
How is the Bruno voice for this one? there will also be another release in ~15-20 days where we have more professional voices. if you'd like to get early access and give feedback lmk, or dm me.
Huge fan of Ava multilingual and hopefully there are many other others with similar taste, so my feedback might shape things towards a halfway decent direction at least for some.
btw, use case is most often to listen to news/articles.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#103Great 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?
Perhaps his YouTube channel is worth a watch. This video from four months ago compares various STT tools: https://youtu.be/pKU9CABtnOw
Speaking of apps that would, if I had to guess, love to integrate you:
FluidVoice is incredible and developing quickly. Handy is really hot right now. Also have VoiceInk out there, solid iOS option.
[ps-not parent commenter]
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#104Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#105Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#106BTW, it seems that kitten (the Python package) has the following chain of dependencies: kittentts → misaki[en] → spacy-curated-transformers
So if you install it directly via uv, it will pull torch and NVIDIA CUDA packages (several GB), which are not needed to run kitten.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#107What I love about OpenClaw is that I was able to send it a message on Discord with just this github URL and it started sending me voice messages using it within a few minutes. It also gave me a bunch of different benchmarks and sample audio. I'm impressed with the quality given the size. I don't love the voices, but it's not bad. Running on an intel 9700 CPU, it's about 1.5x realtime using the 80M model. It wasn't an…
Had to get the right Python version and make sure it didn't break anything with the previous Python version. A friend suggested using Docker, so I started down that path until I realized I'd probably have to set the whole thing up there myself. Eventually got it to run and I think I didn't break anything else.
I hate Python so much.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#108I created a CLI wrapper for Kitten TTS: https://github.com/newptcai/purr BTW, it seems that kitten (the Python package) has the following chain of dependencies: kittentts → misaki[en] → spacy-curated-transformers So if you install it directly via uv, it will pull torch and NVIDIA CUDA packages (several GB), which are not needed to run kitten.
In case it helps anyone else, the first time I tried to run purr I got "OSError: PortAudio library not found". Installing libportaudio (apt install libportaudio2) got it running.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#109I created a CLI wrapper for Kitten TTS: https://github.com/newptcai/purr BTW, it seems that kitten (the Python package) has the following chain of dependencies: kittentts → misaki[en] → spacy-curated-transformers So if you install it directly via uv, it will pull torch and NVIDIA CUDA packages (several GB), which are not needed to run kitten.
Re: Show HN: Three new Kitten TTS models – smallest less than 25MB
#110How long until I can buy this as a chip for my Arduino projects?
not v long. until then you start running tts on phones, wearables and r pis. at the model level, we'll have a model for this kind of mcu's later this year.