File size: 2,829 Bytes
9afbcc8 561e0d8 9afbcc8 736c789 33f3f56 c90b49e 33f3f56 c90b49e 33f3f56 c90b49e 33f3f56 c90b49e 33f3f56 c90b49e 33f3f56 c90b49e 33f3f56 c90b49e 736c789 1de53d1 33f3f56 9d8961d 33f3f56 5d645db 9d8961d 33f3f56 a963f67 c33aec2 736c789 33f3f56 736c789 33f3f56 736c789 504659a 736c789 33f3f56 736c789 33f3f56 736c789 561e0d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
---
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. |