- Download / clone the repository.
- Install the dependencies:
pip install -r requirements.txt
- In case you run into some error regarding some
libsnd
file, please try running this once:conda install -c conda-forge librosa
and then thepip install -r requirements.txt
. - Compile Tortoise TTS, by running:
python3 setup.py install
- Run
app.py
. In the first run, it will automatically try to download the checkpoints, and store in cache for next run.