Spaces:
Runtime error
Runtime error
Delete README.md
Browse files
README.md
DELETED
@@ -1,47 +0,0 @@
|
|
1 |
-
<div align="center">
|
2 |
-
|
3 |
-
# Multi-Model RVC Inference
|
4 |
-
### Simplified RVC Inference for HuggingFace or Google Colab
|
5 |
-
|
6 |
-
[![License](https://img.shields.io/github/license/arkandash/Multi-Model-RVC-Inference?style=for-the-badge)](https://github.com/ArkanDash/Multi-Model-RVC-Inference/blob/master/LICENSE)
|
7 |
-
[![Repository](https://img.shields.io/badge/Github-Multi%20Model%20RVC%20Inference-blue?style=for-the-badge&logo=github)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)
|
8 |
-
</div>
|
9 |
-
|
10 |
-
### Information
|
11 |
-
Please support the original RVC, without it, this inference wont be possible to make.<br />
|
12 |
-
[![Original RVC Repository](https://img.shields.io/badge/Github-Original%20RVC%20Repository-blue?style=for-the-badge&logo=github)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)
|
13 |
-
#### Features
|
14 |
-
- Support V1 & V2 Model β
|
15 |
-
- Youtube Audio Downloader β
|
16 |
-
- Demucs (Voice Splitter) [Internet required for downloading model] β
|
17 |
-
- TTS Support β
|
18 |
-
- Microphone Support β
|
19 |
-
- HuggingFace Spaces Inference [FREE TIER CPU] β
|
20 |
-
- Remove Youtube & Input Path β
|
21 |
-
- Remove Crepe Support due to gpu requirement β
|
22 |
-
|
23 |
-
### Installation
|
24 |
-
|
25 |
-
1. Install Requirement <br />
|
26 |
-
```bash
|
27 |
-
pip install torch torchvision torchaudio
|
28 |
-
|
29 |
-
pip install -r requirements.txt
|
30 |
-
```
|
31 |
-
|
32 |
-
2. Install [ffmpeg](https://ffmpeg.org/)
|
33 |
-
|
34 |
-
3. Download [Hubert Model](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt) <br />
|
35 |
-
|
36 |
-
4. [OPTIONAL] To use rmvpe pitch extraction, download this [rvmpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt)
|
37 |
-
|
38 |
-
5. Run WebUI <br />
|
39 |
-
```bash
|
40 |
-
python app.py
|
41 |
-
```
|
42 |
-
|
43 |
-
### [How to use](docs/HOW_TO_USE.md)
|
44 |
-
### [Command Line Arguments](docs/COMMAND_LINE_ARGUMENTS.md)
|
45 |
-
|
46 |
-
# Other Inference
|
47 |
-
[![Advanced RVC Inference](https://img.shields.io/badge/Github-Advanced_RVC_Inference-blue?style=for-the-badge&logo=github)](https://github.com/ArkanDash/Advanced-RVC-Inference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|