I am organizing and uploading the codes. It will be public in one day.
https://www.bilibili.com/video/BV12g4y1m7Uw/
todo
todo
py39+pytorch2.0.1+cu11 passed the test.
pip install torch numpy scipy tensorboard librosa==0.9.2 numba==0.56.4 pytorch-lightning gradio==3.14.0 ffmpeg-python onnxruntime tqdm==4.59.0 cn2an pypinyin pyopenjtalk g2p_en
If you need the Chinese ASR feature supported by funasr, you should
pip install modelscope sentencepiece funasr
sudo apt install ffmpegbrew install ffmpegdownload and put them in the GPT-SoVITS root.
-
download ffmpeg.exe
-
download ffprobe.exe
put these files
https://huggingface.co/lj1995/GPT-SoVITS
to
GPT_SoVITS\pretrained_models
put these files
https://modelscope.cn/models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch/files
https://modelscope.cn/models/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch/files
to
tools/damo_asr/models
put the models you need from
https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/uvr5_weights
to
tools/uvr5/uvr5_weights
todo
