Upload inference-presets.json with huggingface_hub
Browse files- inference-presets.json +20 -0
inference-presets.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"presets": [
|
| 3 |
+
{
|
| 4 |
+
"name": "Default Preset",
|
| 5 |
+
"model": "",
|
| 6 |
+
"transpose": 0,
|
| 7 |
+
"audio_file": "",
|
| 8 |
+
"f0_method": "pm",
|
| 9 |
+
"crepe_hop_length": 160,
|
| 10 |
+
"median_filtering": 3,
|
| 11 |
+
"feature_path": "",
|
| 12 |
+
"auto_feature_path": "",
|
| 13 |
+
"search_feature_ratio": 0.88,
|
| 14 |
+
"resample": 0,
|
| 15 |
+
"volume_envelope": 1,
|
| 16 |
+
"protect_voiceless": 0.33,
|
| 17 |
+
"f0_file_path": ""
|
| 18 |
+
}
|
| 19 |
+
]
|
| 20 |
+
}
|