(A fork of) a multi-voice TTS system trained with an emphasis on quality
Go to file
2023-03-03 13:53:21 +00:00
config Added settings page, added checking for updates (disabled by default), some other things that I don't remember 2023-02-06 21:43:01 +00:00
convert modified conversion scripts to not give a shit about bitrate and formats since torchaudio.load handles all of that anyways, and it all gets resampled anyways 2023-02-15 04:44:14 +00:00
scripts Fix typos 2023-01-06 11:04:36 +08:00
tortoise load the model on CPU because torch doesn't like loading models directly to GPU (it just follows the default vocoder loading behavior) 2023-03-03 13:53:21 +00:00
voices Moved voices out of the tortoise folder because it kept being processed for setup.py 2023-02-10 20:11:56 +00:00
.gitignore added shell scripts for linux, wrapped sorted() for voice list, I guess 2023-02-06 21:54:31 -06:00
CITATION.cff update citation file 2022-04-28 23:11:09 -06:00
LICENSE
list_devices.py added setting "device-override", less naively decide the number to use for results, some other thing 2023-02-15 21:51:22 +00:00
main.py added constructor argument and function to load a user-specified autoregressive model 2023-02-18 14:08:45 +00:00
MANIFEST.in Also include voices in the manifest 2022-05-31 10:31:50 -06:00
README.md adding magically deleted files back (might have a hunch on what happened) 2023-02-24 19:30:04 +00:00
requirements_legacy.txt pip-ifying things 2023-02-16 19:48:06 +00:00
requirements.txt pip-ifying things 2023-02-16 19:48:06 +00:00
setup-cuda.bat pip-ifying things 2023-02-16 19:48:06 +00:00
setup-cuda.sh pip-ifying things 2023-02-16 19:48:06 +00:00
setup-directml.bat pip-ifying things 2023-02-16 19:48:06 +00:00
setup-rocm.sh pip-ifying things 2023-02-16 19:48:06 +00:00
setup.py adding magically deleted files back (might have a hunch on what happened) 2023-02-24 19:30:04 +00:00
start.bat Colab notebook (part 1) 2023-02-10 15:58:56 +00:00
start.sh Colab notebook (part 1) 2023-02-10 15:58:56 +00:00
tortoise_tts.ipynb updated notebooks to use the new "main" setup 2023-02-17 03:31:19 +00:00
update-force.bat Added option: listen path 2023-02-09 20:42:38 +00:00
update-force.sh Added option: listen path 2023-02-09 20:42:38 +00:00
update.bat 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
update.sh Added option: listen path 2023-02-09 20:42:38 +00:00
webui.py actually for real fixed incrementing filenames because i had a regex that actually only worked if candidates or lines>1, cuda now takes priority over dml if you're a nut with both of them installed because you can just specify an override anyways 2023-02-16 01:06:32 +00:00

(QoL improvements for) TorToiSe

This repo is for my modifications to neonbjb/tortoise-tts.

Please migrate to mrq/ai-voice-cloning for future additions.