(QoL improvements for) a multi-voice TTS system trained with an emphasis on quality
Go to file
2023-02-17 01:46:38 +00:00
config
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
tortoise one more update 2023-02-16 23:18:02 +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
CITATION.cff
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 oops 2023-02-17 01:46:38 +00:00
MANIFEST.in
README.md fixed colab to use the new repo, reorder loading tortoise before the web UI for people who don't wait 2023-02-16 22:12:13 +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
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 fixed colab to use the new repo, reorder loading tortoise before the web UI for people who don't wait 2023-02-16 22:12:13 +00:00
update-force.bat
update-force.sh
update.bat
update.sh
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.

For the original repo, please go to mrq/ai-voice-cloning.