This website requires JavaScript.
Explore
Help
Register
Sign In
mrq
/
tortoise-tts
Watch
4
Star
6
Fork
15
You've already forked tortoise-tts
Code
Issues
9
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
c2c9b1b683
tortoise-tts
/
tortoise
/
utils
History
mrq
c2c9b1b683
modified how conditional latents are computed (before, it just happened to only bother reading the first 102400/24000=4.26 seconds per audio input, now it will chunk it all to compute latents)
2023-02-05 23:25:41 +00:00
..
__init__.py
Move everything into the tortoise/ subdirectory
2022-05-01 16:24:24 -06:00
audio.py
modified how conditional latents are computed (before, it just happened to only bother reading the first 102400/24000=4.26 seconds per audio input, now it will chunk it all to compute latents)
2023-02-05 23:25:41 +00:00
diffusion.py
added button to refresh voice list, enabling KV caching for a bonerific speed increase (credit to
https://github.com/152334H/tortoise-tts-fast/
)
2023-02-05 17:59:13 +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