Looking forward to try. My current go-to solution is E5-F2 (great cloning, decent delivery, ok audio quality, a lot of incoherence here and there forcing you to do multiple generations). I've just been massively disappointed by Sesame's CSM: on their gradio on the website it was generating flawless dialogs with amazing voice cloning. When running it local the voice cloning performance is awful.
Show HN: Dia, an open-weights TTS model for generating realistic dialogue
121–130 of 202 posts
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#122V v cool: first time I've seen such expressiveness in TTS for laughs, coughs, yelling about a fire, etc! What're the recommended GPU cloud providers for using such open-weights models?
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#123Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#124Incredible quality demo samples, well done. How's the performance for multilingual generation?
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#125made a small change and got it running on M2 Pro 16GB Macbook pro, the quality is amazing. https://github.com/nari-labs/dia/pull/4
(later). It did nicely for the default example text but just made weird sounds for a "hello all" prompt. And took longer?!
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#126Is this Apache licensed or a custom one? The README contains this: > This project is licensed under the Apache License 2.0 - see the LICENSE file for details. > This project offers a high-fidelity speech generation model *intended solely for research and educational use*. The following uses are strictly forbidden: > Identity Misuse: Do not produce audio resembling real individuals without permission. > ... Specifical…
Sorry for the confusion. the license is plain Apache 2.0, and we changed the wording to "intended for research and educational use." The point was, users are free to use it for their use cases, just don't do shady stuff with it. Thanks for the feedback :)
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#127Earlier quoted context omitted.
I know it’s taboo to ask, but I must: where’s the dataset from? Very eager to play around with audio models myself, but I find existing datasets limiting
Why would that be a taboo question to ask? It should be the question we always ask, when presented with a model and in some cases we should probably reject the model, based on that information.
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#128Hey HN! We’re Toby and Jay, creators of Dia. Dia is 1.6B parameter open-weights model that generates dialogue directly from a transcript. Unlike TTS models that generate each speaker turn and stitch them together, Dia generates the entire conversation in a single pass. This makes it faster, more natural, and easier to use for dialogue generation. It also supports audio prompts — you can condition the output on a spec…
1. What GPU did you use to train the model? I'd love to train a model like this, but currently, I only have a 16GB MacBook. Thinking about buying a 5090 if it's worth.
2. Is it possible to use this for real time audio generation, similar to the demo on the Sesame website?
Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#129Re: Show HN: Dia, an open-weights TTS model for generating realistic dialogue
#130Very cool! Insane how much low hanging fruit there is for Audio models right now. A team of two picking things up over a few months can build something that still competes with large players with tons of funding