☰ 분류

햇빛 야외 셀피 분석 프롬프트

야외 셀피 장면의 환경, 카메라, 조명, 인물 포즈와 표정 정보를 JSON처럼 넣어 이미지 재현이나 분석용 세부 묘사를 구성합니다.

분류이미지·영상 › 이미지 생성
태그분석생성크리에이터
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
{
  "scene_analysis": {
    "environment": {
      "type": "Outdoor",
      "setting": "Patio or backyard terrace",
      "weather": "Sunny, clear sky visible",
      "background_elements": [
        "Grey stucco wall",
        "Artificial green hedge wall",
        "Blue sky"
      ]
    },
    "camera": {
      "lens": "Wide-angle lens (typical of smartphone front camera)",
      "angle": "Selfie angle, slightly low looking up, close-up framing",
      "focus": "Sharp focus on the subject's face and upper body",
      "distortion": "Slight perspective distortion due to wide angle"
    },
    "lighting": {
      "overall_condition": "Bright natural daylight, hard lighting",
      "sources": [
        {
          "source_id": 1,
          "type": "Sun",
          "angle": "High angle, coming from the upper left (subject's right)",
          "color": "Natural white/warm daylight",
          "intensity": "High/Strong",
          "effects_on_objects": "Creates hard shadows under the subject's hair, chin, and nose. Casts defined shadows on the grey wall behind. Illuminates the hair creating a golden sheen."
        }
      ]
    }
  },
  "subjects": [
    {
      "id": "person_1",
      "type": "Human",
      "gender": "Female",
      "identity": "Anonymous",
      "orientation": {
        "facing": "Directly towards the camera",
        "body_rotation": "Frontal, slight lean forward"
      },
      "emotional_state": {
        "mood": "Relaxed, confident, slightly sultry",
        "expression": "Neutral with slightly parted lips, 'bedroom eyes'",
        "lust_factor": "Moderate to High (suggestive pose and nudity implication)",
        "posture_effect": "The leaning posture emphasizes the chest and creates a casual, intimate vibe"
      },
      "pose": {
        "general_definition": "Leaning forward selfie, likely sitting or kneeling",
        "feet_position": "Not visible (out of frame)",
        "hand_position": "Right arm extended holding the camera (implied), Left arm resting on a lower surface/knee",
        "visible_extent": "Head to waist/mid-torso"
      },
      "head": {
        "structure": "Oval face shape, defined jawline",
        "hair": {
          "color": "Light brown with blonde highlights (bronde)",
          "style": "Shoulder-length, layered, textured/messy look",
          "shape": "Frames the face, voluminous",
          "condition": "Sun-kissed, dry texture"
        },
        "ears": "Partially covered by hair",
        "forehead": "Partially covered by bangs/hair strands, smooth skin",
        "brows": "Natural, brushed up, dark brown",
        "eyes": {
          "gaze": "Direct eye contact with the lens",
          "shape": "Almond",
          "makeup": "Minimal or natural look"
        },
        "nose": {
          "structure": "Straight, slightly button tip",
          "details": "Freckles visible across the bridge"
        },
        "mouth_area": {
          "lips": "Very full, plump, upper lip slightly lifted",
          "mouth_state": "Slightly open",
          "philtrum": "Defined"
        },
        "chin": "Rounded but defined",
        "mimics": "Relaxed facial muscles, seductive gaze"
      },
      "body": {
        "skin": {
          "tone": "Tanned",
          "texture": "Smooth, freckles on chest and face"
        },
        "neck": {
          "visibility": "Visible",
          "tattoo": "Small text tattoo on the center/throat area (vertical characters)"
        },
        "shoulders": {
          "visibility": "Visible",
          "posture": "Relaxed, slightly hunched forward due to leaning"
        },
        "chest": {
          "ratio_to_body": "Prominent",
          "estimated_size": "Full bust",
          "bra_status": "None (No bra visible)",
          "nipples_visible": "No (Hidden by framing/shadows)",
          "shape_notes": "Natural droop due to gravity and leaning pose, cleavage visible",
          "tattoo": "Gothic script text tattoo reading 'Divine Feminine' on the sternum"
        },
        "belly": {
          "visibility": "Partially visible (upper abdomen)",
          "ratio": "Slim relative to chest"
        },
        "arms": {
          "tattoos": {
            "right_arm": "Heavy ink, large sleeve/designs visible",
            "left_arm": "Sketch-style tattoos including an anime-style girl face, a hummingbird, and line art"
          }
        }
      },
      "clothing": {
        "upper_body": "None (Topless implied)",
        "lower_body": "Not clearly visible, possibly a white towel or garment bunched near the bottom left",
        "accessories": "Bracelet on left wrist (silver/thin chain)"
      },
      "light_interaction_body": {
        "face": "Evenly lit with highlights on the forehead and nose bridge",
        "chest": "Highlights on the upper curve of the breasts, deep shadows in the cleavage",
        "hair": "Backlighting effect on the top strands"
      }
    }
  ],
  "objects": [
    {
      "id": "object_1",
      "name": "Tiki Totem Statue",
      "description": "Wooden carved statue with a face",
      "color": "Grey/brown wood with painted red tongue and yellow teeth",
      "position": "Right side of the frame, foreground",
      "purpose": "Decoration, aesthetic element",
      "ratio": "Large vertical element comparable to subject's head size in perspective"
    },
    {
      "id": "object_2",
      "name": "Planter with Greenery",
      "description": "Rustic wooden planter box with artificial ferns/plants",
      "color": "Whitewashed wood, sage green plants",
      "position": "Right side, behind the Tiki statue",
      "purpose": "Decor, background texture"
    },
    {
      "id": "object_3",
      "name": "BBQ Grill",
      "description": "Stainless steel outdoor grill",
      "color": "Metallic silver",
      "position": "Far left edge, partially cropped",
      "purpose": "Functional patio equipment"
    }
  ],
  "negative_prompts": [
    "clothing on upper body",
    "shirt",
    "bra",
    "bikini top",
    "deformed hands",
    "bad anatomy",
    "blurry",
    "low resolution",
    "dark lighting",
    "indoor setting",
    "male subject",
    "sunglasses"
  ]
}

어떤 프롬프트인가

햇빛 강한 파티오 셀피를 장면 분석 형식으로 적은 프롬프트다. 환경·카메라·조명·인물 항목을 세분화하지만 본문은 중간에서 잘려 있다.

같은 분류의 프롬프트

1950년대 다이너 변환 프롬프트
2026 모바일 포스터 제작 프롬프트
2026 점성술 포스터 이미지 프롬프트
3D 아바타 변환 프롬프트
Pixar풍 3D 캐릭터 프롬프트