1
1
forked from mrq/tortoise-tts
tortoise-tts/tortoise/utils
2023-03-07 19:38:02 +00:00
..
__init__.py
audio.py added storing the loaded model's hash to the TTS object instead of relying on jerryrig injecting it (although I still have to for the weirdos who refuse to update the right way), added a parameter when loading voices to load a latent tagged with a model's hash so latents are per-model now 2023-03-02 00:44:42 +00:00
device.py reverting additional auto-suggested batch sizes, per mrq/ai-voice-cloning#87 proving it in fact, is not a good idea 2023-03-07 19:38:02 +00:00
diffusion.py
stft.py
text.py
tokenizer.py
torch_intermediary.py
typical_sampling.py
wav2vec_alignment.py