File size: 1,638 Bytes
09523e8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
<div align="center">
# Advanced RVC Inference
[](https://colab.research.google.com/github/ArkanDash/Advanced-RVC-Inference/blob/master/Advanced-RVC.ipynb)
</div>
### Information
Advanced RVC Inference presents itself as a state-of-the-art web UI crafted to streamline rapid and effortless inference. This comprehensive toolset encompasses a model downloader, a voice splitter, and the added efficiency of batch inference.
Please support the original RVC. This inference won't be possible to make without it.<br />
[](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)
#### Features
- Support V1 & V2 Model ✅
- Youtube Audio Downloader ✅
- Demucs (Voice Splitter) [Internet required for downloading model] ✅
- Microphone Support ✅
- TTS Support ✅
- Model Downloader ✅
- Batch Inference (Beta) ✅
#### Currently Working
- Settings 🛠
### Installation
1. Install Dependencies <br />
```bash
pip install torch torchvision torchaudio
pip install -r requirements.txt
```
2. Install [ffmpeg](https://ffmpeg.org/)
3. Download [Hubert Model](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt)
4. [OPTIONAL] To use rmvpe pitch extraction, download this [rvmpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt)
### Run WebUI <br />
For Windows:
```bash
Open run.bat
```
For Other:
```bash
python infer.py
```
|