tortoise-tts/tortoise
2023-02-14 16:47:34 +00:00
..
data
models
utils
__init__.py
api.py added flag to enable/disable voicefixer using CUDA because I'll OOM on my 2060, changed from naively subdividing eavenly (2,4,8,16 pieces) to just incrementing by 1 (1,2,3,4) when trying to subdivide within constraints of the max chunk size for computing voice latents 2023-02-14 16:47:34 +00:00
do_tts.py
eval.py
get_conditioning_latents.py
is_this_from_tortoise.py
read.py