NiceVois makes RVC voice training simple: upload audio, choose the epochs, name the model, and press Start Training. NiceVois handles the rest and returns portable model files you control.
Why it was built
Training RVC models has traditionally meant maintaining a local NVIDIA environment, using third-party voice platforms, or cycling through notebook sessions that can break as dependencies and hosted runtimes change. This project moves that training pipeline behind a simple browser interface while keeping the actual model files downloadable.
What the product is
It is a browser-based RVC v2 training service designed around one short setup and one press of Start Training. Users follow clear progress and download the finished .pth, matching .index, or complete ZIP without managing the underlying infrastructure.
What the product is not
It is not text-to-speech, an instant audio transcoder, a public voice library, or a tool for copying people without consent. Users must own the voice or have clear permission to create a reusable model.
Product principles
- Portable output: offer the .pth, .index, and complete ZIP instead of trapping the model in one interface.
- Truthful progress: show real stages and epochs received from the training worker.
- Recoverable jobs: continue after a browser closes and preserve validated models for the displayed window.
- User control: let users download or permanently delete inactive jobs in their private workspace.
- Permission first: require clear rights to the voice and prohibit deceptive or abusive use.
How claims are checked
Product claims on this site are tied to the implemented source and verified training runs. Technical references use the official RVC Project documentation where possible. Runtime and perceptual quality vary with the source recording and available cloud GPU, so observed test results are labeled rather than presented as universal guarantees.
Review the verified pipeline, test artifacts, limits, and known sources of variation.
Read the methodology