coqui-tts/TTS/tts/layers/tortoise
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
..
arch_utils.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
audio_utils.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
autoregressive.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
classifier.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
clvp.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
diffusion.py Remove duplicate get_named_beta_schedules 2023-09-27 01:09:59 +03:00
diffusion_decoder.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
dpm_solver.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
random_latent_generator.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
tokenizer.py Tortoise inference fix and fix zoo unit tests (#3010) 2023-09-29 13:40:57 +02:00
transformer.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
utils.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
vocoder.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
wav2vec_alignment.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00
xtransformers.py Tortoise TTS inference (#2547) 2023-05-16 00:58:21 +02:00