File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 4141+ 可以通过模型融合来改变音色(借助ckpt处理选项卡中的ckpt-merge)
4242+ 简单易用的网页界面
4343+ 可调用UVR5模型来快速分离人声和伴奏
44+ + 使用最先进的[ 人声音高提取算法InterSpeech2023-RMVPE] ( #参考项目 ) 根绝哑音问题。效果最好(显著地)但比crepe_full更快、资源占用更小
4445
4546## 环境配置
46- 推荐使用poetry配置环境 。
47+ 可以使用poetry配置环境 。
4748
4849以下指令需在Python版本大于3.8的环境中执行:
4950``` bash
@@ -80,14 +81,24 @@ hubert_base.pt
8081
8182./uvr5_weights
8283
83- 想测试v2版本模型的话(v2版本模型将特征从 9层hubert+final_proj的256维输入 变更为 12层hubert的768维输入,并且增加了3个周期鉴别器) ,需要额外下载
84+ 想测试v2版本模型的话,需要额外下载
8485
8586./pretrained_v2
8687
87- # 如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库
88+ 如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库
89+
8890./ffmpeg
8991
92+ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffmpeg.exe
93+
9094./ffprobe
95+
96+ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffprobe.exe
97+
98+ 如果你想使用最新的RMVPE人声音高提取算法,则你需要下载音高提取模型参数并放置于RVC根目录
99+
100+ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt
101+
91102```
92103之后使用以下指令来启动WebUI:
93104``` bash
@@ -105,6 +116,8 @@ python infer-web.py
105116+ [ FFmpeg] ( https://github.com/FFmpeg/FFmpeg )
106117+ [ Ultimate Vocal Remover] ( https://github.com/Anjok07/ultimatevocalremovergui )
107118+ [ audio-slicer] ( https://github.com/openvpi/audio-slicer )
119+ + [ Vocal pitch extraction: RMVPE ] ( https://github.com/Dream-High/RMVPE )
120+ + The pretrained model is trained and tested by [ yxlllc] ( https://github.com/yxlllc/RMVPE ) and [ RVC-Boss] ( https://github.com/RVC-Boss ) .
108121
109122## 感谢所有贡献者作出的努力
110123<a href =" https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors " target =" _blank " >
You can’t perform that action at this time.
0 commit comments