RNubla / slowpoke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Slowpoke, a text to speech application based on tortoise

Server To run the server, you will need the following

conda create --name tortoise python=3.9 numba inflect
conda activate tortoise
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
conda install transformers=4.29.2
git submodule update --init --recursive
cd server
python setup.py install

To test if its running successfully

python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast

About


Languages

Language:Jupyter Notebook 65.7%Language:Python 26.1%Language:HTML 8.1%Language:JavaScript 0.0%Language:TypeScript 0.0%Language:Vue 0.0%Language:CSS 0.0%