coqui-tts/TTS
Enno Hermann 8c5227ed84
Fix tts_with_vc (#3275)
* Revert "fix for issue 3067"

This reverts commit 041b4b6723.

Fixes #3143. The original issue (#3067) was people trying to use
tts.tts_with_vc_to_file() with XTTS and was "fixed" in #3109. But XTTS has
integrated VC and you can just do tts.tts_to_file(..., speaker_wav="..."), there
is no point in passing it through FreeVC afterwards. So, reverting this commit
because it breaks tts.tts_with_vc_to_file() for any model that doesn't have
integrated VC, i.e. all models this method is meant for.

* fix: support multi-speaker models in tts_with_vc/tts_with_vc_to_file

* fix: only compute spk embeddings for models that support it

Fixes #1440. Passing a `speaker_wav` argument to regular Vits models failed
because they don't support voice cloning. Now that argument is simply ignored.
2023-11-24 12:26:37 +01:00
..
bin fix(bin.synthesize): more informative error for wrong --language argument (#3294) 2023-11-24 12:24:42 +01:00
config Fix model tests (#2943) 2023-09-14 15:21:48 +02:00
encoder refactor: use save_checkpoint()/save_best_model() from Trainer 2023-11-17 01:18:23 +01:00
server Make style 2023-08-11 12:55:23 +02:00
tts fix: don't pass quotes to espeak (#3286) 2023-11-24 12:25:37 +01:00
utils Fix tts_with_vc (#3275) 2023-11-24 12:26:37 +01:00
vc PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
vocoder Ensures that only GPT model is in training mode during XTTS GPT training (#3241) 2023-11-17 15:15:22 +01:00
.models.json Update model hash for v2.0.2 2023-11-17 15:16:32 +01:00
VERSION Update to v0.20.6 2023-11-17 15:16:32 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Fix tts_with_vc (#3275) 2023-11-24 12:26:37 +01:00
cs_api.py Make style 2023-11-13 13:01:01 +01:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00