Generates structured JSON analysis of an outdoor staircase photo.
{
"environment": {
"type": "outdoor",
"location": "staircase",
"setting": "garden_or_park_entrance",
"time_of_day": "mid_day",
"weather": "sunny"
},
"camera": {
"lens": "portrait_lens",
"focal_length_estimate": "50mm_to_85mm",
"angle": "eye_level",
"framing": "medium_shot",
"focus": "sharp_on_subject"
},
"lighting": {
"general_condition": "bright_natural_light",
"sources": [
{
"type": "sun",
"angle": "overhead_left",
"color": "warm_white",
"intensity": "high",
"effect_on_objects": "creates_sharp_shadows_on_stairs_and_white_walls"
}
]
},
"subject": {
"identity": "unknown_young_female",
"orientation": {
"body_facing": "front",
"face_facing": "front",
"gaze": "direct_to_camera"
},
"emotional_state": {
"expression": "confident",
"mood": "calm",
"allure_level": "moderate_to_high"
},
"pose": {
"general": "standing_on_stairs",
"posture": "upright_slightly_arched",
"limbs": {
"feet": "standing_on_steps_one_slightly_lower",
"hands": {
"left_hand": "extended_holding_railing",
"right_hand": "down_holding_handbag"
}
},
"visibility": "knee_up"
},
"head_details": {
"structure": "oval",
"hair": {
"color": "blonde_with_dark_roots",
"style": "long_loose_waves",
"parting": "center",
"texture": "silky"
},
"face": {
"forehead": "smooth_partially_covered_by_hair_strands",
"brows": "arched_groomed_brown",
"eyes": {
"color": "blue_green",
"shape": "almond",
"makeup": "mascara_eyeliner"
},
"nose": "straight_slim",
"lips": {
"shape": "full",
"color": "pink_glossy",
"expression": "slight_smile"
},
"jawline": "defined",
"cheeks": "blushed"
}
},
"body_details": {
"skin_tone": "tanned",
"neck": "slender_visible",
"shoulders": "covered_by_jacket",
"chest_area": {
"ratio_to_body": "large",
"estimated_size": "voluptuous",
"bra_status": "no_visible_straps_likely_adhesive_or_none",
"nipple_visibility": "not_visible",
"cleavage": "deeply_visible_prominent"
},
"abdomen": {
"ratio_to_body": "slim",
"definition": "flat_toned",
"navel_visibility": "covered"
},
"hips": {
"ratio_to_waist": "high_hourglass_shape",
"width": "curvy"
},
"legs": {
"thighs": "smooth_toned",
"exposure": "visible_from_mid_thigh_down"
}
},
"clothing": {
"upper_body": {
"item": "jacket_top",
"color": "maroon_burgundy",
"style": "long_sleeve_deep_plunge_neckline_zip_front",
"fit": "tight_fitted",
"light_interaction": "absorbs_light_soft_shadows_in_folds"
},
"lower_body": {
"item": "shorts",
"color": "teal_blue",
"style": "athletic_satin_finish_drawstring",
"fit": "loose_fit",
"light_interaction": "reflects_highlights_due_to_fabric_sheen"
}
},
"accessories": [
{
"type": "necklace",
"material": "silver",
"pendant": "small_heart_shape"
},
{
"type": "earrings",
"style": "hoops",
"material": "gold_tone"
},
{
"type": "handbag",
"pattern": "multicolor_floral",
"style": "structured_mini_bag",
"held_in": "right_hand"
}
]
},
"objects": [
{
"name": "railing",
"color": "black",
"material": "metal",
"location": "sides_of_stairs",
"purpose": "safety_and_framing"
},
{
"name": "stairs",
"color": "beige_treads_white_risers",
"material": "stone_or_concrete",
"location": "center_foreground_to_midground",
"purpose": "platform_for_subject"
},
{
"name": "walls",
"color": "white",
"location": "flanking_stairs",
"purpose": "architectural_structure"
},
{
"name": "vegetation",
"type": "trees_and_bushes",
"color": "green",
"location": "background",
"purpose": "natural_backdrop"
},
{
"name": "potted_plant",
"location": "left_midground",
"type": "large_clay_pot_with_tree",
"color": "terracotta_pot_green_leaves"
}
],
"negative_prompt": "deformed hands, bad anatomy, disfigured, blurry, low quality, watermark, text, signature, extra limbs, missing fingers, cross-eyed, asymmetrical eyes, bad proportions, unnatural skin texture"
}This prompt supplies a fixed template for breaking down an image into environment, camera, lighting, and subject attributes. It produces consistent, detailed JSON output matching the provided structure. The result supports precise scene documentation or reference for visual projects.
The AI returns a complete JSON object matching the template, filled with details about lighting, pose, and subject features from the described staircase scene.
No, keep the structure intact for consistent results.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by hasangariban@gmail.com. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.