STRUCTURED

Hyper-Realistic Marvel Comic Fusion Image Generation

Contributed by senoldak

Improved by Laravel Company · 2026-09-07

Improved prompt:

{
"image_generation": {
"requirements": {
"identity_preservation": {
"strict_matching": true,
"accuracy_criteria": {
"portrait_fidelity": "100% identical facial structure and features to reference",
"skin_texture": "exact replication of original skin surface and tone",
"eye_details": "precise duplication of eye shape, color, and iris texture",
"expression": "faithful reproduction of neutral, slightly curious expression"
},
"realism_level": "hyper-realistic preservation of original facial details"
},
"pose_fidelity": {
"match_reference_pose": "strict adherence",
"pose_description": "Chest-up portrait with the subject's head tilted gently to the right",
"pose_elements": [
"upright posture",
"shoulders relaxed",
"face turned front-right at a 45° angle",
"chest forward and slightly expanded"
]
},
"lighting_matching": {
"strict_matching": true,
"lighting_characteristics": {
"type": "soft, diffused, indoor lighting",
"direction": "front-left, 30° angle",
"shadow_type": "gentle, soft shadows with minimal contrast",
"background_tone": "neutral gray with a slight bluish cyan tint",
"ambient_environment": "well-lit, controlled studio-like setting"
}
}
},

"subject_characteristics": {
"gender": "male child",
"age_range": "8-10 years old",
"hairstyle": {
"strict_matching": true,
"description": "same hairstyle as reference, adapted for a young boy with natural styling",
"hair_color": "match reference color exactly",
"hair_length": "short, child-appropriate length",
"hair_style": "same parting, same overall shape as original, with natural childlike styling"
},
"expression": "neutral, slightly curious, engaged but not overly expressive",
"clothing": {
"top": {
"description": "Avengers-style suit top (child version)",
"material": "subtle tech-textured fabric with iridescent sheen",
"details": "slightly oversized for a child's fit, with adjustable cuffs"
},
"accessory": "miniature Avengers emblem patch on the chest, outlined in white"
}
},

"composition_specification": {
"frame_crop": "chest-up portrait, cropped at the shoulders",
"camera_angle": "frontal with a 45° rightward tilt",
"style_mix": "hyper-realistic portrait with a split, comic-inspired effect",
"aspect_ratio": "1:1 square format"
},

"split_effect_specifications": {
"type": "irregular, centered tear effect",
"effect_details": {
"edge_type": "white, angled, torn-paper look",
"tear_orientation": "vertically centered, following the subject's head tilt",
"tear_width": "variable, wider at the bottom",
"tear_edges": "irregular, with small white paper fragments"
},

"realistic_side": {
"background": "soft, neutral, bluish environment with a slight gradient",
"filters": [
"soft analog grain with a 10% prevalence",
"light, subtle vintage texture",
"reduced saturation by 15%",
"subtle film imperfections including dust and hair"
],
"overlays": [
"small, semi-transparent holographic HUD icons (Iron Man–style)",
"mini Captain America shield doodle in the background",
"tiny Thor hammer sketch in the upper corner",
"stylized blue tech sparks near the subject's hands"
]
},

"illustrated_side": {
"art_style": "bold, dynamic comic-style illustration inspired by Marvel's cinematic universe",
"color_palette": "vibrant, high-contrast superhero palette with increased saturation by 20%",
"hair_stylization": "same color as realistic half but stylized with sharp, bold lines",
"eye_stylization": "slightly exaggerated heroic emphasis with increased iris size",
"background_pattern": "dynamic red-blue comic burst pattern with a gradient effect",
"decorative_elements": {
"elements": [
"chibi Iron Man flying across the top right corner",
"pixel-style Captain America shield in the lower left",
"small, bold cartoon lightning bolts",
"comic-style 'POW!' and 'WHOOSH!' text bubbles with dynamic motion lines",
"floating colorful Avengers symbols with a glowing outline"
]
}
}
},

"aesthetic_specification": {
"overall_tone": "heroic, energetic, lightly vintage with a modern cinematic flair",
"lighting_consistency": "perfectly matching the reference lighting in terms of direction, contrast, and color temperature",
"skin_texture_realism": "high, with a slight enhancement of original skin details",
"blending_quality": "smooth, seamless transition with a crisp, defined tear edge"
},

"output_technical_details": {
"style_mix": "hyper-realistic + Marvel cinematic comic fusion with a 50/50 split",
"quality_resolution": "ultra-high-resolution, 8K output",
"filters": [
"subtle, fine analog film grain with a 10% prevalence",
"soft, natural grain"
]
}
}
}

Original prompt (before our improvements)

{ "image_generation": { "requirements": { "face_preservation": { "preserve_original": true, "accuracy_level": "100% identical to reference", "details": [ "real facial proportions", "exact skin texture", "true eye shape and color", "natural look without makeup" ] }, "pose": { "match_reference_pose": true, "description": "Chest-up portrait, face forward with a gentle rightward tilt." }, "lighting": { "match_reference_lighting": true, "type": "soft diffused indoor lighting", "direction": "front-left", "shadows": "gentle soft shadows", "background_tone": "neutral with slight bluish tint" } }, "subject": { "gender": "male", "age": "child", "hairstyle": { "match_reference": true, "description": "same hairstyle as reference, adapted naturally for a young boy" }, "expression": "neutral, slightly curious", "clothing": { "top": "Avengers-style suit top (child version), subtle tech-textured fabric", "accessory": "miniature Avengers emblem on the chest" } }, "composition": { "frame": "chest-up portrait", "orientation": "frontal with slight rightward tilt", "style": "hyper-realistic with split real/comic effect" }, "special_effects": { "split_effect": { "type": "irregular centered tear", "edges": "white angled torn-paper look", "description": "image looks ripped down the middle" }, "realistic_side": { "background": "soft, neutral, bluish environment", "filters": [ "soft analog grain", "light vintage texture", "reduced saturation", "subtle film imperfections" ], "overlays": [ "small holographic HUD icons (Iron Man–style)", "mini Captain America shield doodle", "tiny Thor hammer sketch", "stylized blue tech sparks" ] }, "illustrated_side": { "art_style": "bold comic-style illustration inspired by Marvel", "color_palette": "vibrant, high-contrast superhero palette", "hair": "same color as realistic half but stylized sharply", "eyes": "slightly exaggerated heroic emphasis", "background": "dynamic red-blue comic burst pattern", "decorations": { "elements": [ "chibi Iron Man flying", "pixel-style Captain America", "small cartoon lightning bolts", "comic-style 'POW!' and 'WHOOSH!' text bubbles", "floating colorful Avengers symbols" ] } } }, "aesthetic": { "overall_tone": "heroic, energetic, lightly vintage", "lighting_consistency": "perfectly matching the reference", "skin_texture_realism": "high", "blending_quality": "smooth transition with crisp tear edge" }, "output": { "style": "hyper-realistic + Marvel comic fusion", "quality": "ultra-high-resolution", "filters": [ "subtle analog film", "soft grain" ] } } }