- Deploy pod with teplate RunPod Pytorch 2.1
- run this command in console:
git clone https://github.com/Lukysoon/rvc-cli.git;cd rvc-cli;chmod +x install.sh;./install.sh
- run tensorboard:
venv/bin/python3 rvc_cli.py tensorboard
Open the jupyter notebook and run both cells. If you want to run multiple training series, that copy the second cell and change values.
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.