Releases: coqui-ai/TTS
Releases · coqui-ai/TTS
v0.20.1
v0.20.0
v0.19.1
What's Changed
- Second round of issue fixing for XTTS v1.1 by @WeberJulian in #3103
- fix for issue 3067 by @Aya-AlJafari in #3109
- Bug: self.model_name needed to be initialized. by @vltmedia in #2983
New Contributors
Full Changelog: v0.19.0...v0.19.1
v0.19.0
v0.18.2
v0.18.1
What's Changed
- Bug fix on XTTS v1.1 inference by @Edresson and @WeberJulian in #3093
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
- XTTS v1.1 by @WeberJulian in #3089
Full Changelog: v0.17.10...v0.18.0
XTTS v1.1
This model is trained on top of XTTS v1, using output masking. We mask the part of the output that is used as the audio prompt while training and don't compute loss for that segment. This helps us to resolve the hallucination issue that V1 experienced.
Changes
- Add Japanese
- Resolve the hallucination issue (repeating the audio prompt)
- Increased expressivity
- Hash check to control model version
- Added
ne_hifigan
that was trained without denoising that brought some EQ and compression profile that might be unwanted for some use-cases
v0.17.10
Full Changelog: v0.17.9...v0.17.10
v0.17.9
What's Changed
- fixed bugs in fastpitch tts synthesis by @Aya-AlJafari in #3058
- Update AnalyzeDataset.ipynb by @meryemsakin in #2783
- Synthesizer skips over embeddings file if model only has one speaker by @wonkothesanest in #2587
- fixed typo of docs\source\implementing_a_new_model.md by @Subash-Lamichhane in #3066
- fixed typo of /docs by @Subash-Lamichhane in #3065
- Add play and speed to cli options by @David-bfg in #3027
- Fix doc dataset by @WeberJulian in #3070
- fix readme by @WeberJulian in #3071
New Contributors
- @meryemsakin made their first contribution in #2783
- @wonkothesanest made their first contribution in #2587
- @Subash-Lamichhane made their first contribution in #3066
- @David-bfg made their first contribution in #3027
Full Changelog: v0.17.8...v0.17.9