Grad-TTS
See original GitHub issueModel/Pipeline/Scheduler description
Grad TTS model: https://github.com/huawei-noah/Speech-Backbones/blob/main/Grad-TTS/README.md
Open source status
- The model implementation is available
- The model weights are available (Only relevant if addition is not a scheduler).
Provide useful links for the implementation
@patrickvonplaten has already added the model in a past version. Please leave a message below and I’d be more than happy to re-implement the model with you again!
Note that adding Grad-TTS will require some bigger changes in resnet.py
and a new unet1D
class.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech
In this paper we introduce Grad-TTS, a novel text-to-speech model with score-based decoder producing mel-spectrograms by gradually ...
Read more >Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech
In this paper we introduce Grad-TTS, a novel text-to-speech model with score-based decoder producing mel-spectrograms by gradually transforming noise predicted ...
Read more >WelkinYang/GradTTS: Pytorch implementation of "Grad-TTS
GradTTS. Unofficial Pytorch implementation of "Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech" (arxiv). About this repo.
Read more >huawei-noah/Grad-TTS - Hugging Face
Some brief description of the Grad-TTS model will soon arrive here. Downloads last month: 0. Hosted inference API. Unable to determine this model's...
Read more >Grad-TTS: A Diffusion Probabilistic Model for Text ... - Papertalk
Grad-TTS : A Diffusion Probabilistic Model for Text-to-Speech. Vadim Popov, Ivan Vovk, Vladimir Gogoryan, Tasnima Sadekova, Mikhail Kudinov.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @patrickvonplaten - I’d like to take this up.
I’m currently working through the Grad-TTS codebase to understand inference fully. I’ll start a PR to take the discussion further.
Thanks, @Vaibhavs10. I will checkout soon. Given you already have a headstart, happy to sync if you need any help on any task.