-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvits_config_no_harmony.json
160 lines (160 loc) · 4.4 KB
/
vits_config_no_harmony.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"file": {
"input": "d:/CloudMusic/鈴華優子 - 永世のクレイドル.flac",
"output": "Z:/鈴華優子 - 永世のクレイドル.flac"
},
"sys": {
"work_dir": "Z:/vits_pipeline_workdir",
"intermediate_file_ext": ".wav",
"mp3_output_bitrate": 320
},
"vits": {
"src_dir": "F:/so-vits-svc_2.3.15",
"profile": {
"default": {
"model_path": "logs/44k/G_466000.pth",
"config_path": "logs/44k/config.json",
"clip": 0,
"trans": [0],
"auto_predict_f0": false,
"cluster_model_path": "logs/44k/feature_and_index.pkl",
"cluster_infer_ratio": 0.5,
"linear_gradient": 0,
"f0_predictor": "rmvpe",
"enhance": false,
"shallow_diffusion": true,
"use_spk_mix": false,
"loudness_envelope_adjustment": 1.0,
"feature_retrieval": true,
"diffusion_model_path": "logs/44k/diffusion/model_460000.pt",
"diffusion_config_path": "logs/44k/diffusion/config.yaml",
"k_step": 50,
"second_encoding": true,
"only_diffusion": false,
"slice_db": -30,
"device": null,
"noice_scale": 0.4,
"pad_seconds": 0.5,
"linear_gradient_retain": 0.75,
"enhancer_adaptive_key": 0,
"f0_filter_threshold": 0.03
},
"shd_crepe": {
"model_path": "logs/44k/G_466000.pth",
"config_path": "logs/44k/config.json",
"clip": 0,
"trans": [0],
"auto_predict_f0": false,
"cluster_model_path": "logs/44k/feature_and_index.pkl",
"cluster_infer_ratio": 0.5,
"linear_gradient": 0,
"f0_predictor": "crepe",
"enhance": false,
"shallow_diffusion": true,
"use_spk_mix": false,
"loudness_envelope_adjustment": 1.0,
"feature_retrieval": true,
"diffusion_model_path": "logs/44k/diffusion/model_460000.pt",
"diffusion_config_path": "logs/44k/diffusion/config.yaml",
"k_step": 50,
"second_encoding": true,
"only_diffusion": false,
"slice_db": -30,
"device": null,
"noice_scale": 0.4,
"pad_seconds": 0.5,
"linear_gradient_retain": 0.75,
"enhancer_adaptive_key": 0,
"f0_filter_threshold": 0.03
},
"no_shd": {
"model_path": "logs/44k/G_466000.pth",
"config_path": "logs/44k/config.json",
"clip": 0,
"trans": [0],
"auto_predict_f0": false,
"cluster_model_path": "logs/44k/feature_and_index.pkl",
"cluster_infer_ratio": 0.5,
"linear_gradient": 0,
"f0_predictor": "rmvpe",
"enhance": false,
"shallow_diffusion": false,
"use_spk_mix": false,
"loudness_envelope_adjustment": 1.0,
"feature_retrieval": true,
"diffusion_model_path": null,
"diffusion_config_path": null,
"k_step": 50,
"second_encoding": false,
"only_diffusion": false,
"slice_db": -30,
"device": null,
"noice_scale": 0.4,
"pad_seconds": 0.5,
"linear_gradient_retain": 0.75,
"enhancer_adaptive_key": 0,
"f0_filter_threshold": 0.03
}
}
},
"down_mix": {
"separate_process": true,
"vocal": [
{
"id": "vocal_de_echo",
"spk_list": {
"banbenzhenling": [
{
"channel": ["L", "R"],
"weight": 1,
"delay": 0
}
]
}
}
],
"inst": [
{
"id": "inst_direct",
"weight": 1
}
]
},
"ffmpeg": {
"ffmpeg_path": null,
"ffprobe_path": null
},
"uvr": {
"enable": true,
"api_url": "http://localhost:8090/",
"pipeline": [
{
"input_id": ["input"],
"output_id": [
{
"Vocals": "vocal",
"Instrumental": "inst_direct"
}
],
"config_source": "file",
"config_file": "uvr_config/uvr_config_mdx23c.json"
},
{
"input_id": ["vocal"],
"output_id": [
{
"Instrumental": "vocal_remove_harmony"
}
],
"config_source": "file",
"config_file": "uvr_config/uvr_config_harmony.json"
},
{
"input_id": ["vocal_remove_harmony"],
"output_id": ["vocal_de_echo"],
"config_source": "file",
"config_file": "uvr_config/uvr_config_deecho.json"
}
]
}
}