/ttslab

Still a very early WIP

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Important

This is still a very early WIP - not ready for use yet! More coming soon

TTSLab 🔬

Run TTS models from a web UI.

Installation

pip install ttslab

Usage

ttslab serve

Starts up a web UI.

Models

You can install models from the official model index (coming soon):

ttslab install ttslab/f5-tts # currently does not work

Or you can install models from a Git repository:

ttslab install https://github.com/ttslab-project/f5-tts

Or you can install models from a local directory:

ttslab install ./f5-tts --local

Tips

Running out of disk space?

You can delete the ~/.ttslab directory to free up space.

Uninstall TTSLab

pip uninstall ttslab
rm -rf ~/.ttslab

License

This project is licensed under the BSD-3-Clause license. See the LICENSE file for details.