RVC memo

Git repo

main:
RVC-Project/Retrieval-based-Voice-Conversion-WebUI: Voice data <= 10 mins can also be used to train a good VC model! (github.com)

fork:
Mangio621/Mangio-RVC-Fork: CREPE+HYBRID TRAINING A very experimental fork of the Retrieval-based-Voice-Conversion-WebUI repo that incorporates a variety of other f0 methods, along with a hybrid f0 nanmedian method. (github.com)

use:
w-okada/voice-changer: リアルタイムボイスチェンジャー Realtime Voice Changer (github.com)

other:

Setup

git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI rvc-webui
cd rvc-webui
conda create --name rvc python=3.10 ipykernel -y
pip install -r requirements.txt

# get aria2
sudo apt-get update
sudo apt install -qq aria2 -y 

# download models: is it needed the colab steps?
./tools/dlmodels.sh

# 如果在linux机器用en: 重命名locale文件

# run: do not use builtin ./run.sh
python infer-web.py --pycmd python3

get_files.sh: 下载训练底膜:

#!/bin/bash

mkdir -p pretrained_v2
mkdir -p uvr5_weights

# v2
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/D32k.pth -O ./pretrained_v2/D32k.pth
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/D40k.pth -O ./pretrained_v2/D40k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/D48k.pth -O ./pretrained_v2/D48k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/G32k.pth -O ./pretrained_v2/G32k.pth
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/G40k.pth -O ./pretrained_v2/G40k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/G48k.pth -O ./pretrained_v2/G48k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0D32k.pth -O ./pretrained_v2/f0D32k.pth
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0D40k.pth -O ./pretrained_v2/f0D40k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0D48k.pth -O ./pretrained_v2/f0D48k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0G32k.pth -O ./pretrained_v2/f0G32k.pth
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0G40k.pth -O ./pretrained_v2/f0G40k.pth
# wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0G48k.pth -O ./pretrained_v2/f0G48k.pth


# @title #下载人声分离模型
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP2-人声vocals+非人声instrumentals.pth -O .//uvr5_weights/HP2-人声vocals+非人声instrumentals.pth
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/uvr5_weights/HP5-主旋律人声vocals+其他instrumentals.pth -O .//uvr5_weights/HP5-主旋律人声vocals+其他instrumentals.pth

# @title #下载hubert_base
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -O ./hubert_base.pt

# @title #下载rmvpe模型
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt -O ./rmvpe.pt

教程类

RVC变声器官方教程:10分钟克隆你的声音!一键训练,低配显卡用户福音!_哔哩哔哩_bilibili

Datasets

MashiroSA/sovits-emu-dataset · Datasets at Hugging Face

资源

一些付费中文:
hmrvc (RVC Colle) (huggingface.co)

二次元角色合集:
juuxn/RVCModels at main (huggingface.co)

"我的开源模型库" from 修空调的逍遥
https://www.123pan.com/s/0WntVv-ItCA3.html
提取码:exEB

Edit Report
Pub: 12 Sep 2023 15:03 UTC
Views: 201