coqui-tts/TTS/utils
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
..
audio Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
callbacks.py Make style and lint 2021-12-01 10:42:52 +00:00
capacitron_optimizer.py Fix Capacitron training (#2086) 2022-11-01 12:52:06 +01:00
distribute.py Update pylint 2.10.2 and fix lint issues 2021-08-30 08:10:35 +00:00
download.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
downloaders.py Add addtional datasets 2021-12-16 07:21:27 -05:00
generic_utils.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
io.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
manage.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
radam.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
samplers.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
synthesizer.py Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01:00
training.py Update synthesis.py 2022-02-25 11:29:41 +01:00
vad.py Update VAD for silence trimming. (#2604) 2023-05-11 11:09:23 +02:00