radtts hifigan
v1.0
?? 우크라이나어 텍스트-스피치 커뮤니티에 가입하십시오 : https://t.me/speech_synthesis_uk
코드 복제 :
git clone https://github.com/egorsmkv/radtts-hifigan
cd radtts-hifigan종속성 설치 :
pip install -r requirements.txt우크라이나 래트 츠와 히리 건 모델 다운로드 :
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.pt그런 다음 다음 명령으로 자신의 텍스트를 추론 할 수 있습니다.
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/