MrMocci
commited on
Commit
•
a13cb6a
1
Parent(s):
9f48c9c
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ Minimum 300 Epoch , 40k Sample rate, and 5-20 minutes dataset with battle voice.
|
|
39 |
|
40 |
----
|
41 |
|
42 |
-
# <center> Currently Models (
|
43 |
~ Aether 1000 epoch (havest) by HirumiM<br />
|
44 |
~ Amber 400 epoch (havest) by HirumiM<br />
|
45 |
~ Bannett 400 epoch (havest) by HirumiM<br />
|
@@ -60,7 +60,8 @@ Minimum 300 Epoch , 40k Sample rate, and 5-20 minutes dataset with battle voice.
|
|
60 |
<b>~ KAMISATO AYAKA 400 EPOCH (rmvpe) by Hirumim & Mocci24<br /></b>
|
61 |
~ Kaveh 400 epoch (havest) by HirumiM<br /> <b>(Note: Set speaker/singer id to 4, this case only applies to the Kaveh models, for other models, it's still same.)</b><br />
|
62 |
~ Keqing 400 epoch (havest) by HirumiM<br />
|
63 |
-
<b>~ KIRARA 400 EPOCH (rmvpe) by Mocci24
|
|
|
64 |
~ Layla 400 epoch (havest) by HirumiM<br />
|
65 |
<b>~ LYNETTE 400 EPOCH (rmvpe) by Mocci24<br /></b>
|
66 |
~ Lisa 400 epoch (havest) by Mocci24<br />
|
@@ -101,6 +102,8 @@ Minimum 300 Epoch , 40k Sample rate, and 5-20 minutes dataset with battle voice.
|
|
101 |
<br />- Added models Neuvillette (rmvpe)
|
102 |
<br />- Added models Faruzan (rmvpe)
|
103 |
<br />- Added models Clorinde (rmvpe) <b>"This model still early, dataset for this model still limited, so maybe the training result not good enough"</b><br />
|
|
|
|
|
104 |
|
105 |
----
|
106 |
|
@@ -110,7 +113,7 @@ Copy to your colab notebook (run this before run/install requirement.txt):
|
|
110 |
```bash
|
111 |
!apt install git-lfs
|
112 |
!git lfs install
|
113 |
-
!git clone https://huggingface.co/mocci24/
|
114 |
```
|
115 |
|
116 |
and this
|
@@ -119,8 +122,8 @@ and this
|
|
119 |
|
120 |
!git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
|
121 |
!mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
|
122 |
-
!cp -r /content/
|
123 |
-
!mv /content/
|
124 |
!mv /content/Retrieval-based-Voice-Conversion-WebUI/logs/weights/* /content/Retrieval-based-Voice-Conversion-WebUI/weights
|
125 |
%cd /content/Retrieval-based-Voice-Conversion-WebUI
|
126 |
!mkdir -p pretrained uvr5_weights
|
|
|
39 |
|
40 |
----
|
41 |
|
42 |
+
# <center> Currently Models (44 Total) sort by name <br />
|
43 |
~ Aether 1000 epoch (havest) by HirumiM<br />
|
44 |
~ Amber 400 epoch (havest) by HirumiM<br />
|
45 |
~ Bannett 400 epoch (havest) by HirumiM<br />
|
|
|
60 |
<b>~ KAMISATO AYAKA 400 EPOCH (rmvpe) by Hirumim & Mocci24<br /></b>
|
61 |
~ Kaveh 400 epoch (havest) by HirumiM<br /> <b>(Note: Set speaker/singer id to 4, this case only applies to the Kaveh models, for other models, it's still same.)</b><br />
|
62 |
~ Keqing 400 epoch (havest) by HirumiM<br />
|
63 |
+
<b>~ KIRARA 400 EPOCH (rmvpe) by Mocci24<br />
|
64 |
+
~ KUJO SARA 400 EPOCH (rmvpe) by Mocci24</b><br />
|
65 |
~ Layla 400 epoch (havest) by HirumiM<br />
|
66 |
<b>~ LYNETTE 400 EPOCH (rmvpe) by Mocci24<br /></b>
|
67 |
~ Lisa 400 epoch (havest) by Mocci24<br />
|
|
|
102 |
<br />- Added models Neuvillette (rmvpe)
|
103 |
<br />- Added models Faruzan (rmvpe)
|
104 |
<br />- Added models Clorinde (rmvpe) <b>"This model still early, dataset for this model still limited, so maybe the training result not good enough"</b><br />
|
105 |
+
<br />- Added models Kujo Sara (rmvpe)
|
106 |
+
|
107 |
|
108 |
----
|
109 |
|
|
|
113 |
```bash
|
114 |
!apt install git-lfs
|
115 |
!git lfs install
|
116 |
+
!git clone https://huggingface.co/mocci24/Genshin-impact-models-v2
|
117 |
```
|
118 |
|
119 |
and this
|
|
|
122 |
|
123 |
!git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
|
124 |
!mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
|
125 |
+
!cp -r /content/Genshin-impact-models-v2/req/* /content/Retrieval-based-Voice-Conversion-WebUI
|
126 |
+
!mv /content/Genshin-impact-models-v2/RVC/* /content/Retrieval-based-Voice-Conversion-WebUI/logs
|
127 |
!mv /content/Retrieval-based-Voice-Conversion-WebUI/logs/weights/* /content/Retrieval-based-Voice-Conversion-WebUI/weights
|
128 |
%cd /content/Retrieval-based-Voice-Conversion-WebUI
|
129 |
!mkdir -p pretrained uvr5_weights
|