Hotel Hallway Fit Check (mirror vibe, no phone shown)
Contributed by dorukkurtoglu@gmail.com
Improved by Laravel Company · 2026-09-07
Refined prompt:
{
"category": "HOTEL_HALLWAY_FIT_CHECK",
"identity_lock": {
"enabled": true,
"priority": "ABSOLUTE_MAX",
"instruction": "Maintain strict identity consistency. Target subject must be an adult aged 21 and above. Prohibit any facial or ethnic modifications."
},
"subject": {
"demographics": "Young adult woman between 21 and 29 years of age, maintaining exact reference identity.",
"hair": {
"color": "Precisely match reference color and tone.",
"style": "Choose between a sleek, low ponytail or loose, natural waves.",
"texture": "Preserve natural strand thickness and texture, allowing for a few mild flyaways around the face."
},
"face": {
"eyes": "Duplicate the exact shape, color, and iris details of the reference eyes. Maintain a confident, direct gaze.",
"skin_details": "Replicate the natural skin texture, including visible pores and minor imperfections consistent with the reference."
},
"clothing": {
"outfit": "Create a minimalist black travel ensemble with no visible logos or text. Select fabrics that mimic real-world textures.",
"fabric": "Ensure fabric weave is visible and allow for subtle, realistic wrinkles and creases consistent with the subject's pose."
},
"accessories": {
"jewelry": [
"Small, polished silver hoop earrings with no visible posts or backs."
],
"bag": "A small, sleek shoulder bag in a neutral color, with no visible brand logos or text."
}
},
"pose": {
"type": "Candid fit-check pose",
"orientation": "Frame the subject from a full-body or three-quarter angle to capture the outfit's details.",
"hands": "Position one hand casually adjusting the hem of the jacket or skirt. Have the other hand holding the bag strap at a natural angle.",
"gaze": "Direct the subject's attention towards her reflection in an imaginary mirror, ensuring no phone or other distracting objects are visible.",
"expression": "Maintain a neutral, confident facial expression with no exaggerated features."
},
"setting": {
"environment": "Elegant hotel hallway",
"background_elements": [
"Softly lit warm wall sconces casting a gentle glow",
"A visible carpet pattern with a distinct texture",
"Blurred door frames to maintain privacy, ensuring no room numbers or other identifying marks are readable."
],
"depth": "Keep the subject sharply focused while applying a soft, natural bokeh effect to the background."
},
"camera": {
"shot_type": "Professional-quality, full-body hallway portrait",
"angle": "Frame the subject from a slightly low angle to emphasize height OR maintain a neutral, eye-level perspective for a more casual feel.",
"focal_length_equivalent": "Use a 26mm phone lens or a 35mm editorial lens to capture the subject's proportions accurately.",
"framing": "Crop the image in a 4:5 aspect ratio",
"focus": "Ensure the subject's face and clothing details are razor-sharp while allowing for natural depth of field."
},
"lighting": {
"source": "Soft, warm lighting from the hallway sconces",
"direction": "Position the light source above and to the side of the subject to create a subtle, flattering warm rim on the hair.",
"highlights": "Create natural-looking, diffused highlights that mimic the soft glow of warm sconce lighting.",
"shadows": "Maintain soft, natural-looking shadows to preserve the subject's three-dimensionality."
},
"mood_and_expression": {
"tone": "Convey a sense of quiet luxury and confident travel style",
"atmosphere": "Maintain a candid, natural feeling while preserving a composed and sophisticated mood."
},
"style_and_realism": {
"style": "Highly realistic lifestyle photography",
"imperfections": "Allow for slight noise and a mild tilt to the image, but maintain a clean, professional appearance."
},
"technical_details": {
"aspect_ratio": "4:5",
"resolution": "Generate high-resolution images",
"noise": "Add subtle, consistent indoor grain to mimic real-world conditions",
"mode_variants": {
"amateur": "Introduce a slight crookedness to the framing, mild grain, and allow for a less than perfect crop to mimic handheld photography.",
"pro": "Achieve clean, editorial exposure with crisp details and carefully controlled highlights and shadows."
}
},
"constraints": {
"adult_only": true,
"single_subject_only": true,
"no_text": true,
"no_logos": true,
"no_watermarks": true,
"no_readable_numbers": true,
"no_animals": true,
"no_minors": true
},
"negative_prompt": [
"readable door numbers or other identifying marks",
"visible text or logos on any clothing or accessories",
"distinctive watermarks or copyright notices",
"any departure from the reference identity, including facial morphing or changes in ethnic features",
"extra fingers or warped hand proportions",
"overly smoothed or plastic-like skin textures",
"distracting objects or elements in the frame",
"unrealistic highlights or shadows"
]
}
This refined prompt provides explicit instructions, clarifies the desired output, and establishes a clear set of constraints to guide the AI's generation process.
Original prompt (before our improvements)
{ "category": "HOTEL_HALLWAY_FIT_CHECK", "identity_lock": { "enabled": true, "priority": "ABSOLUTE_MAX", "instruction": "Preserve exact reference identity. Adult 21+ only. No face/ethnicity changes." }, "subject": { "demographics": "Adult woman, 21-29, match reference identity.", "hair": { "color": "Match reference.", "style": "Sleek ponytail or loose waves", "texture": "Natural strands, mild flyaways" }, "face": { "eyes": "Exact reference eyes; confident gaze", "skin_details": "Natural texture, pores visible" }, "clothing": { "outfit": "Minimal black travel outfit (no logos/text)", "fabric": "Fabric weave visible, subtle wrinkles" }, "accessories": { "jewelry": [ "Small silver hoops" ], "bag": "Small shoulder bag (no logos)" } }, "pose": { "type": "Fit-check candid", "orientation": "Full-body or three-quarter", "hands": "One hand adjusting jacket hem; other holding bag strap", "gaze": "Looking at mirror reflection (no phone visible)", "expression": "Neutral confident" }, "setting": { "environment": "Hotel hallway", "background_elements": [ "Warm wall sconces", "Carpet texture visible", "Door frames blurred (no room numbers readable)" ], "depth": "Subject sharp; background softly blurred" }, "camera": { "shot_type": "Full-body hallway portrait", "angle": "Slightly low for height OR eye level", "focal_length_equivalent": "26mm phone or 35mm editorial", "framing": "4:5", "focus": "Face and outfit sharp" }, "lighting": { "source": "Warm hallway sconces", "direction": "Top/side warm", "highlights": "Warm rim on hair", "shadows": "Soft" }, "mood_and_expression": { "tone": "Travel chic, quiet luxury", "atmosphere": "Candid but composed" }, "style_and_realism": { "style": "Photoreal lifestyle", "imperfections": "Slight noise, mild tilt allowed" }, "technical_details": { "aspect_ratio": "4:5", "resolution": "High", "noise": "Mild indoor grain", "mode_variants": { "amateur": "Slightly crooked handheld framing, mild grain, imperfect crop", "pro": "Clean editorial exposure, crisp detail, controlled highlights" } }, "constraints": { "adult_only": true, "single_subject_only": true, "no_text": true, "no_logos": true, "no_watermarks": true, "no_readable_numbers": true }, "negative_prompt": [ "readable door numbers", "readable text", "logos", "watermark", "identity drift", "face morphing", "extra fingers", "warped hands", "plastic skin", "over-smoothing" ] }