Note
Issues are not handled in this repository due to time constraints. For questions or discussions, feel free to join AI Hispano on Discord. If you're experiencing a technical issue, please report it on Applio's Issues page and specify that the problem occurs via CLI.
Ensure that you have the necessary Python packages installed by following these steps (Python 3.9 is recommended):
Execute the install.bat file to activate a Conda environment. Afterward, launch the application using env/python.exe cli.py
instead of the conventional python cli.py
command.
chmod +x install.sh
./install.sh
For detailed information and command-line options, refer to the help command:
python rvc_cli.py -h
python uvr_cli.py -h
This command provides a clear overview of the available modes and their corresponding parameters, facilitating effective utilization of the RVC CLI, but if you need more information, you can check the documentation.
The RVC CLI builds upon the foundations of the following projects:
-
Vocoders:
-
VC Clients:
- Retrieval-based-Voice-Conversion-WebUI by RVC-Project
- So-Vits-SVC by svc-develop-team
- Mangio-RVC-Fork by Mangio621
- VITS by jaywalnut310
- Harmonify by Eempostor
- rvc-trainer by thepowerfuldeez
-
Pitch Extractors:
- RMVPE by Dream-High
- torchfcpe by CNChTu
- torchcrepe by maxrmorrison
- anyf0 by SoulMelody
-
Other:
- FAIRSEQ by facebookresearch
- FAISS by facebookresearch
- ContentVec by auspicious3000
- audio-slicer by openvpi
- python-audio-separator by karaokenerds
- ultimatevocalremovergui by Anjok07
We acknowledge and appreciate the contributions of the respective authors and communities involved in these projects.