ComfyUI-RVC

ComfyUI-RVC
★ 32

语音转换RVCComfyUI节点模型权重自动下载
ComfyUI 的自定义节点,集成 Retrieval-based-Voice-Conversion-WebUI,可在 ComfyUI 中一键进行语音转换,支持自动下载模型权重,需系统安装 ffmpeg。
💡 在 ComfyUI 流程中把输入音频转换为目标说话人语音。
🍴 8 Forks💻 Python🔄 2024-06-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b6135d9bd930
📦 requirements.txt
joblib>=1.1.0
numba
numpy==1.23.5
scipy
librosa==0.9.1
llvmlite
fairseq
faiss-cpu
Cython
pydub>=0.25.1
soundfile>=0.12.1
ffmpeg-python>=0.2.0
tensorboardX
Jinja2>=3.1.2
json5
Markdown
matplotlib>=3.7.0
matplotlib-inline>=0.1.3
praat-parselmouth>=0.4.2
Pillow>=9.1.1
resampy>=0.4.2
scikit-learn
tensorboard
tqdm>=4.63.1
tornado>=6.1
Werkzeug>=2.2.3
uc-micro-py>=1.0.1
sympy>=1.11.1
tabulate>=0.8.10
PyYAML>=6.0
pyasn1>=0.4.8
pyasn1-modules>=0.2.8
fsspec>=2022.11.0
absl-py>=1.2.0
audioread
uvicorn>=0.21.1
colorama>=0.4.5
pyworld==0.3.2
httpx
onnxruntime;
sys_platform
==
'darwin'
onnxruntime-gpu;
sys_platform
!=
'darwin'
torchcrepe==0.0.20
fastapi
torchfcpe
ffmpy==0.3.1
python-dotenv>=1.0.0
av
📄 README

ComfyUI-RVC

a comfyui custom node for Retrieval-based-Voice-Conversion-WebUI,you can Voice-Conversion in comfyui now!

How to use

make sure ffmpeg is worked in your commandline

for Linux

apt update
apt install ffmpeg

for Windows,you can install ffmpeg by WingetUI automatically

then!

git clone https://github.com/AIFSH/ComfyUI-RVC.git
cd ComfyUI-RVC
pip install -r requirements.txt

weights will be download from huggingface automatically!if you in china,make sure your internet attach the huggingface

or if you still struggle with huggingface, you may try follow hf-mirror to config your env.

或者下载rvc_assets.zip解压后放置到ComfyUI-RVC/rvc目录

Tutorial

Demo

WeChat Group && Donate

Thanks

  • Retrieval-based-Voice-Conversion-WebUI