v0.7.0
版本发布时间: 2022-06-21 05:56:17
coqui-ai/TTS最新发布版本:v0.22.0(2023-12-12 23:11:16)
What's Changed
- Trick to Upsampling to High sampling rates using VITS model by @Edresson in https://github.com/coqui-ai/TTS/pull/1456
- Update Coqpit requirement by @Edresson in https://github.com/coqui-ai/TTS/pull/1539
- Missing
f
prefix on f-strings fix by @code-review-doctor in https://github.com/coqui-ai/TTS/pull/1532 - tiny improvement in data_path resolvement by @taras-sereda in https://github.com/coqui-ai/TTS/pull/1567
- Fix VITS upsampling asserts by @Edresson in https://github.com/coqui-ai/TTS/pull/1550
- Fix the bug in eSpeak wrapper for eSpeak version 1.48.15 by @Edresson in https://github.com/coqui-ai/TTS/pull/1560
- 🐍 Python 3.10.x support and drop Python 3.6 support by @erogol in https://github.com/coqui-ai/TTS/pull/1565
- Update CI tests by @erogol in https://github.com/coqui-ai/TTS/pull/1572
- Build and publish CPU only Docker image by @erogol in https://github.com/coqui-ai/TTS/pull/1573
- Add an assert for the upsampling trick by @erogol in https://github.com/coqui-ai/TTS/pull/1538
- Add audio length sampler balancer by @Edresson in https://github.com/coqui-ai/TTS/pull/1561
- Change the VITS upsampling interpolation trick to linear by @Edresson in https://github.com/coqui-ai/TTS/pull/1564
- Capacitron by @a-froghyar in https://github.com/coqui-ai/TTS/pull/977
- Fixed use_cuda issue in compute_embeddings.py by @ribeiromiranda in https://github.com/coqui-ai/TTS/pull/1587
- Training recipes for thorsten dataset by @noranraskin in https://github.com/coqui-ai/TTS/pull/1020
- fix invalid json by @s3781009 in https://github.com/coqui-ai/TTS/pull/1599
- Use fsspec and torch for embedding file IO by @erogol in https://github.com/coqui-ai/TTS/pull/1581
- Adding TTS Tutorials by @Aya-AlJafari in https://github.com/coqui-ai/TTS/pull/1584
- Internal formatter by @WeberJulian in https://github.com/coqui-ai/TTS/pull/1629
- Update training_a_model.md by @klotlabs in https://github.com/coqui-ai/TTS/pull/1620
- Add synpaflex formatter by @WeberJulian in https://github.com/coqui-ai/TTS/pull/1616
- added support for model_info in CLI by @p0p4k in https://github.com/coqui-ai/TTS/pull/1623
- v0.7.0 by @erogol in https://github.com/coqui-ai/TTS/pull/1537
New Contributors
- @code-review-doctor made their first contribution in https://github.com/coqui-ai/TTS/pull/1532
- @taras-sereda made their first contribution in https://github.com/coqui-ai/TTS/pull/1567
- @ribeiromiranda made their first contribution in https://github.com/coqui-ai/TTS/pull/1587
- @s3781009 made their first contribution in https://github.com/coqui-ai/TTS/pull/1599
- @Aya-AlJafari made their first contribution in https://github.com/coqui-ai/TTS/pull/1584
- @klotlabs made their first contribution in https://github.com/coqui-ai/TTS/pull/1620
- @p0p4k made their first contribution in https://github.com/coqui-ai/TTS/pull/1623
Full Changelog: https://github.com/coqui-ai/TTS/compare/v0.6.2...v0.7.0