mirror of
https://github.com/barkeser2002/rvc-inference.git
synced 2026-09-25 06:30:00 +03:00
40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
<div align="center">
|
|
|
|
# Multi-Model RVC Inference
|
|
|
|
[](https://github.com/ArkanDash/Multi-Model-RVC-Inference/blob/master/LICENSE)
|
|
[](https://github.com/ArkanDash/Multi-Model-RVC-Inference)
|
|
</div>
|
|
|
|
### Information
|
|
Now Support V1 and V2 Model <br />
|
|
[](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)
|
|
#### Features
|
|
- Youtube Audio Downloader ✅
|
|
- Demucs (Voice Splitter) [Internet required for downloading model] ✅
|
|
- TTS Support ✅
|
|
- HuggingFace Spaces Inference [FREE TIER CPU] ✅
|
|
- Remove Youtube & Input Path ✅
|
|
- Remove Crepe Support due to gpu requirement ✅
|
|
|
|
### Installation
|
|
|
|
1. Install Requirement <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) <br />
|
|
|
|
To use rmvpe pitch extration, download this [rvmpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt)
|
|
|
|
4. Run WebUI <br />
|
|
```bash
|
|
python app.py
|
|
```
|
|
# Other Inference
|
|
[Simple RVC Inference](https://github.com/ArkanDash/rvc-simple-inference) |