coqui-tts/TTS
Edresson Casanova e45227d9ff
XTTS v2.0 (#3137)
* Implement most similar ref training approach

* Use non-enhanced hifigan for test samples

* Add Perceiver

* Update GPT Trainer for perceiver support

* Update XTTS docs

* Bug fix masking with XTTS perceiver

* Bug fix on gpt forward

* Bug Fix on XTTS v2.0 training

* Add XTTS v2.0 unit tests

* Add XTTS v2.0 inference unit tests

* Bug Fix on diffusion inference

* Add XTTS v2.0 training recipe

* Placeholder model entry

* Add cloning params to config

* Make prompt embedding configurable

* Make cloning configurable

* Cheap fix for a cheaper fix

* Prevent resampling

* Update model entry

* Update docs

* Update requirements

* Code linting

* Add xtts v2 to sep tests

* Bug fix on XTTS get_gpt_cond_latents

* Bug fix on rebase

* Make style

* Bug fix in Japenese tokenizer

* Add num2words to deps

* Remove unused kwarg and added num_beams=1 as default

---------

Co-authored-by: Eren G??lge <egolge@coqui.ai>
2023-11-06 14:58:18 +01:00
..
bin Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01:00
config Fix model tests (#2943) 2023-09-14 15:21:48 +02:00
encoder Drop fairseq for Hubert 2023-06-26 19:27:48 +02:00
server Make style 2023-08-11 12:55:23 +02:00
tts XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
utils XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
vc Remove duplicate convert_pad_shape 2023-09-27 01:10:48 +03:00
vocoder [minor] hifigan_generator.py typo (#2462) 2023-03-28 12:43:36 +02:00
.models.json XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
VERSION Bump up to v0.19.1 2023-10-30 10:37:28 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01:00
cs_api.py Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00