mrmocciai commited on
Commit
89efb5e
1 Parent(s): eb6d232

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: audio-to-audio
8
  tags:
9
  - music
10
  ---
11
- # <center> RVC V2 Models Pack<br />
12
  ![model-cover.jpg](https://huggingface.co/mocci24/RVCV2-GI/resolve/main/model-cover.jpg)<br />
13
  <div align="center">
14
  <br />OPEN ON
@@ -51,7 +51,7 @@ Minimum 300 Epoch , 40k Sample rate, and 5-20 minutes dataset with battle voice.
51
  <b>~ DEHYA 400 EPOCH (rmvpe) by Mocci24<br />
52
  ~ EULA 400 EPOCH (rmvpe) by Mocci24<br />
53
  ~ FARUZAN 400 EPOCH (rmvpe) by HirumiM<br />
54
- ~ FURINA 300 EPOCH (rmvpe) by Mocci24</b><br />
55
  ~ Ganyu 400 epoch (havest) by Mocci24<br />
56
  ~ Hutao 400 epoch (havest) by Mocci24<br />
57
  <b>~ JEAN 400 EPOCH (rmvpe) by Mocci24<br/>
@@ -93,8 +93,7 @@ Minimum 300 Epoch , 40k Sample rate, and 5-20 minutes dataset with battle voice.
93
 
94
  <br />
95
  <br />
96
- <b>Changes:<br /></b>
97
- <br />- Added models Furina (rmvpe)
98
  <br />- Added models Dehya (rmvpe)
99
  <br />- Added models Kirara (rmvpe)</i>
100
  <br />- Added models Nilou (rmvpe)
@@ -109,11 +108,35 @@ Minimum 300 Epoch , 40k Sample rate, and 5-20 minutes dataset with battle voice.
109
  <br />- Added models Lyney (rmvpe)
110
  <br />- Added models Shenhe (rmvpe)
111
  <br />- Added models Wriothesley (rmvpe)
 
112
 
113
 
114
  ----
115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
 
117
 
118
 
119
 
 
8
  tags:
9
  - music
10
  ---
11
+ # <center> RVC Models Genshin Impact V2 Japanese<br />
12
  ![model-cover.jpg](https://huggingface.co/mocci24/RVCV2-GI/resolve/main/model-cover.jpg)<br />
13
  <div align="center">
14
  <br />OPEN ON
 
51
  <b>~ DEHYA 400 EPOCH (rmvpe) by Mocci24<br />
52
  ~ EULA 400 EPOCH (rmvpe) by Mocci24<br />
53
  ~ FARUZAN 400 EPOCH (rmvpe) by HirumiM<br />
54
+ ~ FURINA 375 EPOCH (rmvpe) by Mocci24</b><br />
55
  ~ Ganyu 400 epoch (havest) by Mocci24<br />
56
  ~ Hutao 400 epoch (havest) by Mocci24<br />
57
  <b>~ JEAN 400 EPOCH (rmvpe) by Mocci24<br/>
 
93
 
94
  <br />
95
  <br />
96
+ <b>Changes:<br /></b>
 
97
  <br />- Added models Dehya (rmvpe)
98
  <br />- Added models Kirara (rmvpe)</i>
99
  <br />- Added models Nilou (rmvpe)
 
108
  <br />- Added models Lyney (rmvpe)
109
  <br />- Added models Shenhe (rmvpe)
110
  <br />- Added models Wriothesley (rmvpe)
111
+ <br />- Updated models Furina (rmvpe)
112
 
113
 
114
  ----
115
 
116
+ #####
117
+ ----
118
+ Copy to your colab notebook (run this before run/install requirement.txt):
119
+ ```bash
120
+ !apt install git-lfs
121
+ !git lfs install
122
+ !git clone https://huggingface.co/mrmocciai/genshin-impact
123
+ ```
124
+
125
+ and this
126
+ ```bash
127
+
128
+
129
+ !git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
130
+ !mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
131
+ !cp -r /content/genshin-impact/req/* /content/Retrieval-based-Voice-Conversion-WebUI
132
+ !mv /content/genshin-impact/model/* /content/Retrieval-based-Voice-Conversion-WebUI/logs
133
+ !mv /content/Retrieval-based-Voice-Conversion-WebUI/logs/weights/* /content/Retrieval-based-Voice-Conversion-WebUI/weights
134
+ %cd /content/Retrieval-based-Voice-Conversion-WebUI
135
+ !mkdir -p pretrained uvr5_weights
136
+ ```
137
+ <br />
138
 
139
+ ----
140
 
141
 
142