tortoise-tts/tortoise/utils
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
..
__init__.py
audio.py Fix bug in load_voices in audio.py 2022-05-17 18:34:54 +03:00
diffusion.py
stft.py fix warning 2022-05-02 16:36:02 -06:00
text.py Improve sentence splitting 2022-05-13 11:02:17 +00:00
tokenizer.py Automatically pick batch size based on available GPU memory 2022-05-13 10:30:02 -06:00
typical_sampling.py
wav2vec_alignment.py re-enable redaction 2022-05-06 09:36:42 -06:00