TachibanaKimika commited on
Commit
b94212a
1 Parent(s): c0fed7d

upload kageaki model

Browse files
README.md CHANGED
@@ -5,21 +5,23 @@ license: mit
5
 
6
  # so-vits-svc-4.0-models
7
 
 
 
 
8
  由[so-vits-svc-4.0](https://github.com/svc-develop-team/so-vits-svc/tree/4.0)训练的模型 **不是v2**
9
 
10
  <!-- - [ick(星乃一歌)](https://pjsekai.sega.jp/character/unite01/ichika/index.html) - 约1500条语音 [source](https://pjsek.ai/assets/ondemand/sound/card_scenario/voice)(脏数据集)
11
  - [saki(天馬咲希)](https://pjsekai.sega.jp/character/unite01/saki/index.html) - 约1500条语音 [source](https://pjsek.ai/assets/ondemand/sound/card_scenario/voice)(脏数据集) -->
12
- - [sora(一ノ瀬空)](https://bgm.tv/character/27602) - 约3.5k条语音, 包含hs语音
13
- - [riri(鹿島理々)](https://bgm.tv/character/76764) - 约5k条语音, 包含hs语音
14
  - ![220ep](./assets/riri_220epoch.png)
15
- - [hibiki(小日向響)](https://bgm.tv/character/76763) - 约7k条语音, 包含hs的语音
16
  - ![100ep](./assets/hibiki_100epoch.png)
17
  - [aisa(彩瀬逢桜)](https://bgm.tv/character/97677) - 约3k条语音, 包含hs
18
  - ![120ep](./assets/aisa_120epoch.png)
19
  - [kiriha(月見坂桐葉)](https://bgm.tv/character/97678) - 约3k条语音, 包含hs
20
  - ![100ep](./assets/kiriha_100epoch.png)
21
- - [tubaki(朱雀院椿)](https://bgm.tv/character/56209) - 约6k条语言(本篇 & fd * 2), 包含hs
22
  - ![300ep](./assets/tubaki_300epoch.png)
23
-
24
-
25
- 模型命名遵循`G_${name}_${Epoch}epoch.pth`.
 
5
 
6
  # so-vits-svc-4.0-models
7
 
8
+ 模型命名遵循`G_${name}_${Epoch}epoch.pth`.
9
+
10
+
11
  由[so-vits-svc-4.0](https://github.com/svc-develop-team/so-vits-svc/tree/4.0)训练的模型 **不是v2**
12
 
13
  <!-- - [ick(星乃一歌)](https://pjsekai.sega.jp/character/unite01/ichika/index.html) - 约1500条语音 [source](https://pjsek.ai/assets/ondemand/sound/card_scenario/voice)(脏数据集)
14
  - [saki(天馬咲希)](https://pjsekai.sega.jp/character/unite01/saki/index.html) - 约1500条语音 [source](https://pjsek.ai/assets/ondemand/sound/card_scenario/voice)(脏数据集) -->
15
+ - [sora(一ノ瀬空)](https://bgm.tv/character/27602) - 约3.5k条语音, 包含hs
16
+ - [riri(鹿島理々)](https://bgm.tv/character/76764) - 约5k条语音, 包含hs
17
  - ![220ep](./assets/riri_220epoch.png)
18
+ - [hibiki(小日向響)](https://bgm.tv/character/76763) - 约7k条语音, 包含hs
19
  - ![100ep](./assets/hibiki_100epoch.png)
20
  - [aisa(彩瀬逢桜)](https://bgm.tv/character/97677) - 约3k条语音, 包含hs
21
  - ![120ep](./assets/aisa_120epoch.png)
22
  - [kiriha(月見坂桐葉)](https://bgm.tv/character/97678) - 约3k条语音, 包含hs
23
  - ![100ep](./assets/kiriha_100epoch.png)
24
+ - [tubaki(朱雀院椿)](https://bgm.tv/character/56209) - 约6k条语言, 包含hs
25
  - ![300ep](./assets/tubaki_300epoch.png)
26
+ - [kageaki(凑斗景明)](https://bgm.tv/character/20955)(WIP) - 约6.5k条语言
27
+ - ![50ep](assets/kageaki_50epoch.png)
 
assets/kageaki_50epoch.png ADDED
kageaki/G_kageaki_50.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84acdf677d8c25a8bbe22cb8890470ae70bb4ab1a6d5b476c40538d8d6074f9a
3
+ size 542789405
kageaki/config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 1000,
5
+ "seed": 1234,
6
+ "epochs": 20,
7
+ "learning_rate": 0.0001,
8
+ "betas": [
9
+ 0.8,
10
+ 0.99
11
+ ],
12
+ "eps": 1e-09,
13
+ "batch_size": 6,
14
+ "fp16_run": false,
15
+ "lr_decay": 0.999875,
16
+ "segment_size": 10240,
17
+ "init_lr_ratio": 1,
18
+ "warmup_epochs": 0,
19
+ "c_mel": 45,
20
+ "c_kl": 1.0,
21
+ "use_sr": true,
22
+ "max_speclen": 512,
23
+ "port": "8001",
24
+ "keep_ckpts": 3
25
+ },
26
+ "data": {
27
+ "training_files": "filelists/train.txt",
28
+ "validation_files": "filelists/val.txt",
29
+ "max_wav_value": 32768.0,
30
+ "sampling_rate": 44100,
31
+ "filter_length": 2048,
32
+ "hop_length": 512,
33
+ "win_length": 2048,
34
+ "n_mel_channels": 80,
35
+ "mel_fmin": 0.0,
36
+ "mel_fmax": 22050
37
+ },
38
+ "model": {
39
+ "inter_channels": 192,
40
+ "hidden_channels": 192,
41
+ "filter_channels": 768,
42
+ "n_heads": 2,
43
+ "n_layers": 6,
44
+ "kernel_size": 3,
45
+ "p_dropout": 0.1,
46
+ "resblock": "1",
47
+ "resblock_kernel_sizes": [
48
+ 3,
49
+ 7,
50
+ 11
51
+ ],
52
+ "resblock_dilation_sizes": [
53
+ [
54
+ 1,
55
+ 3,
56
+ 5
57
+ ],
58
+ [
59
+ 1,
60
+ 3,
61
+ 5
62
+ ],
63
+ [
64
+ 1,
65
+ 3,
66
+ 5
67
+ ]
68
+ ],
69
+ "upsample_rates": [
70
+ 8,
71
+ 8,
72
+ 2,
73
+ 2,
74
+ 2
75
+ ],
76
+ "upsample_initial_channel": 512,
77
+ "upsample_kernel_sizes": [
78
+ 16,
79
+ 16,
80
+ 4,
81
+ 4,
82
+ 4
83
+ ],
84
+ "n_layers_q": 3,
85
+ "use_spectral_norm": false,
86
+ "gin_channels": 256,
87
+ "ssl_dim": 256,
88
+ "n_speakers": 200
89
+ },
90
+ "spk": {
91
+ "kageaki": 0
92
+ }
93
+ }