RVC Base ONNX Assets
This repository contains generic RVC base ONNX assets for RVC-compatible ONNX Runtime workflows.
It is a packaging/mirror repository for runtime convenience. The original RVC, RMVPE, and HuBERT work belongs to the upstream authors. This repository does not contain private voice models, speaker embeddings, .index files, user audio, training data, generated vocals, or per-voice clone models.
Files
onnx/hubert_base_layer12_32000.onnx
onnx/hubert_base_layer12_nomask_32000.onnx
assets/rmvpe.onnx
SHA256SUMS.txt
LICENSE
THIRD_PARTY_NOTICES.md
Intended use
These assets are intended for local RVC-compatible ONNX Runtime inference.
Out-of-scope use
Do not use these assets to impersonate real people without consent, clone private voices without permission, or violate applicable rights of publicity, copyright, platform rules, or local law.
Provenance and credit
Original RVC project:
- RVC-Project / Retrieval-based-Voice-Conversion-WebUI
- License: MIT
- Source:
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
Relevant Hugging Face source:
lj1995/VoiceConversionWebUI- License shown on Hugging Face: MIT
- Source:
https://huggingface.co/lj1995/VoiceConversionWebUI
This repo is maintained by ohnoitsaninja as a generic ONNX asset package.
License
The upstream RVC project is MIT licensed. The MIT notice is preserved in LICENSE.
If later provenance review shows that a specific included model file has a stricter or different license than MIT, update this model card, update THIRD_PARTY_NOTICES.md, and remove or replace the affected file.
Verification
After download, verify file integrity with SHA256SUMS.txt.
PowerShell example:
Get-Content .\SHA256SUMS.txt
Get-FileHash -Algorithm SHA256 .\onnx\hubert_base_layer12_32000.onnx
Get-FileHash -Algorithm SHA256 .\onnx\hubert_base_layer12_nomask_32000.onnx
Get-FileHash -Algorithm SHA256 .\assets\rmvpe.onnx
Model tree for ohnoitsaninja/rvc-base-onnx
Base model
lj1995/VoiceConversionWebUI