Implementation of E2 TTS: Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS
Inference results can be found here
Usage:
build filelist and phoneset with scripts/build_ljspeech.py and build_filelist.py
update the filelist path and phoneset path config/e2_tts.yaml
train model: python3 train.py -c config/e2_tts.yaml
inference with rfwave vocoder: download the vocoder ckpt trained with LibriTTS and inference with inference.py