|
--- |
|
tags: |
|
- music |
|
- RVC |
|
- Voice Conversion |
|
- Harmonify |
|
- RVC V2 |
|
- UVR5 |
|
license: openrail |
|
pipeline_tag: audio-to-audio |
|
--- |
|
|
|
|
|
# **Hex RVC Fork** |
|
|
|
A simple, high-quality voice conversion tool focused on ease of use and performance. |
|
|
|
[Colab Notebook](https://colab.research.google.com/drive/1ntQ_ykZ0P_HVF_84zULixs_kigKmCVJP?usp=sharing) |
|
|
|
--- |
|
|
|
## **Overview** |
|
|
|
Hex RVC Fork is a streamlined voice conversion tool designed to deliver high-quality results with minimal setup. This project is optimized for ease of use, enabling users to convert voices using state-of-the-art models effortlessly. |
|
|
|
### **Key Features** |
|
- **High-quality voice conversion** using advanced techniques. |
|
- **User-friendly interface** powered by [Gradio](https://gradio.app/). |
|
- **Optimized for performance** with support for efficient F0 extraction methods. |
|
- **Colab support** for quick experimentation without local setup. |
|
|
|
### **Note** |
|
- The **Streamlit WebUI** is no longer being updated. Please use the **Gradio WebUI** for the latest features and support. |
|
|
|
--- |
|
|
|
## **Getting Started** |
|
|
|
### **Colab Notebook** |
|
To quickly try out Hex RVC, you can use the [Colab Notebook](https://colab.research.google.com/drive/1ntQ_ykZ0P_HVF_84zULixs_kigKmCVJP?usp=sharing). Simply open the link, run the cells, and start converting voices in minutes! |
|
|
|
### **Local Setup** |
|
If you prefer running the tool locally, you can clone this repository and set up your environment using the following commands: |
|
|
|
```bash |
|
git clone https://huggingface.co/Hev832/hex-rvc |
|
cd hex-rvc |
|
pip install -r requirements.txt |
|
``` |
|
|
|
After installation, launch the Gradio WebUI: |
|
|
|
```bash |
|
python app.py |
|
``` |
|
|
|
--- |
|
|
|
## **Credits** |
|
|
|
This project is built on the shoulders of giants. Many thanks to the original creators and contributors: |
|
|
|
- **[Eempostor](https://discordapp.com/users/818050831034613771)** - Original project inspiration. |
|
- **[Applio](https://github.com/IAHispano/Applio-RVC-Fork)** by [IAHispano](https://github.com/IAHispano) - This repo is based on their fork. |
|
- **[CNChTu](https://github.com/CNChTu)** - Creator of the [FCPE](https://github.com/CNChTu/FCPE) F0 extraction method. |
|
- **[So Vits SVC](https://github.com/svc-develop-team/so-vits-svc)** - Provided the F0 method script. |
|
- **[ChatGPT](https://chat.openai.com/)**, **[Phind](https://www.phind.com/)** & **[Blackbox](https://www.blackbox.ai/)** - Assistance with documentation and troubleshooting. |
|
|
|
--- |
|
|
|
## **Contributing** |
|
|
|
We welcome contributions to enhance Hex RVC Fork! If you have ideas, suggestions, or bug reports, please feel free to open an New discussion or submit a pull request. |
|
|
|
--- |
|
|
|
## **License** |
|
|
|
This project is open-source and available under the Openrail License. |
|
|
|
--- |
|
|
|
## **Support** |
|
|
|
For any questions or support, feel free to reach out via the HF Discussion page or contact the original contributors. |