(QoL improvements for) a multi-voice TTS system trained with an emphasis on quality
Go to file
2023-02-17 04:50:02 +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 arg to skip voice latents for grabbing voice lists (for preparing datasets) 2023-02-17 04:50: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 added shell scripts for linux, wrapped sorted() for voice list, I guess 2023-02-06 21:54:31 -06:00
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_OLD.md
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
setup.py 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 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
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.

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