Post
1109
Zonos is flying up the trending tab, and for good reason - it's the most expressive and emotive open-source TTS I've used to date. I'm happy to say it's now supported in Taproot, with added long-form synthesis support and other goodies.
Try it here: https://huggingface.co/spaces/benjamin-paine/zonos-longform
Getting started with Zonos in Taproot is easy; with a working CUDA toolkit and Python/Pip installation, all you have to do is:
See more on GitHub at https://github.com/painebenjamin/taproot/
Try it here: https://huggingface.co/spaces/benjamin-paine/zonos-longform
Getting started with Zonos in Taproot is easy; with a working CUDA toolkit and Python/Pip installation, all you have to do is:
apt install espeak-ng
pip install taproot
taproot install speech-synthesis:zonos-transformer
taproot invoke speech-synthesis:zonos-transformer --text "Hello, world!"
See more on GitHub at https://github.com/painebenjamin/taproot/