coqui-tts/TTS/tts/models
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
..
__init__.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
align_tts.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
bark.py Fix loading Bark (#2893) 2023-08-26 11:59:00 +02:00
base_tacotron.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
base_tts.py Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
delightful_tts.py Merge duplicate on_train_step_start functions in delightful_tts 2023-09-27 01:10:44 +03:00
forward_tts.py unit test fix 2023-10-13 10:56:47 -03:00
glow_tts.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
neuralhmm_tts.py Bug fixes in OverFlow audio generation (#2380) 2023-03-15 12:02:11 +01:00
overflow.py Bug fixes in OverFlow audio generation (#2380) 2023-03-15 12:02:11 +01:00
tacotron.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
tacotron2.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
tortoise.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
vits.py Make style 2023-08-11 12:55:23 +02:00
xtts.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00