radtts hifigan
v1.0
? Junte-se à comunidade ucraniana de texto em fala: https://t.me/speech_synthesis_uk
Clone o código:
git clone https://github.com/egorsmkv/radtts-hifigan
cd radtts-hifiganInstale dependências:
pip install -r requirements.txtFaça o download dos modelos ucranianos radtts e hifigan:
mkdir models
cd models
wget https://github.com/egorsmkv/radtts-hifigan/releases/download/v1.0/hifi_config.json
wget https://github.com/egorsmkv/radtts-hifigan/releases/download/v1.0/hifi_vocoder.pt
wget https://github.com/egorsmkv/radtts-istftnet/releases/download/v1.0/RADTTS-Lada.ptEntão você pode ingerir os próprios textos pelo seguinte comando:
python3 inference.py -c config_ljs_dap.json -r models/RADTTS-Lada.pt -t test_sentences.txt --vocoder_path models/hifi_vocoder.pt --vocoder_config_path models/hifi_config.json -o results/