From 98aa6261d1b00bee53766de5405549448246799c Mon Sep 17 00:00:00 2001 From: Edresson Casanova Date: Thu, 8 Sep 2022 06:10:39 -0300 Subject: [PATCH] Add YourTTS and SC-GlowTTS on available models (#1933) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ca585d7..438eabb8 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,11 @@ Underlined "TTS*" and "Judy*" are 🐸TTS models - Align-TTS: [paper](https://arxiv.org/abs/2003.01950) - FastPitch: [paper](https://arxiv.org/pdf/2006.06873.pdf) - FastSpeech: [paper](https://arxiv.org/abs/1905.09263) +- SC-GlowTTS: [paper](https://arxiv.org/abs/2104.05557) ### End-to-End Models - VITS: [paper](https://arxiv.org/pdf/2106.06103) +- YourTTS: [paper](https://arxiv.org/abs/2112.02418) ### Attention Methods - Guided Attention: [paper](https://arxiv.org/abs/1710.08969)