Nodes Browser

ComfyDeploy: How ComfyUI-RVC works in ComfyUI?

What is ComfyUI-RVC?

a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now! NOTE: make sure ffmpeg is worked in your commandline for Linux

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-RVC and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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

<div> <figure> <img alt='Wechat' src="wechat.jpg?raw=true" width="300px"/> <img alt='donate' src="donate.jpg?raw=true" width="300px"/> <figure> </div>

Thanks