coqui-tts/TTS/tts/models
Enno Hermann 76df6421de refactor: move more audio processing into torch_transforms 2024-11-24 19:57:14 +01:00
..
__init__.py fix: use logging instead of print statements 2024-04-03 15:19:45 +02:00
align_tts.py refactor: use external package for monotonic alignment 2024-11-08 12:35:04 +01:00
bark.py chore(bark): remove manual download of hubert model 2024-09-12 23:37:19 +02:00
base_tacotron.py refactor: use load_fsspec from trainer 2024-06-29 15:07:10 +02:00
base_tts.py fix: clarify types, fix missing functions 2024-06-26 10:17:04 +02:00
delightful_tts.py refactor: move more audio processing into torch_transforms 2024-11-24 19:57:14 +01:00
forward_tts.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
glow_tts.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
neuralhmm_tts.py refactor(losses): move shared losses into losses.py 2024-11-23 01:04:17 +01:00
overflow.py refactor(losses): move shared losses into losses.py 2024-11-23 01:04:17 +01:00
tacotron.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
tacotron2.py refactor: handle deprecation of torch.cuda.amp.autocast (#144) 2024-11-09 18:37:08 +01:00
tortoise.py fix: only enable load with weights_only in pytorch>=2.4 2024-11-04 18:39:51 +01:00
vits.py refactor: move more audio processing into torch_transforms 2024-11-24 19:57:14 +01:00
xtts.py refactor(xtts): use tortoise conditioning encoder 2024-11-24 19:57:14 +01:00