Skip to content

Voice data <= 10 mins can also be used to train a good VC model!

License

Notifications You must be signed in to change notification settings

luisesantillan/project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open In Colab

Local Installation

If you already have RVC installed, then just download GUI.py and drop it in the root folder! If you need to install RVC, I recommend you check the original repo Or read this at least.

I recommend you use a virtual environment

python -m venv RVC
cd RVC
git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
Scripts/activate.bat
pip install torch torchvision torchaudio
cd RVC-Project
wget "https://raw.githubusercontent.com/luisesantillan/project/main/GUI.py"
wget "https://raw.githubusercontent.com/luisesantillan/project/main/download_files.py"
pip install -r "requirements.txt"

If you're on Windows, like me, and don't have an NVIDA graphics card, install the requirements from a different .txt:

pip install -r "requirements-dml.txt"

Also, do not forget to download the necessary models. EasyGUI uses RVC 2 40k models.

python download_files.py

Finally, run the demo.py

python demo.py

About

Voice data <= 10 mins can also be used to train a good VC model!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.9%
  • Jupyter Notebook 4.3%
  • Shell 2.6%
  • Batchfile 2.0%
  • Dockerfile 0.2%