tortoise-tts/tortoise
2023-02-15 05:01:40 +00:00
..
data Add chapter 1 of GoT for read.py demos 2022-05-17 11:21:57 -06:00
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 reset generation settings to default button, revamped utilities tab to double as plain jane voice importer (and runs through voicefixer despite it not really doing anything if your voice samples are already of decent quality anyways), ditched load_wav_to_torch or whatever it was called because it literally exists as torchaudio.load, sample voice is now a combined waveform of all your samples and will always return even if using a latents file 2023-02-14 21:20:04 +00:00
__init__.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
api.py added option: force cpu for conditioning latents, for when you want low chunk counts but your GPU keeps OOMing because fuck fragmentation 2023-02-15 05:01:40 +00:00
do_tts.py QoL fixes 2023-02-02 21:13:28 +00:00
eval.py add eval script for testing 2022-05-12 20:15:22 -06:00
get_conditioning_latents.py fixed up the computing conditional latents 2023-02-06 03:44:34 +00:00
is_this_from_tortoise.py misc fixes 2022-05-02 18:00:57 -06:00
read.py Fixed silly lack of EOF blank line, indentation 2022-06-06 15:13:29 -05:00