Toritto commited on
Commit
6a44942
Β·
1 Parent(s): 9807012

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -47
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)