We provide the pre-trained checkpoint of
NaturalSpeech2 trained on
LibriTTS, which is is a multi-speaker English corpus of approximately 585 hours of read English speech at 24kHz.
Note that the current model is only trained on libritts, and the amount of training data is much less than the 5.5w hours of the original paper. We will soon introduce models trained on large-scale data. Please stay tuned.
1git lfs install
2git clone https://huggingface.co/amphion/naturalspeech2_libritts
1cd Amphion
2mkdir -p ckpts
3ln -s ../../../naturalspeech2_libritts ckpts/tts/
You can follow the inference part of
this recipe to generate speech from text.
We also provided an online
demo, feel free to try it!