1
1
forked from mrq/tortoise-tts
(A fork of) a multi-voice TTS system trained with an emphasis on quality
Go to file
2023-02-24 23:10:04 +00:00
config
convert
scripts
tortoise added more kill checks, since it only actually did it for the first iteration of a loop 2023-02-24 23:10:04 +00:00
voices
.gitignore
CITATION.cff
LICENSE
list_devices.py
main.py added constructor argument and function to load a user-specified autoregressive model 2023-02-18 14:08:45 +00:00
MANIFEST.in
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
start.sh
tortoise_tts.ipynb updated notebooks to use the new "main" setup 2023-02-17 03:31:19 +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.

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