霓虹雨地铁出口肖像提示

Author:Dr.duet
2026/01/05 09:12

Description

生成霓虹雨地铁出口肖像,通过城市灯光和雨夜氛围营造电影级视觉效果。

Tags

画像生成ビジュアル化

Content

```json
{
  "positive": {
    "description": "高细节 4K 肖像,一名女子从地铁出口走出,进入霓虹雨中。",
    "subject": {
      "gender": "女性",
      "hair": {
        "style": "略微湿润并向后梳理",
        "condition": "被雨水打湿"
      },
      "expression": "向上凝视霓虹灯牌时流露出微妙的好奇心",
      "clothing": {
        "type": "连帽夹克",
        "color": "青色",
        "details": "面料上有水珠凝结"
      }
    },
    "lighting": {
      "ambient_mix": ["红色车站灯光", "冷街蓝色调"],
      "mood": "电影般的真实感"
    },
    "environment": {
      "location": "夜间地铁出口",
      "weather": "霓虹雨",
      "details": {
        "wet_steps": "反射着紫色和黄色的城市灯光",
        "background": [
          "撑伞的模糊人群",
          "运动散景",
          "格栅中升腾的蒸汽"
        ]
      }
    },
    "camera": {
      "resolution": "4K",
      "focus": "清晰锐利的面部对焦"
    }
  },
  "negative": [
    "模糊的脸",
    "拉伸的肢体",
    "卡通纹理",
    "过曝的高光",
    "暗部死黑的阴影",
    "水印"
  ]
}
```

---

**Original English:**
{
  "positive": {
    "description": "High-detail 4K portrait of a woman emerging from a subway exit into neon rain.",
    "subject": {
      "gender": "female",
      "hair": {
        "style": "slightly soaked and pushed back",
        "condition": "wet from rain"
      },
      "expression": "subtle curiosity while looking upward toward neon signs",
      "clothing": {
        "type": "hooded jacket",
        "color": "teal",
        "details": "water droplets beading on the fabric"
      }
    },
    "lighting": {
      "ambient_mix": ["red station lighting", "cold street-blue tones"],
      "mood": "cinematic realism"
    },
    "environment": {
      "location": "subway exit at night",
      "weather": "neon rain",
      "details": {
        "wet_steps": "reflecting purple and yellow city lights",
        "background": [
          "blurred crowd with umbrellas",
          "motion bokeh",
          "steam rising from grates"
        ]
      }
    },
    "camera": {
      "resolution": "4K",
      "focus": "clean sharp facial focus"
    }
  },
  "negative": [
    "blurred face",
    "stretched limbs",
    "cartoon textures",
    "overexposed highlights",
    "dark crushed shadows",
    "watermark"
  ]
}