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-03-05 14:03:18 +00:00
config
convert
scripts
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
.gitignore
CITATION.cff
LICENSE
MANIFEST.in
README.md you should have migrated by now, if anything breaks it's on (You) 2023-03-05 14:03:18 +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.py adding magically deleted files back (might have a hunch on what happened) 2023-02-24 19:30:04 +00:00

(QoL improvements for) TorToiSe

This repo is for my modifications to neonbjb/tortoise-tts. If you need the original README, refer to the original repo.

> w-where'd everything go?

Please migrate to mrq/ai-voice-cloning, as that repo is the more cohesive package for voice cloning.