RVC-Project/Retrieval-based-Voice-Conversion-WebUI Installation Guide
How to install RVC-Project/Retrieval-based-Voice-Conversion-WebUI. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for RVC-Project/Retrieval-based-Voice-Conversion-WebUI. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i RVC-Project/Retrieval-based-Voice-Conversion-WebUIInstall via npx
npx @hexmos/ipm i RVC-Project/Retrieval-based-Voice-Conversion-WebUIPrerequisites
Python
languageVersion: >=3.8.0
PyTorch
package_managerVersion: 1.13.1+cu117
torchvision
package_managerVersion: 0.14.0
torchaudio
package_managerVersion: 0.13.0
FFmpeg
system_toolFor audio and video processing.
pip
package_managerVersion: 23.1.1
Poetry
package_managerVersion: 1.0.0
venv
system_toolFor creating virtual environments.
bash
system_toolFor command-line interface interaction.
git
system_toolFor version control and repository management.
docker
system_toolFor containerization and orchestration.
CUDA
system_toolVersion: 11.8.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Direct Start
python infer-web.pyPoetry Install
poetry run python infer-web.pyWindows Binary
go-web.batMacOS Binary
sh ./run.shAMD ROCm (Linux)
source /opt/intel/oneapi/setvars.shPost Installation Steps
- Open the web UI at http://localhost:8080/
- You can also use the command `python infer-web.py` to start the server.
- To access the API endpoint, you can use the following URL: http://localhost:5000/api/
