File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2224+ 可以通过模型融合来改变音色;
2325+ 简单易用的WebUI界面;
2426+ 可调用UVR5模型来快速分离人声和伴奏。
27+ + 底模训练集使用接近50小时的高质量VCTK开源,后续会陆续加入高质量有授权歌声训练集供大家放心使用。
2528## 环境配置
2629我们推荐你使用poetry来配置环境。
2730
3235pip install torch torchvision torchaudio
3336
3437如果是win系统+30系显卡,根据https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21的经验,需要指定pytorch对应的cuda版本
38+
3539pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
3640
3741# 安装 Poetry 依赖管理工具, 若已安装则跳过
You can’t perform that action at this time.
0 commit comments