File size: 2,989 Bytes
c0c8ed0 | 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 | {
"device": "cuda",
"sample_rate": 48000,
"hop_length": 160,
"disable_chunking": false,
"f0_method": "hybrid",
"index_rate": 0.1,
"filter_radius": 1,
"rms_mix_rate": 0.0,
"protect": 0.28,
"hubert_layer": 12,
"use_official_vc": true,
"hubert_path": "assets/hubert/hubert_base.pt",
"rmvpe_path": "assets/rmvpe/rmvpe.pt",
"weights_dir": "assets/weights",
"output_dir": "outputs",
"temp_dir": "temp",
"server": {
"host": "127.0.0.1",
"port": 7860
},
"paths": {
"hubert": "assets/hubert/hubert_base.pt",
"rmvpe": "assets/rmvpe/rmvpe.pt",
"weights": "assets/weights",
"characters": "assets/weights/characters",
"outputs": "outputs",
"temp": "temp"
},
"cover": {
"separator": "roformer",
"karaoke_separation": true,
"karaoke_model": "mel_band_roformer_karaoke_gabox.ckpt",
"karaoke_merge_backing_into_accompaniment": true,
"uvr5_model": "HP2_all_vocals",
"uvr5_agg": 10,
"uvr5_format": "wav",
"use_official": true,
"demucs_model": "htdemucs_ft",
"demucs_shifts": 10,
"demucs_overlap": 0.5,
"demucs_split": true,
"f0_method": "hybrid",
"disable_chunking": false,
"index_rate": 0.70,
"filter_radius": 3,
"rms_mix_rate": 0.0,
"protect": 0.50,
"speaker_id": 0,
"hubert_layer": 12,
"silence_gate": false,
"silence_threshold_db": -50,
"silence_smoothing_ms": 50,
"silence_min_duration_ms": 200,
"default_vocals_volume": 100,
"default_accompaniment_volume": 100,
"default_reverb": 0,
"backing_mix": 0.0,
"rmvpe_threshold": 0.01,
"f0_min": 50,
"f0_max": 1100,
"f0_energy_threshold_db": -50,
"f0_hybrid_mode": "off",
"crepe_pd_threshold": 0.05,
"crepe_force_ratio": 0.0,
"crepe_replace_semitones": 3.0,
"f0_stabilize": false,
"f0_stabilize_window": 2,
"f0_stabilize_max_semitones": 6.0,
"f0_stabilize_octave": true,
"f0_rate_limit": false,
"f0_rate_limit_semitones": 12.0,
"vc_preprocess_mode": "uvr_deecho",
"source_constraint_mode": "on",
"vc_pipeline_mode": "current",
"singing_repair": false,
"reverb_reapply": true,
"reverb_reapply_ratio": 0.8
},
"rmvpe_threshold": 0.02,
"f0_min": 50,
"f0_max": 1100,
"f0_energy_threshold_db": -60,
"f0_hybrid_mode": "off",
"crepe_pd_threshold": 0.1,
"crepe_force_ratio": 0.05,
"crepe_replace_semitones": 0.0,
"f0_stabilize": false,
"f0_stabilize_window": 2,
"f0_stabilize_max_semitones": 4.0,
"f0_stabilize_octave": true,
"f0_rate_limit": false,
"f0_rate_limit_semitones": 8.0
}
|