coqui-tts/TTS/tts/layers/xtts
Edresson Casanova 5f900f156a
Add XTTS Fine tuning gradio demo (#3296)
* Add XTTS FT demo data processing pipeline

* Add training and inference columns

* Uses tabs instead of columns

* Fix demo freezing issue

* Update demo

* Convert stereo to mono

* Bug fix on XTTS inference

* Update gradio demo

* Update gradio demo

* Update gradio demo

* Update gradio demo

* Add parameters to be able to set then on colab demo

* Add erros messages

* Add intuitive error messages

* Update

* Add max_audio_length parameter

* Add XTTS fine-tuner docs

* Update XTTS finetuner docs

* Delete trainer to freeze memory

* Delete unused variables

* Add gc.collect()

* Update xtts.md

---------

Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-12-01 23:52:23 +01:00
..
trainer Add XTTS Fine tuning gradio demo (#3296) 2023-12-01 23:52:23 +01:00
dvae.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
gpt.py Make style 2023-11-17 13:43:34 +01:00
gpt_inference.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
hifigan_decoder.py PyTorch 2.1 Updates (Weight Norm and TorchAudio I/O) (#3176) 2023-11-09 16:31:03 +01:00
latent_encoder.py 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
perceiver_encoder.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00
stream_generator.py Bug Fix on inference using XTTS trainer checkpoint 2023-10-21 13:37:21 -03:00
tokenizer.py Simple text cleaner for "hi" 2023-11-24 15:14:34 +01:00
zh_num2words.py XTTS v2.0 (#3137) 2023-11-06 14:58:18 +01:00