Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aifsh/comfyui-rvc
https://github.com/aifsh/comfyui-rvc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aifsh/comfyui-rvc
- Owner: AIFSH
- License: other
- Created: 2024-04-28T00:30:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T09:22:22.000Z (8 months ago)
- Last Synced: 2024-04-30T12:53:53.679Z (8 months ago)
- Language: Python
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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) automaticallythen!
```
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)