1{
2 "category": "BALCONY_COFFEE_PLANTS",
3 "identity_lock": {
4 "enabled": true,
5 "priority": "ABSOLUTE_MAX",
6 "instruction": "Preserve exact identity from reference. Adult 21+ only. No beautification or face changes."
7 },
8 "subject": {
9 "demographics": "Adult woman, 21-29 (match reference identity).",
10 "hair": {
11 "color": "Match reference.",
12 "style": "Loose waves or messy bun with tendrils",
13 "texture": "Real strands, flyaways, realistic volume",
14 "movement": "Natural, slight breeze lift"
15 },
16 "face": {
17 "eyes": "Exact reference eyes; soft morning catchlights",
18 "skin_details": "Natural texture, pores visible, gentle morning glow",
19 "micro_details": "Keep reference marks"
20 },
21 "clothing": {
22 "outfit": "Cozy cardigan + simple top (no logos/text)",
23 "fabric": "Knit texture visible, slight pilling allowed"
24 },
25 "accessories": {
26 "jewelry": [
27 "Small silver hoops"
28 ],
29 "props": [
30 "Ceramic mug (unbranded)"
31 ]
32 }
33 },
34 "pose": {
35 "type": "Lifestyle candid",
36 "orientation": "Half-body seated on balcony chair",
37 "head_position": "Slight tilt, chin relaxed",
38 "hands": "Both hands around mug for warmth (hands correct)",
39 "gaze": "Near-direct eye contact",
40 "expression": "Soft smile, relaxed"
41 },
42 "setting": {
43 "environment": "Balcony with potted plants",
44 "background_elements": [
45 "Plant leaves in foreground bokeh",
46 "Soft city background blur (no readable signs)",
47 "Morning haze, gentle atmosphere"
48 ],
49 "depth": "Foreground leaves blurred; face sharp; background soft"
50 },
51 "camera": {
52 "shot_type": "Half-body portrait",
53 "angle": "Slightly above eye level",
54 "focal_length_equivalent": "26mm phone OR 50mm pro",
55 "framing": "4:5, off-center composition",
56 "focus": "Eyes sharp; mug slightly softer"
57 },
58 "lighting": {
59 "source": "Soft morning daylight",
60 "direction": "Front/side diffuse",
61 "highlights": "Natural highlights on eyes and lips",
62 "shadows": "Gentle under-chin shadow"
63 },
64 "mood_and_expression": {
65 "tone": "Cozy, relatable, calm",
66 "atmosphere": "Tactile morning quiet"
67 },
68 "style_and_realism": {
69 "style": "Photoreal IG lifestyle",
70 "imperfections": "Mild grain, slightly imperfect framing"
71 },
72 "technical_details": {
73 "aspect_ratio": "4:5",
74 "resolution": "High",
75 "noise": "Mild",
76 "mode_variants": {
77 "amateur": "Handheld iPhone-candid tilt, slight noise, imperfect composition",
78 "pro": "Cleaner exposure, crisp micro-contrast, shallow DOF"
79 }
80 },
81 "constraints": {
82 "adult_only": true,
83 "single_subject_only": true,
84 "no_text": true,
85 "no_logos": true,
86 "no_watermarks": true
87 },
88 "negative_prompt": [
89 "identity drift",
90 "face morphing",
91 "cgi plants",
92 "plastic skin",
93 "extra fingers",
94 "warped mug",
95 "readable text",
96 "logos",
97 "watermark"
98 ]
99}