sovits-new / so_vits_svc_fork /default_gui_presets.json
Vexa's picture
Duplicate from pivich/sovits-new
d5d7329
raw
history blame
No virus
2.6 kB
{
"Default VC (GPU, GTX 1060)": {
"silence_threshold": -35.0,
"transpose": 12.0,
"auto_predict_f0": false,
"f0_method": "dio",
"cluster_infer_ratio": 0.0,
"noise_scale": 0.4,
"pad_seconds": 0.1,
"chunk_seconds": 0.5,
"absolute_thresh": true,
"max_chunk_seconds": 40,
"crossfade_seconds": 0.05,
"block_seconds": 0.35,
"additional_infer_before_seconds": 0.15,
"additional_infer_after_seconds": 0.1,
"realtime_algorithm": "1 (Divide constantly)",
"passthrough_original": false,
"use_gpu": true
},
"Default VC (CPU)": {
"silence_threshold": -35.0,
"transpose": 12.0,
"auto_predict_f0": false,
"f0_method": "dio",
"cluster_infer_ratio": 0.0,
"noise_scale": 0.4,
"pad_seconds": 0.1,
"chunk_seconds": 0.5,
"absolute_thresh": true,
"max_chunk_seconds": 40,
"crossfade_seconds": 0.05,
"block_seconds": 1.5,
"additional_infer_before_seconds": 0.01,
"additional_infer_after_seconds": 0.01,
"realtime_algorithm": "1 (Divide constantly)",
"passthrough_original": false,
"use_gpu": false
},
"Default VC (Mobile CPU)": {
"silence_threshold": -35.0,
"transpose": 12.0,
"auto_predict_f0": false,
"f0_method": "dio",
"cluster_infer_ratio": 0.0,
"noise_scale": 0.4,
"pad_seconds": 0.1,
"chunk_seconds": 0.5,
"absolute_thresh": true,
"max_chunk_seconds": 40,
"crossfade_seconds": 0.05,
"block_seconds": 2.5,
"additional_infer_before_seconds": 0.01,
"additional_infer_after_seconds": 0.01,
"realtime_algorithm": "1 (Divide constantly)",
"passthrough_original": false,
"use_gpu": false
},
"Default VC (Crooning)": {
"silence_threshold": -35.0,
"transpose": 12.0,
"auto_predict_f0": false,
"f0_method": "dio",
"cluster_infer_ratio": 0.0,
"noise_scale": 0.4,
"pad_seconds": 0.1,
"chunk_seconds": 0.5,
"absolute_thresh": true,
"max_chunk_seconds": 40,
"crossfade_seconds": 0.04,
"block_seconds": 0.15,
"additional_infer_before_seconds": 0.05,
"additional_infer_after_seconds": 0.05,
"realtime_algorithm": "1 (Divide constantly)",
"passthrough_original": false,
"use_gpu": true
},
"Default File": {
"silence_threshold": -35.0,
"transpose": 0.0,
"auto_predict_f0": true,
"f0_method": "crepe",
"cluster_infer_ratio": 0.0,
"noise_scale": 0.4,
"pad_seconds": 0.1,
"chunk_seconds": 0.5,
"absolute_thresh": true,
"max_chunk_seconds": 40,
"auto_play": true,
"passthrough_original": false
}
}