File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 26
26
27
27
> 使用了RVC的实时语音转换: [ w-okada/voice-changer] ( https://github.com/w-okada/voice-changer )
28
28
29
- > 使用了RVC变声器训练的人声转木吉他模型在线demo :https://huggingface.co/spaces/lj1995/vocal2guitar
30
-
31
- > RVC人声转吉他效果展示视频 :https://www.bilibili.com/video/BV19W4y1D7tT/
32
-
33
29
> 底模使用接近50小时的开源高质量VCTK训练集训练,无版权方面的顾虑,请大家放心使用
34
30
35
- > 后续会陆续加入高质量有授权歌声训练集训练底模
31
+ > 请期待RVCv3的底模,参数更大,数据更大,效果更好,需要训练数据量更少。
36
32
37
33
## 简介
38
34
本仓库具有以下特点
43
39
+ 简单易用的网页界面
44
40
+ 可调用UVR5模型来快速分离人声和伴奏
45
41
+ 使用最先进的[ 人声音高提取算法InterSpeech2023-RMVPE] ( #参考项目 ) 根绝哑音问题。效果最好(显著地)但比crepe_full更快、资源占用更小
42
+ + A卡I卡加速支持
46
43
47
44
## 环境配置
48
45
以下指令需在 Python 版本大于3.8的环境中执行。
@@ -70,7 +67,13 @@ poetry install
70
67
71
68
你也可以通过 pip 来安装依赖:
72
69
``` bash
70
+ N卡:
71
+
73
72
pip install -r requirements.txt
73
+
74
+ A卡/I卡:
75
+ pip install -r requirements-dml.txt
76
+
74
77
```
75
78
76
79
------
@@ -110,6 +113,10 @@ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffprobe.exe
110
113
111
114
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt
112
115
116
+ A卡I卡用户需要的dml环境要请下载
117
+
118
+ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.onnx
119
+
113
120
```
114
121
之后使用以下指令来启动WebUI:
115
122
``` bash
You can’t perform that action at this time.
0 commit comments