tortoise-tts/tortoise_tts
2024-06-19 17:12:28 -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 don't pad output mel tokens to speed up diffusion (despite copying it exactly from tortoise) 2024-06-19 15:27:11 -05:00
utils added automagic offloading models to GPU then CPU when theyre done during inference 2024-06-19 17:01:05 -05:00
__init__.py initial "refractoring" 2024-06-17 22:48:34 -05:00
__main__.py sampler and cond_free selectable in webUI, re-enabled cond_free as default (somehow it's working again) 2024-06-19 17:12:28 -05:00
config.py added automagic offloading models to GPU then CPU when theyre done during inference 2024-06-19 17:01:05 -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 sampler and cond_free selectable in webUI, re-enabled cond_free as default (somehow it's working again) 2024-06-19 17:12:28 -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 sampler and cond_free selectable in webUI, re-enabled cond_free as default (somehow it's working again) 2024-06-19 17:12:28 -05:00