What's Changed
⚠️ Coqui doesn't install Pytorch dependencies (torch, torchaudio, torchcodec) by default anymore, making it easier to install the right version for your system yourself. See the updated installation instructions.
Features
- Support Python 3.14 by @eginhard in #543
- Support PyTorch 2.10 by @eginhard in #548
⚠️ The following models only work with PyTorch<=2.9:- tts_models/fr/mai/tacotron2-DDC
- tts_models/en/sam/tacotron-DDC
- tts_models/nl/mai/tacotron2-DDC
- tts_models/en/ek1/tacotron2
- tts_models/es/mai/tacotron2-DDC
- tts_models/zh-CN/baker/tacotron2-DDC-GST
- tts_models/de/thorsten/tacotron2-DCA
Fixes
- ⚠️ Do not install PyTorch by default anymore by @eginhard in #540
- Fix
TTS/bin/compute_attention_masks.pyby @eginhard in #528 - Make notebooks runnable as is with included test data by @eginhard in #539
- Remove
encodecdependency by @eginhard in #540 - Make
gruutdependency optional by @eginhard in #543
Full Changelog: v0.27.3...v0.27.4