Important
This is still a very early WIP - not ready for use yet! More coming soon
Run TTS models from a web UI.
pip install ttslabttslab serveStarts up a web UI.
You can install models from the official model index (coming soon):
ttslab install ttslab/f5-tts # currently does not workOr you can install models from a Git repository:
ttslab install https://github.com/ttslab-project/f5-ttsOr you can install models from a local directory:
ttslab install ./f5-tts --localYou can delete the ~/.ttslab directory to free up space.
pip uninstall ttslab
rm -rf ~/.ttslabThis project is licensed under the BSD-3-Clause license. See the LICENSE file for details.