vits实现的中文TTS
this is the copy of https://github.com/jaywalnut310/vits
VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech
Espnet连接:github.com/espnet/espnet/tree/master/espnet2/gan_tts/vits
coqui-ai/TTS连接:github.com/coqui-ai/TTS/tree/main/recipes/ljspeech/vits_tts
base on:https://github.com/lutianxiong/vits_chinese
如果有侵权行为,请联系我,我将删除项目
If there is infringement, please contact me and I will delete the item
pip install -r requirements.txt
cd monotonic_align
python setup.py build_ext --inplace
python train.py -c configs/baker_base.json -m baker_base
两张1080卡,训练两天,基本可以使用了
python vits_strings.py
直接训练PQMF+iSTFT模型,出现文本编码和时长出错、而VAE编码再解码正确
故采用训练策略:训练基础VITS模型进行迁移训练,只训练PQMF+iSTFT的HiFi-GAN解码器