-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #803 from coqui-ai/dev
v0.3.0
- Loading branch information
Showing
56 changed files
with
24,537 additions
and
1,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,16 @@ | |
"license": "MPL", | ||
"contact": "[email protected]" | ||
}, | ||
"speedy-speech": { | ||
"description": "Speedy Speech model trained on LJSpeech dataset using the Alignment Network for learning the durations.", | ||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.3.0/tts_models--en--ljspeech--speedy_speech.zip", | ||
"stats_file": null, | ||
"default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2", | ||
"commit": "4581e3d", | ||
"author": "Eren Gölge @erogol", | ||
"license": "TBD", | ||
"contact": "[email protected]" | ||
}, | ||
"tacotron2-DCA": { | ||
"description": "", | ||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--tacotron2-DCA.zip", | ||
|
@@ -47,15 +57,6 @@ | |
"license": "MPL", | ||
"contact": "[email protected]" | ||
}, | ||
"speedy-speech-wn": { | ||
"description": "Speedy Speech model with wavenet decoder.", | ||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.1.0/tts_models--en--ljspeech--speedy-speech-wn.zip", | ||
"default_vocoder": "vocoder_models/en/ljspeech/multiband-melgan", | ||
"commit": "77b6145", | ||
"author": "Eren Gölge @erogol", | ||
"license": "MPL", | ||
"contact": "[email protected]" | ||
}, | ||
"vits": { | ||
"description": "VITS is an End2End TTS model trained on LJSpeech dataset with phonemes.", | ||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/tts_models--en--ljspeech--vits.zip", | ||
|
@@ -218,11 +219,11 @@ | |
"contact": "[email protected]" | ||
}, | ||
"univnet": { | ||
"description": "UnivNet model trained on LJSpeech to complement the TacotronDDC_ph model.", | ||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.2.0/vocoder_models--en--ljspeech--univnet.zip", | ||
"commit": "3900448", | ||
"description": "UnivNet model finetuned on TacotronDDC_ph spectrograms for better compatibility.", | ||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.3.0/vocoder_models--en--ljspeech--univnet_v2.zip", | ||
"commit": "4581e3d", | ||
"author": "Eren @erogol", | ||
"license": "", | ||
"license": "TBD", | ||
"contact": "[email protected]" | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.2 | ||
0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.