Jarod Castillo commited on
Commit
17d67e8
β€’
1 Parent(s): e635514

lfs-changes

Browse files
Files changed (2) hide show
  1. .gitattributes +3 -1
  2. README.md +45 -2
.gitattributes CHANGED
@@ -25,7 +25,6 @@
25
  *.safetensors filter=lfs diff=lfs merge=lfs -text
26
  saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
  *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
  *.tflite filter=lfs diff=lfs merge=lfs -text
30
  *.tgz filter=lfs diff=lfs merge=lfs -text
31
  *.wasm filter=lfs diff=lfs merge=lfs -text
@@ -33,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
25
  *.safetensors filter=lfs diff=lfs merge=lfs -text
26
  saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
  *.tar.* filter=lfs diff=lfs merge=lfs -text
 
28
  *.tflite filter=lfs diff=lfs merge=lfs -text
29
  *.tgz filter=lfs diff=lfs merge=lfs -text
30
  *.wasm filter=lfs diff=lfs merge=lfs -text
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ *.index filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
37
+ *.jpg filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Sing For Me
3
- emoji: πŸƒ
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -10,4 +10,47 @@ pinned: false
10
  license: openrail
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Sing For Me
3
+ emoji: 😻
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
 
10
  license: openrail
11
  ---
12
 
13
+ <div align="center">
14
+
15
+ # Multi-Model RVC Inference
16
+ ### Simplified RVC Inference for HuggingFace or Google Colab
17
+
18
+ [![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)
19
+ [![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)
20
+ </div>
21
+
22
+ ### Information
23
+ Please support the original RVC, without it, this inference wont be possible to make.<br />
24
+ [![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)
25
+ #### Features
26
+ - Support V1 & V2 Model βœ…
27
+ - Youtube Audio Downloader βœ…
28
+ - Demucs (Voice Splitter) [Internet required for downloading model] βœ…
29
+ - TTS Support βœ…
30
+ - Microphone Support βœ…
31
+ - HuggingFace Spaces Inference [FREE TIER CPU] βœ…
32
+ - Remove Youtube & Input Path βœ…
33
+ - Remove Crepe Support due to gpu requirement βœ…
34
+
35
+ ### Installation
36
+
37
+ 1. Install Requirement <br />
38
+ ```bash
39
+ pip install torch torchvision torchaudio
40
+
41
+ pip install -r requirements.txt
42
+ ```
43
+
44
+ 2. Install [ffmpeg](https://ffmpeg.org/)
45
+
46
+ 3. Download [Hubert Model](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/hubert_base.pt) <br />
47
+
48
+ 4. [OPTIONAL] To use rmvpe pitch extraction, download this [rvmpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/rmvpe.pt)
49
+
50
+ 5. Run WebUI <br />
51
+ ```bash
52
+ python app.py
53
+ ```
54
+ # Other Inference
55
+ [![Advanced RVC Inference](https://img.shields.io/badge/Github-Advanced_RVC_Inference-blue?style=for-the-badge&logo=github)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)
56
+ [Advanced RVC Inference](https://github.com/ArkanDash/rvc-simple-inference)