Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Tiger14n/RVC-GUI

 
 

Repository files navigation

RVC GUI

For audio file inference only


GUI

GUI

Direct setup for Windows users



Preparing the environment

  • Install Python version +3.8 if you have not:

  • Execute these commands

Windows with Nvidia cards

python -m pip install -U pip setuptools wheel
pip install -U torch torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt

Other

python -m pip install -U pip setuptools wheel
pip install -U torch torchaudio 
pip install -r requirements.txt

Apple silicon Macs fix

pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu

export PYTORCH_ENABLE_MPS_FALLBACK=1


  • Then use this command to start RVC GUI:
python rvcgui.py

Or run this file on windows

RVC-GUI.bat

Loading models

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 files ".index"

Or place the model manually in root/models

models
├───Person1
│   ├───xxxx.pth
│   ├───xxxx.index
│   └───xxxx.npy
└───Person2
    ├───xxxx.pth
    ├───...
    └───...


How to get models?.


K7#4523

About

Just a fork of RVC for easy audio file voice conversion locally

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Batchfile 0.3%