Skip to content

installing guide

Riko edited this page Nov 23, 2024 · 2 revisions

HexGen-RVC Documentation

Welcome to the HexGen-RVC wiki! Follow the instructions below to set up and run the project.


Setup Instructions

1. Clone the Repository

Start by cloning the repository to your local machine:

git clone https://github.com/kindahex/HexGen-RVC.git
cd hexGen-RVC

2. Install Dependencies

Run the following commands to install the required dependencies and set up the project:

pip install -r requirements.txt
python programs/applio_code/rvc/lib/tools/prerequisites_download.py

Running the WebUI

To launch the WebUI, execute:

python main.py

Clone this wiki locally