Skip to content

Commit 11c871d

Browse files
authored
Update README.md
1 parent 55bb075 commit 11c871d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
### 使用了RVC的实时语音转换 : [w-okada/voice-changer](https://github.com/w-okada/voice-changer)
1010
------
1111

12-
一个基于VITS的简单易用的SVC框架。
12+
一个基于VITS的简单易用的语音转换(变声器)框架。
13+
14+
[**更新日志**](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/blob/main/Changelog_CN.md)
1315

1416
[**English**](./README_en.md) | [**中文简体**](./README.md)
1517

@@ -22,6 +24,7 @@
2224
+ 可以通过模型融合来改变音色;
2325
+ 简单易用的WebUI界面;
2426
+ 可调用UVR5模型来快速分离人声和伴奏。
27+
+ 底模训练集使用接近50小时的高质量VCTK开源,后续会陆续加入高质量有授权歌声训练集供大家放心使用。
2528
## 环境配置
2629
我们推荐你使用poetry来配置环境。
2730

@@ -32,6 +35,7 @@
3235
pip install torch torchvision torchaudio
3336

3437
如果是win系统+30系显卡,根据https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21的经验,需要指定pytorch对应的cuda版本
38+
3539
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
3640

3741
# 安装 Poetry 依赖管理工具, 若已安装则跳过

0 commit comments

Comments
 (0)