v0.25.2
What's Changed
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
- fix(bark): handle broken paths in config by @eginhard in #253
- fix(openvoice): correctly set utterance length by @eginhard in #260
- fix(bin): log to stdout in cli tools by @eginhard in #217
- fix(vc): support both cpu and cuda by @eginhard in #244
- fix(xtts): voice_dir should remain None if not specified by @eginhard in #224
- Fix num2words call using non-standard lang code by @SkaceKamen in #237
- chore: remove unused callback code by @eginhard in #229
- fix: convert >35 digit English numbers digit-by-digit by @lostways in #240
- Change old docker image url to the one that is relevant to this repo in README.md by @DelovoiDC in #243
- test: switch from nose2 to pytest by @eginhard in #208
- Update plot_embeddings_umap notebook by @eginhard in #221
- Improve documentation by @eginhard in #207
New Contributors
- @SkaceKamen made their first contribution in #237
- @lostways made their first contribution in #240
- @DelovoiDC made their first contribution in #243
Full Changelog: v0.25.1...v0.25.2