Enno Hermann
|
849e75e967
|
docs: improve documentation
|
2024-12-12 18:23:17 +01:00 |
Enno Hermann
|
659b4852ba
|
chore(bark): remove manual download of hubert model
Bark was previously adapted to download Hubert from HuggingFace, so the manual
download is superfluous.
|
2024-09-12 23:37:19 +02:00 |
Enno Hermann
|
018f1e6453
|
docs(bark): update docstrings and type hints
|
2024-05-15 22:56:55 +02:00 |
Enno Hermann
|
59a6c9fdf2
|
fix(bark): add missing argument for load_voice()
Fixes https://github.com/coqui-ai/TTS/issues/2795
|
2024-05-15 22:56:28 +02:00 |
Enno Hermann
|
efdafd5a7f
|
style: run black
|
2024-03-07 11:46:51 +01:00 |
Eren Gölge
|
a7a96d08dd
|
Fix loading Bark (#2893)
* Fixup hubert path
* Make style
|
2023-08-26 11:59:00 +02:00 |
Eren Gölge
|
483888b9d8
|
Add kwargs to ignore extra arguments w/o error (#2822)
|
2023-07-31 11:37:35 +02:00 |
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 |
Eren G??lge
|
cb9c320691
|
Fixup
|
2023-06-30 14:13:11 +02:00 |