coqui-tts/TTS/tts/configs
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 Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00:00
align_tts_config.py Fix import statements 2021-10-25 19:29:16 +02:00
bark_config.py Drop fairseq for Hubert 2023-06-26 19:27:48 +02:00
delightful_tts_config.py Fix DelightfulTTS (#2823) 2023-07-31 13:52:45 +02:00
fast_pitch_config.py Fixups 2023-06-26 12:55:18 +02:00
fast_speech_config.py Make style 2023-06-26 17:16:26 +02:00
fastspeech2_config.py Make style 2023-06-26 17:16:26 +02:00
glow_tts_config.py Fix glow_tts_config missing field 2022-02-25 11:24:13 +01:00
neuralhmm_tts_config.py Adding neural HMM TTS Model (#2272) 2023-01-23 11:53:04 +01:00
overflow_config.py Fixup overflow (#2218) 2022-12-15 00:56:48 +01:00
shared_configs.py Fastspeech2 (#2073) 2023-01-15 22:39:22 +01:00
speedy_speech_config.py Make style 2023-06-26 17:16:26 +02:00
tacotron2_config.py Fix import statements 2021-10-25 19:29:16 +02:00
tacotron_config.py Adjust default to be able to process longer sentences (#1835) 2022-08-07 13:51:29 +02:00
tortoise_config.py Fixup 2023-06-26 19:30:26 +02:00
vits_config.py use default_factory for audio parameter (#2576) 2023-05-08 11:17:36 +02:00
xtts_config.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00