Deep-Live-Cam/performance_config.json

46 lines
1.3 KiB
JSON
Raw Normal View History

{
"performance_modes": {
"fast": {
"quality_level": 0.6,
"face_detection_interval": 0.2,
"target_fps": 30,
"frame_skip": 2,
"enable_caching": true,
"processing_resolution_scale": 0.7,
"description": "Optimized for maximum FPS with acceptable quality"
},
"balanced": {
"quality_level": 0.85,
"face_detection_interval": 0.1,
"target_fps": 25,
"frame_skip": 1,
"enable_caching": true,
"processing_resolution_scale": 0.85,
"description": "Balance between quality and performance"
},
"quality": {
"quality_level": 1.0,
"face_detection_interval": 0.05,
"target_fps": 20,
"frame_skip": 1,
"enable_caching": false,
"processing_resolution_scale": 1.0,
"description": "Maximum quality with slower processing"
}
},
"advanced_settings": {
"color_matching_strength": 0.7,
"edge_smoothing_enabled": true,
"adaptive_quality_enabled": true,
"gpu_memory_optimization": true,
"face_cache_size": 10,
"frame_buffer_size": 3
},
"quality_enhancements": {
"enable_color_correction": true,
"enable_edge_smoothing": true,
"enable_advanced_blending": true,
"skin_tone_matching": true,
"lighting_adaptation": true
}
}