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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-RVC
and select it - 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
目录