MomoyamaSawa
commited on
Commit
•
9cfe49c
1
Parent(s):
8840060
Update README.md
Browse files
README.md
CHANGED
@@ -29,26 +29,17 @@ datasets:
|
|
29 |
基于 [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) 项目训练的 [草薙寧々](https://zh.moegirl.org.cn/%E8%8D%89%E8%96%99%E5%AE%81%E5%AE%81) 声音模型
|
30 |
|
31 |
<center>
|
32 |
-
<audio controls>
|
33 |
-
<source src="README.assets/tmpb34bl0o0.mp3" type="audio/mpeg">
|
34 |
-
</audio>
|
35 |
<p>いいんじゃない。最近、一緒に歌ってる人の声に合わせられるようになってきたし</p>
|
36 |
-
<audio controls>
|
37 |
-
<source src="README.assets/tmpmqxkbbgm.mp3" type="audio/mpeg">
|
38 |
-
</audio>
|
39 |
<p>ざーーこ、お兄ちゃんざーーこ!(杂鱼~哥哥是杂鱼❤)</p>
|
40 |
-
<audio controls>
|
41 |
-
<source src="README.assets/tmpo1ftlmcz.mp3" type="audio/mpeg">
|
42 |
-
</audio>
|
43 |
<p>大家好,我是宁宁。我中文还不是很熟练,但是希望大家能喜欢我的声音,喵喵喵!</p>
|
44 |
-
<audio controls>
|
45 |
-
<source src="README.assets/tmp8ouz9kdr.mp3" type="audio/mpeg">
|
46 |
-
</audio>
|
47 |
<p>The sun is shining brightly in the clear blue sky.</p>
|
48 |
</center>
|
49 |
|
50 |
|
51 |
-
|
52 |
可以默认选择 **nene30_e8_s328.pth**,经测试大部分情况下 nene30_e8_s328.pth > nene60_2_e4_s336.pth = nene60_test_e8_s280.pth > nene60_1_e8_s640.pth = nene60_2_e2_s168.pth,但在不同的情况下其他模型可能表现较好,在默认情况下表现不佳时可以切换模型 / 切换参考音频尝试
|
53 |
|
54 |
| SoVITS 模型 | 介绍 | 对应 GPT 模型 |
|
|
|
29 |
基于 [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) 项目训练的 [草薙寧々](https://zh.moegirl.org.cn/%E8%8D%89%E8%96%99%E5%AE%81%E5%AE%81) 声音模型
|
30 |
|
31 |
<center>
|
32 |
+
<audio controls src="./README.assets/tmpb34bl0o0.mp3"></audio>
|
|
|
|
|
33 |
<p>いいんじゃない。最近、一緒に歌ってる人の声に合わせられるようになってきたし</p>
|
34 |
+
<audio controls src="./README.assets/tmpmqxkbbgm.mp3"></audio>
|
|
|
|
|
35 |
<p>ざーーこ、お兄ちゃんざーーこ!(杂鱼~哥哥是杂鱼❤)</p>
|
36 |
+
<audio controls src="./README.assets/tmpo1ftlmcz.mp3"></audio>
|
|
|
|
|
37 |
<p>大家好,我是宁宁。我中文还不是很熟练,但是希望大家能喜欢我的声音,喵喵喵!</p>
|
38 |
+
<audio controls src="./README.assets/tmp8ouz9kdr.mp3"></audio>
|
|
|
|
|
39 |
<p>The sun is shining brightly in the clear blue sky.</p>
|
40 |
</center>
|
41 |
|
42 |
|
|
|
43 |
可以默认选择 **nene30_e8_s328.pth**,经测试大部分情况下 nene30_e8_s328.pth > nene60_2_e4_s336.pth = nene60_test_e8_s280.pth > nene60_1_e8_s640.pth = nene60_2_e2_s168.pth,但在不同的情况下其他模型可能表现较好,在默认情况下表现不佳时可以切换模型 / 切换参考音频尝试
|
44 |
|
45 |
| SoVITS 模型 | 介绍 | 对应 GPT 模型 |
|