Views
No views yet
1git lfs install
2git clone https://huggingface.co/amphion/vits_hifittsgit clone https://github.com/open-mmlab/Amphion.git1cd Amphion
2mkdir -p ckpts/tts
3ln -s ../../../vits_hifitts ckpts/tts/1sh egs/tts/VITS/run.sh --stage 3 --gpu "0" \
2 --config ckpts/tts/vits_hifitts/args.json \
3 --infer_expt_dir ckpts/tts/vits_hifitts/ \
4 --infer_output_dir ckpts/tts/vits_hifitts/result \
5 --infer_mode "single" \
6 --infer_text "This is a clip of generated speech with the given text from a TTS model." \
7 --infer_speaker_name "hifitts_92"infer_speaker_name values can be seen here.