Skip to content

egorsmkv/radtts-istftnet

Repository files navigation

RADTTS + iSTFTNet 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-istftnet
cd radtts-istftnet

Install dependencies:

pip install -r requirements.txt

Download Ukrainian RADTTS and iSTFTNet models:

mkdir models
cd models

wget https://github.com/egorsmkv/radtts-istftnet/releases/download/v1.0/iSTFTNet-Vocoder-Lada.pt
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 --vocoder_checkpoint_file models/iSTFTNet-Vocoder-Lada.pt -o results/