We provide the pre-trained checkpoint of
Vall-E trained on
Libri-light, which is derived from open-source audio books from the LibriVox project and contains over 60K hours of audio.
Here we processed about 6,000-hour data to train Vall-E.
1git lfs install
2git clone https://huggingface.co/amphion/valle_librilight_6k
1cd Amphion
2mkdir -p ckpts/tts
3ln -s ../../../valle_librilight_6k ckpts/tts/
You can follow the inference part of
this recipe to generate speech from text. For example, if you want to synthesize a clip of speech with the text of "This is a clip of generated speech with the given text from Amphion Vall-E model.", just, run:
1sh egs/tts/VALLE/run.sh --stage 3 --gpu "0" \
2 --config "ckpts/tts/valle_librilight_6k/args.json" \
3 --infer_expt_dir ckpts/tts/valle_librilight_6k \
4 --infer_output_dir ckpts/tts/valle_librilight_6k/result \
5 --infer_mode "single" \
6 --infer_text "This is a clip of generated speech with the given text from Amphion Vall-E model." \
7 --infer_text_prompt "But even the unsuccessful dramatist has his moments." \
8 --infer_audio_prompt egs/tts/VALLE/prompt_examples/7176_92135_000004_000000.wav