Skip to content

Releases: idiap/coqui-ai-TTS

v0.27.3

13 Dec 13:13
2ffde47

Choose a tag to compare

What's Changed

Features

Fixes

  • Support Pytorch 2.9 by @eginhard in #525
  • fix(xtts): update streaming code to transformers>=4.57 by @eginhard in #505
  • fix(xtts): add over limit text display by @zkhan122 in #495
  • Handle romanization for Fairseq models by @eginhard in #506
  • docs(formatters): show expected metadata format, improve error handling by @eginhard in #511 (documentation)
  • fix(bark): ensure tensors are on same device when not using reference audio by @eginhard in #512
  • fix(audio): create parent folders, improve error message by @eginhard in #513
  • fix(docker): correct torch backend selection by @eginhard in #524
  • Replace jieba with spacy_pkuseg for Chinese word segmentation by @langfod in #504

New Contributors

Full Changelog: v0.27.2...v0.27.3

v0.27.2

25 Sep 14:12
3194998

Choose a tag to compare

What's Changed

Features

Fixes

  • docs: fix the Double Decoder Consistency link which was not working by @Olexandr88 in #500

New Contributors

Full Changelog: v0.27.1...v0.27.2

v0.27.1

05 Sep 22:53
6cac242

Choose a tag to compare

What's Changed

Features

  • Add new method for custom formatter handling by @ivuorio in #293

Fixes

  • fix(recipes): wrap scripts with main() functions by @eginhard in #462
  • fix(tortoise): remove low vram mode by @eginhard in #464
  • fix(bark): allow loading npz voices from the original model by @eginhard in #461
  • build: restrict to torch/torchaudio<2.9 by @eginhard in #488

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0

14 Jul 13:57
96472c8

Choose a tag to compare

What's Changed

Features

Fixes

New Contributors

Full Changelog: v0.26.2...v0.27.0

v0.26.2

22 May 12:11
ba58def

Choose a tag to compare

What's Changed

Fixes

  • fix(xtts): restrict transformers to <4.52 to avoid corrupted output by @eginhard in #396
  • fix(xtts): fix Colab demo package installation by @eginhard in #396
  • fix(xtts): provide more helpful error message when reference audio is too short by @eginhard in #396
  • fix: don't convert to int to avoid constant value in onnx exports by @eginhard in #390

Full Changelog: v0.26.1...v0.26.2

v0.26.1

16 May 14:10
d76ddbc

Choose a tag to compare

What's Changed

Features

  • feat(server): support multi-speaker models in MaryTTS endpoint by @Sleuth56 in #351

Fixes

New Contributors

Full Changelog: v0.26.0...v0.26.1

v0.26.0

10 Mar 16:25
746c377

Choose a tag to compare

What's Changed

Features

Fixes

Dev

New Contributors

Full Changelog: v0.25.3...v0.26.0

v0.25.3

16 Jan 10:59
69704ee

Choose a tag to compare

What's Changed

Fixes

  • fix(fairseq): handle change of model file name by @eginhard in #264

Full Changelog: v0.25.2...v0.25.3

v0.25.2

15 Jan 16:46
2b694c1

Choose a tag to compare

What's Changed

⚠️ Fairseq Vits models are broken in this release.

Features

  • Add kNN-VC model by @eginhard in #256
  • Support all Coqui TTS models in the server by @eginhard in #252
  • Allow both Path and strings where possible and add type hints by @eginhard in #210
  • feat(manager): print download location when listing models by @eginhard in #213

Fixes

New Contributors

Full Changelog: v0.25.1...v0.25.2

WavLM-HiFiGAN vocoders from kNN-VC

11 Dec 15:35
f329072

Choose a tag to compare

Pre-release