File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 41
41
+ 可以通过模型融合来改变音色(借助ckpt处理选项卡中的ckpt-merge)
42
42
+ 简单易用的网页界面
43
43
+ 可调用UVR5模型来快速分离人声和伴奏
44
+ + 使用最先进的[ 人声音高提取算法InterSpeech2023-RMVPE] ( #参考项目 ) 根绝哑音问题。效果最好(显著地)但比crepe_full更快、资源占用更小
44
45
45
46
## 环境配置
46
- 推荐使用poetry配置环境 。
47
+ 可以使用poetry配置环境 。
47
48
48
49
以下指令需在Python版本大于3.8的环境中执行:
49
50
``` bash
@@ -80,14 +81,24 @@ hubert_base.pt
80
81
81
82
./uvr5_weights
82
83
83
- 想测试v2版本模型的话(v2版本模型将特征从 9层hubert+final_proj的256维输入 变更为 12层hubert的768维输入,并且增加了3个周期鉴别器) ,需要额外下载
84
+ 想测试v2版本模型的话,需要额外下载
84
85
85
86
./pretrained_v2
86
87
87
- # 如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库
88
+ 如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库
89
+
88
90
./ffmpeg
89
91
92
+ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffmpeg.exe
93
+
90
94
./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
+
91
102
```
92
103
之后使用以下指令来启动WebUI:
93
104
``` bash
@@ -105,6 +116,8 @@ python infer-web.py
105
116
+ [ FFmpeg] ( https://github.com/FFmpeg/FFmpeg )
106
117
+ [ Ultimate Vocal Remover] ( https://github.com/Anjok07/ultimatevocalremovergui )
107
118
+ [ 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 ) .
108
121
109
122
## 感谢所有贡献者作出的努力
110
123
<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