coqui-tts/TTS
logan hart 6fdb88f8e2
Add Delightful-TTS implementation (#2095)
* add configs

* Update config file

* Add model configs

* Add model layers

* Add layer files

* Add layer modules

* change config names

* Add emotion manager

* fIX missing ap bug

* Fix missing ap bug

* Add base TTS e2e class

* Fix wrong variable name in load_tts_samples

* Add training script

* Remove range predictor and gaussian upsampling

* Add helper function

* Add vctk recipe

* Add conformer docs

* Fix linting in conformer.py

* Add Docs

* remove duplicate import

* refactor args

* Fix bugs

* Removew emotion embedding

* remove unused arg

* Remove emotion embedding arg

* Remove emotion embedding arg

* fix style issues

* Fix bugs

* Fix bugs

* Add unittests

* make style

* fix formatter bug

* fix test

* Add pyworld compute pitch func

* Update requirments.txt

* Fix dataset Bug

* Chnge layer norm to instance norm

* Add missing import

* Remove emotions.py

* remove ssim loss

* Add init layers func to aligner

* refactor model layers

* remove audio_config arg

* Rename loss func

* Rename to delightful-tts

* Rename loss func

* Remove unused modules

* refactor imports

* replace audio config with audio processor

* Add change sample rate option

* remove broken resample func

* update recipe

* fix style, add config docs

* fix tests and multispeaker embd dim

* remove pyworld

* Make style and fix inference

* Split tts tests

* Fixup

* Fixup

* Fixup

* Add argument names

* Set "random" speaker in the model Tortoise/Bark

* Use a diff f0_cache path for delightfull tts

* Fix delightful speaker handling

* Fix lint

* Make style

---------

Co-authored-by: loganhart420 <loganartpersonal@gmail.com>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-07-24 13:41:26 +02:00
..
bin Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
config Implement FreeVC (#2451) 2023-03-25 18:33:23 +01:00
encoder Drop fairseq for Hubert 2023-06-26 19:27:48 +02:00
server fix loading of model and vocoder configs (#2698) 2023-07-04 11:32:00 +02:00
tts Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
utils Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
vc Fixups 2023-06-26 12:55:18 +02:00
vocoder [minor] hifigan_generator.py typo (#2462) 2023-03-28 12:43:36 +02:00
.models.json Inference API for 🐶Bark (#2685) 2023-06-28 11:55:27 +02:00
VERSION Bump up to v0.15.6 2023-07-08 10:33:09 +02:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Inference API for 🐶Bark (#2685) 2023-06-28 11:55:27 +02:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00