Skip to content

Commit 7e544c4

Browse files
authored
Update README.md
1 parent 770e8ef commit 7e544c4

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@
2626

2727
> 使用了RVC的实时语音转换: [w-okada/voice-changer](https://github.com/w-okada/voice-changer)
2828
29-
> 使用了RVC变声器训练的人声转木吉他模型在线demo :https://huggingface.co/spaces/lj1995/vocal2guitar
30-
31-
> RVC人声转吉他效果展示视频 :https://www.bilibili.com/video/BV19W4y1D7tT/
32-
3329
> 底模使用接近50小时的开源高质量VCTK训练集训练,无版权方面的顾虑,请大家放心使用
3430
35-
> 后续会陆续加入高质量有授权歌声训练集训练底模
31+
> 请期待RVCv3的底模,参数更大,数据更大,效果更好,需要训练数据量更少。
3632
3733
## 简介
3834
本仓库具有以下特点
@@ -43,6 +39,7 @@
4339
+ 简单易用的网页界面
4440
+ 可调用UVR5模型来快速分离人声和伴奏
4541
+ 使用最先进的[人声音高提取算法InterSpeech2023-RMVPE](#参考项目)根绝哑音问题。效果最好(显著地)但比crepe_full更快、资源占用更小
42+
+ A卡I卡加速支持
4643

4744
## 环境配置
4845
以下指令需在 Python 版本大于3.8的环境中执行。
@@ -70,7 +67,13 @@ poetry install
7067

7168
你也可以通过 pip 来安装依赖:
7269
```bash
70+
N卡:
71+
7372
pip install -r requirements.txt
73+
74+
A卡/I卡:
75+
pip install -r requirements-dml.txt
76+
7477
```
7578

7679
------
@@ -110,6 +113,10 @@ https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/ffprobe.exe
110113

111114
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt
112115

116+
A卡I卡用户需要的dml环境要请下载
117+
118+
https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.onnx
119+
113120
```
114121
之后使用以下指令来启动WebUI:
115122
```bash

0 commit comments

Comments
 (0)