https://github.com/AIFSH/ComfyUI-RVC
https://github.com/AIFSH/ComfyUI-RVC
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/AIFSH/ComfyUI-RVC
- Owner: AIFSH
- License: other
- Created: 2024-04-28T00:30:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:05:25.000Z (over 1 year ago)
- Last Synced: 2025-04-05T03:23:40.451Z (9 months ago)
- Language: Python
- Size: 1.14 MB
- Stars: 20
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-RVC** - based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now! (All Workflows Sorted by GitHub Stars)
- awesome-comfyui - **ComfyUI-RVC** - based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now! (Workflows (3395) sorted by GitHub Stars)
README
# ComfyUI-RVC
a comfyui custom node for [Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git),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](https://github.com/marticliment/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](https://hf-mirror.com/) to config your env.
或者下载[rvc_assets.zip](https://pan.quark.cn/s/039c8d2d59ac)解压后放置到`ComfyUI-RVC/rvc`目录
## Tutorial
[Demo](https://www.bilibili.com/video/BV1bH4y1P7n9/)
## WeChat Group && Donate
## Thanks
- [Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git)