tortoise-tts/tortoise
2023-02-14 16:47:34 +00:00
..
data
models Implemented kv_cache "fix" (from 1f3c1b5f4a); guess I should find out why it's crashing DirectML backend 2023-02-13 13:48:31 +00:00
utils Added integration for "voicefixer", fixed issue where candidates>1 and lines>1 only outputs the last combined candidate, numbered step for each generation in progress, output time per generation step 2023-02-11 15:02:11 +00:00
__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 QoL fixes 2023-02-02 21:13:28 +00:00
eval.py
get_conditioning_latents.py fixed up the computing conditional latents 2023-02-06 03:44:34 +00:00
is_this_from_tortoise.py
read.py Fixed silly lack of EOF blank line, indentation 2022-06-06 15:13:29 -05:00