Create model_config.json
Browse files- model_config.json +18 -0
model_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_settings": {
|
| 3 |
+
"base_resolution": 2048,
|
| 4 |
+
"max_frames": 900,
|
| 5 |
+
"fps": 60,
|
| 6 |
+
"quality_preset": "ultra"
|
| 7 |
+
},
|
| 8 |
+
"generation_settings": {
|
| 9 |
+
"movement_intensity": 0.95,
|
| 10 |
+
"flow_smoothness": 0.9,
|
| 11 |
+
"transition_quality": 0.95
|
| 12 |
+
},
|
| 13 |
+
"enhancement_settings": {
|
| 14 |
+
"sharpness_boost": 1.2,
|
| 15 |
+
"color_enhancement": 1.1,
|
| 16 |
+
"motion_smoothing": true
|
| 17 |
+
}
|
| 18 |
+
}
|