mason369 commited on
Commit
c0c8ed0
·
verified ·
1 Parent(s): 84afb80

Upload configs/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/config.json +94 -0
configs/config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "sample_rate": 48000,
4
+ "hop_length": 160,
5
+ "disable_chunking": false,
6
+ "f0_method": "hybrid",
7
+ "index_rate": 0.1,
8
+ "filter_radius": 1,
9
+ "rms_mix_rate": 0.0,
10
+ "protect": 0.28,
11
+ "hubert_layer": 12,
12
+ "use_official_vc": true,
13
+ "hubert_path": "assets/hubert/hubert_base.pt",
14
+ "rmvpe_path": "assets/rmvpe/rmvpe.pt",
15
+ "weights_dir": "assets/weights",
16
+ "output_dir": "outputs",
17
+ "temp_dir": "temp",
18
+ "server": {
19
+ "host": "127.0.0.1",
20
+ "port": 7860
21
+ },
22
+ "paths": {
23
+ "hubert": "assets/hubert/hubert_base.pt",
24
+ "rmvpe": "assets/rmvpe/rmvpe.pt",
25
+ "weights": "assets/weights",
26
+ "characters": "assets/weights/characters",
27
+ "outputs": "outputs",
28
+ "temp": "temp"
29
+ },
30
+ "cover": {
31
+ "separator": "roformer",
32
+ "karaoke_separation": true,
33
+ "karaoke_model": "mel_band_roformer_karaoke_gabox.ckpt",
34
+ "karaoke_merge_backing_into_accompaniment": true,
35
+ "uvr5_model": "HP2_all_vocals",
36
+ "uvr5_agg": 10,
37
+ "uvr5_format": "wav",
38
+ "use_official": true,
39
+ "demucs_model": "htdemucs_ft",
40
+ "demucs_shifts": 10,
41
+ "demucs_overlap": 0.5,
42
+ "demucs_split": true,
43
+ "f0_method": "hybrid",
44
+ "disable_chunking": false,
45
+ "index_rate": 0.70,
46
+ "filter_radius": 3,
47
+ "rms_mix_rate": 0.0,
48
+ "protect": 0.50,
49
+ "speaker_id": 0,
50
+ "hubert_layer": 12,
51
+ "silence_gate": false,
52
+ "silence_threshold_db": -50,
53
+ "silence_smoothing_ms": 50,
54
+ "silence_min_duration_ms": 200,
55
+ "default_vocals_volume": 100,
56
+ "default_accompaniment_volume": 100,
57
+ "default_reverb": 0,
58
+ "backing_mix": 0.0,
59
+ "rmvpe_threshold": 0.01,
60
+ "f0_min": 50,
61
+ "f0_max": 1100,
62
+ "f0_energy_threshold_db": -50,
63
+ "f0_hybrid_mode": "off",
64
+ "crepe_pd_threshold": 0.05,
65
+ "crepe_force_ratio": 0.0,
66
+ "crepe_replace_semitones": 3.0,
67
+ "f0_stabilize": false,
68
+ "f0_stabilize_window": 2,
69
+ "f0_stabilize_max_semitones": 6.0,
70
+ "f0_stabilize_octave": true,
71
+ "f0_rate_limit": false,
72
+ "f0_rate_limit_semitones": 12.0,
73
+ "vc_preprocess_mode": "uvr_deecho",
74
+ "source_constraint_mode": "on",
75
+ "vc_pipeline_mode": "current",
76
+ "singing_repair": false,
77
+ "reverb_reapply": true,
78
+ "reverb_reapply_ratio": 0.8
79
+ },
80
+ "rmvpe_threshold": 0.02,
81
+ "f0_min": 50,
82
+ "f0_max": 1100,
83
+ "f0_energy_threshold_db": -60,
84
+ "f0_hybrid_mode": "off",
85
+ "crepe_pd_threshold": 0.1,
86
+ "crepe_force_ratio": 0.05,
87
+ "crepe_replace_semitones": 0.0,
88
+ "f0_stabilize": false,
89
+ "f0_stabilize_window": 2,
90
+ "f0_stabilize_max_semitones": 4.0,
91
+ "f0_stabilize_octave": true,
92
+ "f0_rate_limit": false,
93
+ "f0_rate_limit_semitones": 8.0
94
+ }