1
1
forked from mrq/tortoise-tts
tortoise-tts/tortoise/utils
2023-04-29 00:46:36 +00:00
..
__init__.py
audio.py feat: support .flac voice files 2023-04-01 15:08:31 +02:00
device.py removed some CPU fallback wrappers because directml seems to work now without them 2023-04-29 00:46:36 +00:00
diffusion.py
stft.py
text.py
tokenizer.py added japanese preprocessor for tokenizer 2023-03-17 20:03:02 +00:00
torch_intermediary.py disable BNB for inferencing by default because I'm pretty sure it makes zero differences (can be force enabled with env vars if you'r erelying on this for some reason) 2023-04-29 00:38:18 +00:00
typical_sampling.py
wav2vec_alignment.py