mthsk commited on
Commit
4042523
·
1 Parent(s): 1dc45c6
app.py CHANGED
@@ -79,10 +79,7 @@ if __name__ == '__main__':
79
  hubert_model = utils.get_hubert_model().to(args.device)
80
  models = []
81
  others = {
82
- "rudolf": "https://huggingface.co/spaces/sayashi/sovits-rudolf",
83
- "teio": "https://huggingface.co/spaces/sayashi/sovits-teio",
84
- "goldship": "https://huggingface.co/spaces/sayashi/sovits-goldship",
85
- "tannhauser": "https://huggingface.co/spaces/sayashi/sovits-tannhauser"
86
  }
87
  voices = []
88
  tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
@@ -97,10 +94,8 @@ if __name__ == '__main__':
97
  gr.Markdown(
98
  "# <center> Sovits Models\n"
99
  "## <center> The input audio should be clean and pure voice without background music.\n"
100
- "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=sayashi.Sovits-Umamusume)\n\n"
101
- "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1wfsBbMzmtLflOJeqc5ZnJiLY7L239hJW?usp=share_link)\n\n"
102
- "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/sayashi/sovits-models?duplicate=true)\n\n"
103
- "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/svc-develop-team/so-vits-svc)"
104
 
105
  )
106
  with gr.Tabs():
 
79
  hubert_model = utils.get_hubert_model().to(args.device)
80
  models = []
81
  others = {
82
+ "invoker": "https://huggingface.co/spaces/sayashi/sovits-models"
 
 
 
83
  }
84
  voices = []
85
  tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
 
94
  gr.Markdown(
95
  "# <center> Sovits Models\n"
96
  "## <center> The input audio should be clean and pure voice without background music.\n"
97
+ "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=mthsk.sovits-models)\n\n"
98
+ "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/svc-develop-team/so-vits-svc)\n\n"
 
 
99
 
100
  )
101
  with gr.Tabs():
models/alice/alice.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d1bef76e26beeadcae5f716cc0b60abb2aac4aae1316cac709cc439726cf533
3
- size 180883747
 
 
 
 
models/alice/cover.png DELETED
Binary file (743 kB)
 
models/{alice → yuki}/config.json RENAMED
@@ -1,93 +1,93 @@
1
- {
2
- "train": {
3
- "log_interval": 200,
4
- "eval_interval": 800,
5
- "seed": 1234,
6
- "epochs": 10000,
7
- "learning_rate": 0.0001,
8
- "betas": [
9
- 0.8,
10
- 0.99
11
- ],
12
- "eps": 1e-09,
13
- "batch_size": 32,
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": 99
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
- "alice": 0
92
- }
93
  }
 
1
+ {
2
+ "train": {
3
+ "log_interval": 200,
4
+ "eval_interval": 800,
5
+ "seed": 1234,
6
+ "epochs": 10000,
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/44k/train.txt",
28
+ "validation_files": "filelists/44k/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
+ "yukioj": 0
92
+ }
93
  }
models/yuki/yuki.png ADDED