This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
GUI
1. Download RVC-GUI-pkg.zip
2. Unzip anywhere
3. Run RVC-GUI.bat
2023/05/25 - Download latest RVC-GUI-pkg-mp3fix.zip
2023/05/25 Whats new?.
- RVC v2 models support
- bug fixes
2023/05/08 Whats new?.
- Added crepe, crepe-tiny and dio f0 methods
- Improved theme
- Improved Mac OS compatibility (Not tested)
Features
- Easy to use / No installations needed
- Easy to import models
- Auto loads the ".index" file
- Can switch the load from GPU to CPU if needed
- Easy to browse and select the target audio
*NOTE: GPU mode will only work for NVIDIA card users with CUDA installed, not tested on AMD cards.
- GPU = Faster inferring than CPU
How to import models?.
Option 1: use the import button to import a model from a zip file,
- The .zip must contain the ".pth" weight file.
- The .zip is recommended to contain the feature retrieval file ".index"
Option 2: Place the model manually inside the "models" folder.
models
├───Person1
│ ├───xxxx.pth
│ ├───xxxx.index
│
└───Person2
├───xxxx.pth
├───...
How to get models?.
- Join the AI Hub Discord
- Community Models on HuggingFace by Wicked aka QuickWick
K7#4523