Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
(before the tutorial)
|
3 |
Please donate to
|
4 |
Luis Santillan Rejekts, the creator of RVCv2 in either of these 2 places:
|
@@ -12,11 +12,55 @@ https://www.paypal.com/paypalme/lesantillan
|
|
12 |
Only $45 were donated to Luis. Once he has enough to pay for one of his normal job work days, "I can spend a whole 8 hour day coding to fix any issues and add new features to my projects!". I assume these features may be audio enhancers, background noise removal, or the ability to change an entire youtube video at once. But regardless, please donate, as he didn't get much.
|
13 |
|
14 |
# Tutorial
|
15 |
-
# Setting up the application
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
This is simply an easy tutorial of RVC V2, using huggingface. You WILL need to make an account on huggingface.
|
17 |
|
18 |
1. go to this website:
|
19 |
-
https://huggingface.co/spaces/
|
20 |
|
21 |
alternately go here:
|
22 |
|
@@ -33,7 +77,7 @@ and click on one of the options called RVC V2.
|
|
33 |
8. NOTE: ===== Application Startup at 2023-10-30 01:54:00 ===== does NOT mean it's finished... keep waiting...
|
34 |
9. Once it is finished, you will see the application like normal.
|
35 |
|
36 |
-
# If you closed your browser
|
37 |
1. If you clicked the X button and closed your browser, to find the application again go back to huggingface.
|
38 |
2. If you are not logged in go to [https://huggingface.co/](https://huggingface.co/login)https://huggingface.co/login
|
39 |
3. enter username and password
|
@@ -44,7 +88,7 @@ Alternately if you ARE logged in go straight to https://huggingface.co/
|
|
44 |
6. click profile
|
45 |
7. it's the space called "RVC V2" at the top.
|
46 |
|
47 |
-
# Download a model to use for RVC V2
|
48 |
1. First, go to https://huggingface.co/models . It's reccommended NOT to close out of the application. If you do refer to "If you closed your browser" section
|
49 |
2. Inside "Filter by name" enter the name of the model you'd like followed by RVC.
|
50 |
3. For example, I want Mario from Super Mario. So I type "Mario RVC"
|
@@ -59,7 +103,7 @@ Alternately if you ARE logged in go straight to https://huggingface.co/
|
|
59 |
12. Click "Download"
|
60 |
13. wait until the bottom bar says "Success."
|
61 |
|
62 |
-
# Use a model for RVC V2
|
63 |
1. Go back to Inference.
|
64 |
2. Click "Refresh" next to "1.Choose your Model."
|
65 |
3. Click the arrow pointing down next to the blank area in "1.Choose your Model."
|
@@ -71,60 +115,13 @@ Alternately if you ARE logged in go straight to https://huggingface.co/
|
|
71 |
9. If the pitch is off, simply change the pitch, and click "convert" again. My pitch was off.
|
72 |
10. Click the 3 dots next to the audio and download it. OK that's it!
|
73 |
|
74 |
-
# ERRORS:
|
75 |
-
|
76 |
-
If the program just says "ERROR, WAAAAAAH!!!!!" with no explanation as to why the error is there, here are 2 solutions:
|
77 |
-
|
78 |
-
1. Pause and restart space in settings. If that doesn't work, try 2.
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
2. Click on Advanced Settings. Change the Pitch Extraction Algorithm. Ones that worked for me are:
|
84 |
-
|
85 |
-
tested on 26 second demo:
|
86 |
-
|
87 |
-
pm, 42 seconds (1.61 seconds per second)
|
88 |
-
|
89 |
-
dio, 41 seconds (1.57 seconds per second)
|
90 |
-
|
91 |
-
crepe-tiny, 47 seconds (1.8 seconds per second)
|
92 |
-
|
93 |
-
mangio-crepe-tiny, 49 seconds (1.88 seconds per second)
|
94 |
-
|
95 |
-
crepe, 124 seconds (Oh my gosh... This is not a fluke, I tried again, and it took 2 seconds MORE! 4.8 seconds per second)
|
96 |
-
|
97 |
-
harvest, 40 seconds (1.5 seconds per second)
|
98 |
-
|
99 |
-
mangio-crepe, 153 seconds (Oh please no... 5.9 seconds per second.)
|
100 |
-
|
101 |
-
The only one that doesn't work is rmvpe
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
# Original RVC v2 databse:
|
108 |
|
109 |
https://huggingface.co/Rejekts/project
|
110 |
|
111 |
-
# If Huggingface Space totally fails, try this google colab:
|
112 |
-
|
113 |
-
(OK, I am making a google colab since Huggingface totally failed... It will be based off the original RVC database.)
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
# Local installation on Linux (MY OWN DEBUG STUFF):
|
120 |
|
121 |
-
|
122 |
-
|
123 |
-
Attempt at installing from google colab failed, I cannot figure out why.
|
124 |
-
|
125 |
-
Next attempt will be to install https://github.com/777gt/-EVC-
|
126 |
-
|
127 |
-
If that fails, I will try to install the huggingface version.
|
128 |
|
129 |
# Local installation on Windows (UNFINISHED):
|
130 |
|
|
|
1 |
+
# RVC-v2-easy-gui-tutorial
|
2 |
(before the tutorial)
|
3 |
Please donate to
|
4 |
Luis Santillan Rejekts, the creator of RVCv2 in either of these 2 places:
|
|
|
12 |
Only $45 were donated to Luis. Once he has enough to pay for one of his normal job work days, "I can spend a whole 8 hour day coding to fix any issues and add new features to my projects!". I assume these features may be audio enhancers, background noise removal, or the ability to change an entire youtube video at once. But regardless, please donate, as he didn't get much.
|
13 |
|
14 |
# Tutorial
|
15 |
+
# Setting up the application (Google Colab):
|
16 |
+
This is simply an easy tutorial of RVC V2, using Google Colab. You WILL need to make an account on Google.
|
17 |
+
|
18 |
+
1. Go to this Google Colab Notebook:
|
19 |
+
https://colab.research.google.com/github/PhoenixStormJr/RVC-v2-easy-GUI-glitches-fixed/blob/main/EasyGUI_Inference_Only_%F0%9F%8E%AE_10_02_2024__12.ipynb
|
20 |
+
2. Click "File" at the top left, and "Save a copy in Drive" (This solves the timeout message.)
|
21 |
+
|
22 |
+
|
23 |
+
# Download a model to use for RVC V2 (Google Colab)
|
24 |
+
|
25 |
+
1. First, go to https://huggingface.co/models .
|
26 |
+
2. Inside "Filter by name" enter the name of the model you'd like followed by RVC.
|
27 |
+
3. For example, I want Mario from Super Mario. So I type "Mario RVC"
|
28 |
+
4. A list of models came up. I clicked the first one. https://huggingface.co/Xhepyxopila/MarioRVCModels
|
29 |
+
5. Go to Files and versions.
|
30 |
+
6. Right click the download button next to a .zip file of the model you want. IT MUST BE A .zip FILE OR ELSE THE MODEL FLAT OUT WON'T WORK!!!
|
31 |
+
7. Click "Copy Link Address"
|
32 |
+
8. Go back to RVC V2 Google Colab Notebook.
|
33 |
+
9. Paste the link under "url:"
|
34 |
+
10. Name the model whatever you like, since I searched Mario, I'm naming mine Mario.
|
35 |
+
11. Click the play button (sideways triangle) Note: The FIRST time it will Install RVC, but the second time it will go faster. Give it around 3-5 minutes.
|
36 |
+
12. wait until the bottom bar says something like:
|
37 |
+
|
38 |
+
"""
|
39 |
+
|
40 |
+
Downloading model:
|
41 |
+
|
42 |
+
https://huggingface.co/...
|
43 |
+
|
44 |
+
INFO: Done
|
45 |
+
|
46 |
+
Downloaded model!
|
47 |
+
|
48 |
+
"""
|
49 |
+
|
50 |
+
# Use a model for RVC V2 (Google Colab)
|
51 |
+
1. TYPE the name of your model in "model_name" (It will automatically detect the index path and model path.)
|
52 |
+
2. Select the method you want to use to create the audio "create_audio_method" (upload_file uploads a file and record_audio uses your mic to record audio... kinda obvious)
|
53 |
+
3. Under "Optional: You can change the pitch here or leave it at 0." self explanitory.... changes... pitch... this is useful for boys trying to sound like girls, or girls trying to sound like boys.
|
54 |
+
4. Click the triangle again to run the cell. It'll run and convert the audio! That's all!
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
# Setting up the application (broken)
|
60 |
This is simply an easy tutorial of RVC V2, using huggingface. You WILL need to make an account on huggingface.
|
61 |
|
62 |
1. go to this website:
|
63 |
+
https://huggingface.co/spaces/Clebersla/RVC_V2_Huggingface_Version
|
64 |
|
65 |
alternately go here:
|
66 |
|
|
|
77 |
8. NOTE: ===== Application Startup at 2023-10-30 01:54:00 ===== does NOT mean it's finished... keep waiting...
|
78 |
9. Once it is finished, you will see the application like normal.
|
79 |
|
80 |
+
# If you closed your browser (broken)
|
81 |
1. If you clicked the X button and closed your browser, to find the application again go back to huggingface.
|
82 |
2. If you are not logged in go to [https://huggingface.co/](https://huggingface.co/login)https://huggingface.co/login
|
83 |
3. enter username and password
|
|
|
88 |
6. click profile
|
89 |
7. it's the space called "RVC V2" at the top.
|
90 |
|
91 |
+
# Download a model to use for RVC V2 (broken)
|
92 |
1. First, go to https://huggingface.co/models . It's reccommended NOT to close out of the application. If you do refer to "If you closed your browser" section
|
93 |
2. Inside "Filter by name" enter the name of the model you'd like followed by RVC.
|
94 |
3. For example, I want Mario from Super Mario. So I type "Mario RVC"
|
|
|
103 |
12. Click "Download"
|
104 |
13. wait until the bottom bar says "Success."
|
105 |
|
106 |
+
# Use a model for RVC V2 (broken)
|
107 |
1. Go back to Inference.
|
108 |
2. Click "Refresh" next to "1.Choose your Model."
|
109 |
3. Click the arrow pointing down next to the blank area in "1.Choose your Model."
|
|
|
115 |
9. If the pitch is off, simply change the pitch, and click "convert" again. My pitch was off.
|
116 |
10. Click the 3 dots next to the audio and download it. OK that's it!
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
# Original RVC v2 databse:
|
119 |
|
120 |
https://huggingface.co/Rejekts/project
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
# Local installation on Linux (MY OWN DEBUG STUFF):
|
123 |
|
124 |
+
Alright, so the downloading tab is broken, I will have to make my own version...
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
|
126 |
# Local installation on Windows (UNFINISHED):
|
127 |
|