Back
Structured Prompt for Car Selfie Portrait
Image Prompt

Structured Prompt for Car Selfie Portrait

Shared by:@Lex

Description

A structured JSON prompt for generating a close-up, handheld selfie portrait inside a car. It details the subject's appearance (dark wavy hair, specific makeup, neck tattoo), attire (cream sweatshirt with a 'D', light brown puffer vest), environment (car interior, natural sunlight), and overall style (casual, warm, natural-light selfie).

Prompt

{
  "description": {
    "subject": {
      "type": "person",
      "pose": {
        "head": "slightly tilted, facing camera",
        "right_arm": "raised above head with hand resting on hair",
        "left_arm": "extended forward holding the camera (selfie)"
      },
      "facial_features": {
        "eyes": "light-colored, bright, with well-defined eyeliner and mascara",
        "eyebrows": "dark, thick, sharply shaped",
        "lips": "full, glossy pink lipstick",
        "skin": "smooth, even complexion with warm lighting highlights",
        "expression": "soft smile / relaxed expression"
      },
      "hair": {
        "color": "dark brown/black",
        "style": "long, voluminous, wavy, draped over shoulders"
      },
      "tattoos": [
        {
          "location": "front of neck",
          "visibility": "partially visible"
        }
      ]
    },
    "clothing": {
      "top": {
        "type": "sweatshirt",
        "color": "cream/white",
        "design": "large bold black letter 'D' on the chest"
      },
      "outerwear": {
        "type": "puffer vest",
        "color": "light brown/tan",
        "details": "zipper partially open, quilted texture"
      }
    },
    "environment": {
      "setting": "inside a car",
      "lighting": "natural sunlight from front-left side, creating warm highlights",
      "seat": {
        "color": "dark gray/black",
        "headrest": "light gray fabric"
      },
      "background": {
        "visible_through_windows": "trees, greenery, soft daylight"
      }
    },
    "camera": {
      "angle": "handheld selfie, slightly above eye level",
      "framing": "close-up portrait"
    },
    "overall_style": {
      "vibe": "casual, warm, natural-light selfie",
      "color_palette": [
        "tan",
        "cream",
        "black",
        "dark brown",
        "light gray"
      ]
    }
  }
}
Open Original