tortoise-tts/tortoise/utils
2023-02-05 01:28:31 +00:00
..
__init__.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
audio.py Added small optimization with caching latents, dropped Anaconda for just a py3.9 + pip + venv setup, added helper install scripts for such, cleaned up app.py, added flag '--low-vram' to disable minor optimizations 2023-02-04 01:50:57 +00:00
diffusion.py Added choices to choose between diffusion samplers (p, ddim) 2023-02-05 01:28:31 +00:00
stft.py fix warning 2022-05-02 16:36:02 -06:00
text.py Typofix 2022-05-28 01:29:34 +00:00
tokenizer.py Remove some assumptions about working directory 2022-05-29 01:10:19 +00:00
typical_sampling.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
wav2vec_alignment.py Allow running on CPU 2022-06-11 20:03:14 +09:00