egorsmkv / radtts-vocos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RADTTS + Vocos vocoder

🇺🇦 Join Ukrainian Text-to-Speech community: https://t.me/speech_synthesis_uk

Open In Colab

Clone the code:

git clone https://github.com/egorsmkv/radtts-vocos
cd radtts-vocos

Install dependencies:

pip install -r requirements.txt

Download Ukrainian RADTTS model:

mkdir models
cd models

wget https://github.com/egorsmkv/radtts-istftnet/releases/download/v1.0/RADTTS-Lada.pt

Then you can inference own texts by the following command:

python3 inference.py -c config_ljs_dap.json -r models/RADTTS-Lada.pt -t test_sentences.txt -o results/

About


Languages

Language:Python 100.0%