1{
2 "image_generation": {
3 "requirements": {
4 "face_preservation": {
5 "preserve_original": true,
6 "accuracy_level": "100% identical to reference",
7 "details": [
8 "real facial proportions",
9 "exact skin texture",
10 "true eye shape and color",
11 "natural look without makeup"
12 ]
13 },
14 "pose": {
15 "match_reference_pose": true,
16 "description": "Chest-up portrait, face forward with a gentle rightward tilt."
17 },
18 "lighting": {
19 "match_reference_lighting": true,
20 "type": "soft diffused indoor lighting",
21 "direction": "front-left",
22 "shadows": "gentle soft shadows",
23 "background_tone": "neutral with slight bluish tint"
24 }
25 },
26 "subject": {
27 "gender": "male",
28 "age": "child",
29 "hairstyle": {
30 "match_reference": true,
31 "description": "same hairstyle as reference, adapted naturally for a young boy"
32 },
33 "expression": "neutral, slightly curious",
34 "clothing": {
35 "top": "Avengers-style suit top (child version), subtle tech-textured fabric",
36 "accessory": "miniature Avengers emblem on the chest"
37 }
38 },
39 "composition": {
40 "frame": "chest-up portrait",
41 "orientation": "frontal with slight rightward tilt",
42 "style": "hyper-realistic with split real/comic effect"
43 },
44 "special_effects": {
45 "split_effect": {
46 "type": "irregular centered tear",
47 "edges": "white angled torn-paper look",
48 "description": "image looks ripped down the middle"
49 },
50 "realistic_side": {
51 "background": "soft, neutral, bluish environment",
52 "filters": [
53 "soft analog grain",
54 "light vintage texture",
55 "reduced saturation",
56 "subtle film imperfections"
57 ],
58 "overlays": [
59 "small holographic HUD icons (Iron Man–style)",
60 "mini Captain America shield doodle",
61 "tiny Thor hammer sketch",
62 "stylized blue tech sparks"
63 ]
64 },
65 "illustrated_side": {
66 "art_style": "bold comic-style illustration inspired by Marvel",
67 "color_palette": "vibrant, high-contrast superhero palette",
68 "hair": "same color as realistic half but stylized sharply",
69 "eyes": "slightly exaggerated heroic emphasis",
70 "background": "dynamic red-blue comic burst pattern",
71 "decorations": {
72 "elements": [
73 "chibi Iron Man flying",
74 "pixel-style Captain America",
75 "small cartoon lightning bolts",
76 "comic-style 'POW!' and 'WHOOSH!' text bubbles",
77 "floating colorful Avengers symbols"
78 ]
79 }
80 }
81 },
82 "aesthetic": {
83 "overall_tone": "heroic, energetic, lightly vintage",
84 "lighting_consistency": "perfectly matching the reference",
85 "skin_texture_realism": "high",
86 "blending_quality": "smooth transition with crisp tear edge"
87 },
88 "output": {
89 "style": "hyper-realistic + Marvel comic fusion",
90 "quality": "ultra-high-resolution",
91 "filters": [
92 "subtle analog film",
93 "soft grain"
94 ]
95 }
96 }
97}