Skip to content

An RVC fork that focuses on simplicity, speed and aesthetics!

License

Notifications You must be signed in to change notification settings

nyxieluna/princessrvc

Repository files navigation

To make princessrvc work, first create a venv (virtual environment):

After this, your folder should show up with a green (venv) to the left of it. Now, we have to install the requirements.:

  • Type this command for Nvidia GPUs: python pip install -r .\requirements-cuda.txt.
  • Type this command for AMD GPUs: python pip install -r .\requirements-amd.txt.
  • Type this command for INTEL GPUs: python pip install -r .\requirements-ipex.txt.

After installing requirements, you are going to need a few files first before Inference or Training:

To do this simply run the command: python tools/download_models.py

To start RVC (ensure your venv environment is initialised with .\[venvname]\Scripts\activate:

  • Type this command: python .\infer-web.py.

Hopefully your RVC should now be running perfectly! Enjoy <3