tortoise-tts/tortoise
Danila Berezin ef5fb5f5fc Fix bug in load_voices in audio.py
The read.py script did not work with pth latents, so I fix bug in audio.py. It seems that in the elif statement, instead of voice, voices should be clip, clips. And torch stack doesn't work with tuples, so I had to split this operation.
2022-05-17 18:34:54 +03:00
..
data read.py: allow user-specified splits 2022-05-12 11:24:55 -06:00
models v2.2 2022-05-06 00:11:10 -06:00
utils Fix bug in load_voices in audio.py 2022-05-17 18:34:54 +03:00
__init__.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
api.py Automatically pick batch size based on available GPU memory 2022-05-13 10:30:02 -06:00
do_tts.py Add support for multiple output candidates in do_tts. 2022-05-12 11:25:35 -06:00
eval.py add eval script for testing 2022-05-12 20:15:22 -06:00
get_conditioning_latents.py more fixes 2022-05-02 16:44:47 -06:00
is_this_from_tortoise.py misc fixes 2022-05-02 18:00:57 -06:00
read.py Improve sentence splitting 2022-05-13 11:02:17 +00:00