SVC虚拟歌手
SVC虚拟歌手
家乡代码部分
1.安装pytorch版本的faiss_gpu
这里用到12.4的cuda,使用的pytorch版本为2.4.0
conda install -c pytorch faiss-gpu
2.炼丹代码
cd D:\user\PycharmProjects\ai_video\so-vits-svc
python resample.py
python preprocess_flist_config.py –speech_encoder vec768l12
python preprocess_hubert_f0.py –f0_predictor rmvpe
python train.py -c configs/config.json -m 44k
3.模型推理
conda run -n svc python D:\user\PycharmProjects\ai_video\qulingwen_so-vits-svc\inference_main.py -m “logs/44k/G_9600.pth” -c “logs/44k/config.json” -n “勾指起誓(Vocals)” -t 0 -s “dongyilin”
友情链接
1.https://github.com/svc-develop-team/so-vits-svc/blob/4.1-Stable/README_zh_CN.md github链接
git clone https://mirror.ghproxy.com/https://github.com/svc-develop-team/so-vits-svc.git
2.https://blog.csdn.net/qq_45061258/article/details/113282513 cd失败的解决办法
3.https://zhuanlan.zhihu.com/p/118743228 音频分离