一个基于VITS的简单易用的变声框架
Go to file
RVC-Boss 1782a6332e
Update requirements.txt
2023-05-08 15:40:06 +00:00
.github/workflows 增加发行时自动构建docker镜像 2023-05-07 13:43:27 +08:00
configs Add files via upload 2023-03-31 17:49:09 +08:00
docs Update README.en.md 2023-05-06 18:42:08 +08:00
i18n 🎨 同步 locale (#239) 2023-05-07 13:30:57 +08:00
infer Reformat and rewrite _get_name_params (#57) 2023-04-15 11:44:24 +00:00
infer_pack Onnx导出拓展以及WebUI支持 (#140) 2023-04-24 19:55:05 +08:00
logs/mute Delete a 2023-04-09 16:00:56 +00:00
pretrained 删除无用文件,增加--colab启动选项 2023-04-01 15:02:53 +08:00
train Format code (#142) 2023-04-24 20:35:56 +08:00
uvr5_pack fix #73: 伴奏人声分离时报错:FileNotFoundError (#74) 2023-04-16 09:30:32 +00:00
uvr5_weights 删除无用文件,增加--colab启动选项 2023-04-01 15:02:53 +08:00
weights 删除无用文件,增加--colab启动选项 2023-04-01 15:02:53 +08:00
.gitignore fix: train step2a & add arg --port --pycmd --noparallel 2023-04-01 16:42:19 +08:00
Changelog_CN.md Update Changelog_CN.md 2023-04-27 16:30:45 +00:00
Changelog_EN.md Add English CHANGELOG (#243) 2023-05-07 16:24:13 +00:00
Dockerfile add ability to containerize with Docker (add Dockerfile) (#240) 2023-05-07 13:32:16 +08:00
LICENSE Initial commit 2023-03-27 17:59:11 +08:00
README.md 增加在macos下安装swig说明 (#253) 2023-05-08 15:16:09 +00:00
Retrieval_based_Voice_Conversion_WebUI.ipynb 优化笔记本、翻译并重新引入自动push (#48) 2023-04-13 13:32:08 +00:00
config.py staticmethod (#232) 2023-05-06 00:13:27 +08:00
envfilescheck.bat Add a batch file for windows user to download requearment files automated by using aria2. 2023-04-04 00:23:39 +08:00
export_onnx.py Format code (#142) 2023-04-24 20:35:56 +08:00
export_onnx_old.py Onnx导出拓展以及WebUI支持 (#140) 2023-04-24 19:55:05 +08:00
extract_f0_print.py Format code (#142) 2023-04-24 20:35:56 +08:00
extract_feature_print.py Reformat and rewrite _get_name_params (#57) 2023-04-15 11:44:24 +00:00
extract_locale.py fix: json format (#84) 2023-04-17 12:49:29 +00:00
go-realtime-gui.bat Add files via upload 2023-04-16 18:56:20 +08:00
go-web.bat Add files via upload 2023-04-27 23:34:03 +08:00
gui.py Format code (#254) 2023-05-08 15:16:19 +00:00
i18n.py Format code (#227) 2023-05-05 14:18:51 +08:00
infer-web.py Format code (#228) 2023-05-06 00:14:11 +08:00
infer_uvr5.py Format code (#188) 2023-04-28 11:25:20 +08:00
my_utils.py Format code (#142) 2023-04-24 20:35:56 +08:00
poetry.lock add poetry dependency file 2023-04-05 10:44:07 +08:00
pyproject.toml Update pyproject.toml 2023-04-25 10:51:38 +08:00
requirements-win-for-realtime_vc_gui.txt Fix GUI i18n (#38) 2023-04-12 14:28:28 +08:00
requirements.txt Update requirements.txt 2023-05-08 15:40:06 +00:00
slicer2.py Reformat and rewrite _get_name_params (#57) 2023-04-15 11:44:24 +00:00
train_nsf_sim_cache_sid_load_pretrain.py Add files via upload 2023-04-27 23:34:03 +08:00
trainset_preprocess_pipeline_print.py Update trainset_preprocess_pipeline_print.py 2023-05-08 15:04:21 +00:00
vc_infer_pipeline.py Format code (#195) 2023-04-28 20:45:21 +08:00
使用需遵守的协议-LICENSE.txt fix: train step2a & add arg --port --pycmd --noparallel 2023-04-01 16:42:19 +08:00

README.md

Retrieval-based-Voice-Conversion-WebUI

一个基于VITS的简单易用的语音转换变声器框架

madewithlove


Open In Colab Licence Huggingface

Discord


更新日志 | 常见问题解答

English | 中文简体 | 日本語 | 한국어 (韓國語)

点此查看我们的演示视频 !

使用了RVC的实时语音转换: w-okada/voice-changer

底模使用接近50小时的开源高质量VCTK训练集训练无版权方面的顾虑请大家放心使用

后续会陆续加入高质量有授权歌声训练集训练底模

简介

本仓库具有以下特点

  • 使用top1检索替换输入源特征为训练集特征来杜绝音色泄漏
  • 即便在相对较差的显卡上也能快速训练
  • 使用少量数据进行训练也能得到较好结果(推荐至少收集10分钟低底噪语音数据)
  • 可以通过模型融合来改变音色(借助ckpt处理选项卡中的ckpt-merge)
  • 简单易用的网页界面
  • 可调用UVR5模型来快速分离人声和伴奏

环境配置

推荐使用poetry配置环境。

以下指令需在Python版本大于3.8的环境中执行:

# 安装Pytorch及其核心依赖若已安装则跳过
# 参考自: https://pytorch.org/get-started/locally/
pip install torch torchvision torchaudio

#如果是win系统+Nvidia Ampere架构(RTX30xx),根据 #21 的经验需要指定pytorch对应的cuda版本
#pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117

# 安装 Poetry 依赖管理工具, 若已安装则跳过
# 参考自: https://python-poetry.org/docs/#installation
curl -sSL https://install.python-poetry.org | python3 -

# 通过poetry安装依赖
poetry install

你也可以通过pip来安装依赖

注意: MacOSfaiss 1.7.2版本会导致抛出段错误,在手动安装时请使用命令pip install faiss-cpu==1.7.0指定使用1.7.0版本 MacOS下可通过brew安装Swig

brew install swig
pip install -r requirements.txt

其他预模型准备

RVC需要其他一些预模型来推理和训练。

你可以从我们的Hugging Face space下载到这些模型。

以下是一份清单包括了所有RVC所需的预模型和其他文件的名称:

hubert_base.pt

./pretrained 

./uvr5_weights

#如果你正在使用Windows则你可能需要这个文件若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库
./ffmpeg

./ffprobe

之后使用以下指令来启动WebUI:

python infer-web.py

如果你正在使用Windows你可以直接下载并解压RVC-beta.7z,运行go-web.bat以启动WebUI。

仓库内还有一份小白简易教程.doc以供参考。

参考项目

感谢所有贡献者作出的努力