generated from dellevin/template
11111
This commit is contained in:
27
flask-dev-api/config/uvr_sep_config.json
Normal file
27
flask-dev-api/config/uvr_sep_config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"uvr_project_path": "E:\\AI\\ultimatevocalremovergui",
|
||||
"model_dir_mode": "absolute",
|
||||
"demucs_model_dir": "uvr5-model\\demucs_model",
|
||||
"vr_model_dir": "E:\\AI\\uvr5-model\\vr-arc",
|
||||
"mdx_model_dir": "E:\\AI\\uvr5-model\\mdx-net",
|
||||
"arch_type": "Demucs",
|
||||
"save_format": "wav",
|
||||
"wav_type": "PCM_16",
|
||||
"mp3_bitrate": "320k",
|
||||
"is_gpu": true,
|
||||
"device_set": "Default",
|
||||
"is_normalization": false,
|
||||
"is_primary_stem_only": false,
|
||||
"is_secondary_stem_only": false,
|
||||
"demucs_stems": "Vocals",
|
||||
"demucs_segment": "Default",
|
||||
"mdx_segment_size": "Default",
|
||||
"mdx_overlap": 0.25,
|
||||
"mdx_batch_size": 1,
|
||||
"vr_window_size": 1024,
|
||||
"vr_aggression": 5,
|
||||
"vr_batch_size": 4,
|
||||
"demucs_selected_model": "",
|
||||
"mdx_selected_model": "",
|
||||
"vr_selected_model": ""
|
||||
}
|
||||
Reference in New Issue
Block a user