coqui-tts/TTS
Khalid Bashir 42afad5e79
Fixed bug related to yourtts speaker embeddings issue (#2234)
* Fixed bug related to yourtts speaker embeddings issue

* Reverted code for base_tts

* Bug fix on VITS d_vector_file type

* Ignore the test speakers on YourTTS recipe

* Add speaker encoder model and config on YourTTS recipe to easily do zero-shot inference

* Update YourTTS config file

* Update ModelManager._update_path to deal with list attributes

* Fix lint checks

* Remove unused code

* Fix unit tests

* Reset name_to_id to get the right speaker ids on load_embeddings_from_list_of_files

* Set weighted_sampler_multipliers as an empty dict to prevent users' mistakes

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-01-02 14:20:02 +01:00
..
bin Add YourTTS VCTK recipe (#2198) 2022-12-12 16:14:25 +01:00
config Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
encoder Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
server d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
tts Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
utils Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
vocoder Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
.models.json Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
VERSION Bump up to v0.10.1 2022-12-26 14:29:46 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Python API implementation (#2195) 2022-12-12 12:04:20 +01:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00