Vitor Pereira :
{
"job_type": "upscale_enhance",
"input_image": "{{input_filename}}",
"output": {
"format": "PNG",
"color_profile": "sRGB",
"scale": "4x"
},
"upscale": {
"method": "AI_Ultra",
"scale_factor": 4,
"tile_size": 512,
"overlap": 64,
"two_pass": true,
"passes": [
{ "scale": "2x", "denoise": 0.38 },
{ "scale": "2x", "denoise": 0.30 }
]
},
"subject_detection": {
"auto_detect": true,
"detect_skin": true,
"detect_face": true,
"detect_hair": true,
"detect_fabric": true,
"detect_accessories": true,
"detect_background": true,
"adaptive_enhancement_per_region": true
},
"skin": {
"enable": true,
"pore_detail": 1.0,
"micro_texture": 1.0,
"smooth_skin": false,
"beauty_mode": false,
"texture_preservation": 1.0,
"subsurface_scattering": 0.75,
"natural_imperfections": true,
"tone_adaptive": true
},
"face": {
"enable": true,
"enhancement_strength": 0.85,
"eye_clarity": 0.90,
"lip_detail": 0.85,
"hair_boundary_precision": 1.0,
"preserve_identity": true,
"eyebrow_detail": 0.90,
"eyelash_detail": 0.95
},
"hair": {
"enable": true,
"strand_detail": 1.0,
"flyaway_recovery": true,
"shine_preservation": 0.80,
"wave_structure": true,
"color_depth": 0.90,
"texture_type": "auto_detect",
"types_supported": ["straight", "wavy", "curly", "coily", "short", "long", "braided", "tied"]
},
"fabric": {
"enable": true,
"fiber_detail": 1.0,
"texture_type": "auto_detect",
"types_supported": [
"cotton", "silk", "denim", "leather", "knit", "stretch_knit",
"lace", "chiffon", "wool", "synthetic", "velvet", "linen"
],
"color_accuracy": "auto",
"seam_definition": 0.90,
"hardware_detail": 1.0,
"wrinkle_preservation": 0.75,
"pattern_preservation": 1.0,
"embroidery_detail": 0.95,
"print_clarity": 1.0
},
"accessories": {
"enable": true,
"jewelry_detail": 1.0,
"metal_reflection": 0.90,
"glass_clarity": 0.95,
"bag_texture": 1.0,
"shoe_detail": 1.0,
"auto_detect_type": true
},
2026-04-13 05:15:04