闪光摄影风格的超精细夜景城市肖像

Author:Lex
2026/01/05 09:12

Description

生成闪光摄影风格夜景肖像,运用高对比度灯光和城市散景营造都市魅力。

Tags

画像生成ビジュアル化

Content

```json
{
  "subject": {
    "gender": "{argument name=\"gender\" default=\"female\"}",
    "age": "{argument name=\"age\" default=\"young adult\"}",
    "hair": {
      "color": "{argument name=\"hair color\" default=\"dark brown\"}",
      "texture": "湿发效果",
      "style": "长发,波浪形,凌乱,几缕发丝随意散落在脸庞周围"
    },
    "eyes": {
      "color": "{argument name=\"eye color\" default=\"green/hazel\"}",
      "makeup": "精致的飞翼眼线,自然眼影"
    },
    "skin": {
      "tone": "浅色/白皙",
      "texture": "光滑,水润光泽,肩膀和颧骨处有高光",
      "makeup": "柔和修容,光泽唇妆"
    },
    "expression": "{argument name=\"expression\" default=\"柔和微笑,直视镜头,迷人\"}"
  },
  "apparel": {
    "top": {
      "type": "露脐上衣",
      "color": "黑色",
      "material": "罗纹面料",
      "fit": "紧身",
      "straps": "细肩带"
    },
    "bottom": {
      "visible": "腰带",
      "color": "黑色"
    }
  },
  "pose": {
    "action": "身体前倾",
    "arms": "手臂搭在栏杆上",
    "angle": "四分之三肖像视角"
  },
  "environment": {
    "setting": "夜晚的城市街道",
    "background": "模糊的城市景观,散景街灯,汽车前灯,建筑灯光",
    "atmosphere": "夜生活,抓拍"
  },
  "lighting": {
    "type": "闪光灯摄影风格与环境街灯混合",
    "highlights": "皮肤(肩膀、额头、鼻子)上有强烈的高光",
    "shadows": "柔和的阴影勾勒出面部特征"
  },
  "camera_settings": {
    "shot_type": "中景特写",
    "depth_of_field": "浅景深",
    "focus": "面部清晰对焦"
  },
  "camera_details": {
    "camera_model": "Canon EOS R5 无反数码相机",
    "lens": "Canon RF 85mm f/1.2L USM 镜头",
    "aperture": "f/1.4",
    "iso": "1600",
    "shutter_speed": "1/100s",
    "focal_length": "85mm",
    "white_balance": "自动白平衡 (AWB) 略带钨丝灯暖色调",
    "flash_type": "带柔光罩的机顶直闪",
    "image_format": "RAW",
    "color_profile": "Adobe RGB"
  }
}
```

---

**Original English:**
{
  "subject": {
    "gender": "{argument name="gender" default="female"}",
    "age": "{argument name="age" default="young adult"}",
    "hair": {
      "color": "{argument name="hair color" default="dark brown"}",
      "texture": "wet look",
      "style": "long, wavy, messy, loose strands framing face"
    },
    "eyes": {
      "color": "{argument name="eye color" default="green/hazel"}",
      "makeup": "subtle winged eyeliner, natural eyeshadow"
    },
    "skin": {
      "tone": "light/fair",
      "texture": "smooth, dewy finish, high sheen on shoulder and cheekbones",
      "makeup": "soft contour, glossy lips"
    },
    "expression": "{argument name="expression" default="soft smile, direct eye contact, alluring"}"
  },
  "apparel": {
    "top": {
      "type": "crop top",
      "color": "black",
      "material": "ribbed fabric",
      "fit": "tight",
      "straps": "thin straps"
    },
    "bottom": {
      "visible": "waistband",
      "color": "black"
    }
  },
  "pose": {
    "action": "leaning forward",
    "arms": "resting on a railing",
    "angle": "3/4 portrait view"
  },
  "environment": {
    "setting": "city street at night",
    "background": "blurred urban cityscape, bokeh streetlights, car headlights, building lights",
    "atmosphere": "nightlife, candid"
  },
  "lighting": {
    "type": "flash photography style mixed with ambient street lighting",
    "highlights": "strong specular highlights on skin (shoulder, forehead, nose)",
    "shadows": "soft shadows defining facial features"
  },
  "camera_settings": {
    "shot_type": "medium close-up",
    "depth_of_field": "shallow",
    "focus": "sharp on face"
  },
  "camera_details": {
    "camera_model": "Canon EOS R5 Mirrorless Digital Camera",
    "lens": "Canon RF 85mm f/1.2L USM Lens",
    "aperture": "f/1.4",
    "iso": "1600",
    "shutter_speed": "1/100s",
    "focal_length": "85mm",
    "white_balance": "Auto (AWB) with slight tungsten warmth",
    "flash_type": "Direct on-camera flash with diffuser",
    "image_format": "RAW",
    "color_profile": "Adobe RGB"
  }
}