Improved Text to Speech model: Parler TTS v1 by Hugging Face

Posted by vaibhavs10@reddit | LocalLLaMA | View on Reddit | 73 comments

Hi everyone, I'm VB, the GPU poor in residence (focus on open source audio and on-device ML) at Hugging Face! 🤗 Quite please to introduce you to Parler TTS v1 🔉 - 885M (Mini) & 2.2B (Large) - fully open-source Text-to-Speech models! 🤙 Some interesting things about it: 1. Trained on 45,000 hours of open speech (datasets released as well) 2. Upto 4x faster generation thanks to torch compile & static KV cache (compared to previous v0.1 release) 3. Mini trained on a larger text encoder, large trained on both larger text & decoder 4. Also supports SDPA & Flash Attention 2 for an added speed boost 5. In-built streaming, we provide a dedicated streaming class optimised for time to the first audio 5. Better speaker consistency, more than a dozen speakers to choose from or create a speaker description prompt and use that 6. Not convinced with a speaker? You can fine-tune the model on your dataset (only couple of hours would do) Apache 2.0 licensed codebase, weights and datasets! 🤗 Can't wait to see what y'all would build with this!🫡 Quick links: Model checkpoints: https://huggingface.co/collections/parler-tts/parler-tts-fully-open-source-high-quality-tts-66164ad285ba03e8ffde214c Space: https://huggingface.co/spaces/parler-tts/parler_tts GitHub Repo: https://github.com/huggingface/parler-tts