{
"simulation_config": {
"global_parameters": {
"aesthetic_style": ["Dreamy Y2K", "Dynamic", "Realistic", "Photorealistic"],
"mood_tone": ["Ethereal", "Moody", "Intimate", "Cozy"],
"color_palette": {
"primary": ["Black", "Gray"],
"accent": ["Silver", "Cool Moonlight Blue"],
"grading": "Desaturated/Soft"
}
},
"entities": [
{
"id": "subject_main",
"type": "human_female",
"input_source": {
"type": "uploaded_image",
"action": "identity_swap_strict"
},
"components": {
"appearance": {
"hair": { "length": "Long", "texture": "Straight" },
"skin": { "texture": "Smooth", "finish": "Flawless/Dewy" },
"makeup": { "style": "Soft Glam", "lips": "Full/Plump with Pink Gloss" },
"nails": { "shape": "Short Square", "color": "Glossy Black" }
},
"wardrobe": {
"top": {
"garment": "Knit Sweater",
"fit": "Oversized/Loose",
"style": "Off-shoulder",
"color": "Black"
},
"bottom": {
"garment": "Sweatpants",
"material": "Cotton",
"waist": "High-waisted",
"color": "Black"
}
},
"pose_kinematics": {
"body_state": "Sitting on floor",
"style": "Elegant",
"head": "Facing mirror",
"eyes": "Direct eye contact",
"left_hand_target": "Floor (support)",
"right_hand_target": "Holding phone (capture)"
},
"expression": "Gentle"
}
},
{
"id": "prop_mirror",
"type": "object",
"components": {
"description": "Big trending mirror",
"placement": "Floor standing",
"visual_property": "Detailed reflections"
}
},
{
"id": "prop_phone",
"type": "object",
"components": {
"model": "iPhone 17 Pro Max",
"finish": "Silver",
"accessory": { "type": "Silicone Case", "color": "Black" },
"state": "Active (taking photo)"
}
},
{
"id": "environment_room",
"type": "location",
"components": {
"type": "Bedroom",
"lighting_physics": {
"ambient": "Low-key, soft shadows",
"directional_source": {
"type": "Moonlight",
"origin": "Window",
"effect": "Ethereal cool glow on subject"
},
"atmosphere": "Rainy mood outside"
}
}
}
],
"composition_logic": {
"camera_angle": "Slightly distant (wide enough for full body)",
"framing": "Mirror Reflection",
"focal_point": "Subject reflection",
"depth_of_field": "Soft background, sharp reflection"
}
}
}