tortoise-tts/tortoise_tts
2024-06-19 22:10:59 -05:00
..
emb encoding mel tokens + dataset preparation 2024-06-18 10:30:54 -05:00
engines load exported LoRA weights if exists (to-do: make a better LoRA loading mechanism) 2024-06-18 21:46:42 -05:00
ext initial "refractoring" 2024-06-17 22:48:34 -05:00
models added BigVGAN and HiFiGAN (from https://git.ecker.tech/jarod/tortoise-tts), vocoder selectable in webUI 2024-06-19 21:43:29 -05:00
utils set seed on inference, since it seems to be set to 0 every time 2024-06-19 22:10:59 -05:00
__init__.py initial "refractoring" 2024-06-17 22:48:34 -05:00
__main__.py set seed on inference, since it seems to be set to 0 every time 2024-06-19 22:10:59 -05:00
config.py set seed on inference, since it seems to be set to 0 every time 2024-06-19 22:10:59 -05:00
data.py working, the vocoder was just loading wrong 2024-06-18 20:55:50 -05:00
export.py initial "refractoring" 2024-06-17 22:48:34 -05:00
inference.py set seed on inference, since it seems to be set to 0 every time 2024-06-19 22:10:59 -05:00
plot.py initial "refractoring" 2024-06-17 22:48:34 -05:00
samplers.py initial "refractoring" 2024-06-17 22:48:34 -05:00
tokenizer.py semblance of documentation, automagic model downloading, a little saner inference results folder 2024-06-19 10:08:14 -05:00
train.py added automagic offloading models to GPU then CPU when theyre done during inference 2024-06-19 17:01:05 -05:00
webui.py added BigVGAN and HiFiGAN (from https://git.ecker.tech/jarod/tortoise-tts), vocoder selectable in webUI 2024-06-19 21:43:29 -05:00