File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
### 使用了RVC的实时语音转换 : [ w-okada/voice-changer] ( https://github.com/w-okada/voice-changer )
10
10
------
11
11
12
- 一个基于VITS的简单易用的SVC框架。
12
+ 一个基于VITS的简单易用的语音转换(变声器)框架。
13
+
14
+ [ ** 更新日志** ] ( https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/blob/main/Changelog_CN.md )
13
15
14
16
[ ** English** ] ( ./README_en.md ) | [ ** 中文简体** ] ( ./README.md )
15
17
22
24
+ 可以通过模型融合来改变音色;
23
25
+ 简单易用的WebUI界面;
24
26
+ 可调用UVR5模型来快速分离人声和伴奏。
27
+ + 底模训练集使用接近50小时的高质量VCTK开源,后续会陆续加入高质量有授权歌声训练集供大家放心使用。
25
28
## 环境配置
26
29
我们推荐你使用poetry来配置环境。
27
30
32
35
pip install torch torchvision torchaudio
33
36
34
37
如果是win系统+30系显卡,根据https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21的经验,需要指定pytorch对应的cuda版本
38
+
35
39
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
36
40
37
41
# 安装 Poetry 依赖管理工具, 若已安装则跳过
You can’t perform that action at this time.
0 commit comments