高档餐厅自拍场景,带文字叠加

Author:Melisa♡
2026/01/05 09:12

Description

生成高档餐厅自拍场景,金发女性和男性做V字手势,串灯和优雅环境营造社交媒体美学。

Tags

图像生成视觉化

Content

```json
{
  "scene": {
    "setting": "夜晚的高档餐厅或活动场所",
    "lighting": "头顶有串灯的暖色环境照明",
    "environment": {
      "tables": "铺有白色桌布和餐具的餐桌",
      "background": "就座的客人在用餐和交谈",
      "atmosphere": "优雅而社交化"
    }
  },
  "subjects": [
    {
      "role": "前景主体",
      "description": {
        "gender_presentation": "女性",
        "appearance": {
          "hair": "金色长发,披散着",
          "clothing": "{argument name=\"dress color\" default=\"合身的白色\"} 无袖连衣裙"
        },
        "pose": "坐着,手臂伸直拿着智能手机",
        "expression": "微笑",
        "action": "自拍"
      }
    },
    {
      "role": "背景主体",
      "description": {
        "gender_presentation": "男性",
        "appearance": {
          "hair": "深色短发",
          "facial_hair": "胡须",
          "clothing": "深色上衣"
        },
        "pose": "从后面探身向前",
        "gesture": "用手指比出“V”字手势(和平手势)",
        "expression": "中性到俏皮"
      }
    }
  ],
  "objects": [
    {
      "type": "智能手机",
      "details": "浅色手机,可见后置摄像头镜头",
      "interaction": "前景主体拿着"
    }
  ],
  "text_overlay": {
    "content": "{argument name=\"text overlay\" default=\"但 DRAKE 确实做到了\"}",
    "position": "图像顶部中央",
    "style": "白色、粗体、大写字母"
  },
  "camera": {
    "angle": "与视线齐平",
    "framing": "中景特写",
    "focus": "前景主体清晰,背景略微可见"
  },
  "mood": "休闲、庆祝、俏皮"
}
```

---

**Original English:**
{
  "scene": {
    "setting": "Upscale restaurant or event venue at night",
    "lighting": "Warm ambient lighting with string lights overhead",
    "environment": {
      "tables": "White tablecloths with place settings",
      "background": "Seated guests dining and conversing",
      "atmosphere": "Elegant and social"
    }
  },
  "subjects": [
    {
      "role": "Foreground subject",
      "description": {
        "gender_presentation": "Female-presenting",
        "appearance": {
          "hair": "Long blonde hair, worn down",
          "clothing": "{argument name=\"dress color\" default=\"Fitted white\"} sleeveless dress"
        },
        "pose": "Seated and holding a smartphone at arm’s length",
        "expression": "Smiling",
        "action": "Taking a selfie"
      }
    },
    {
      "role": "Background subject",
      "description": {
        "gender_presentation": "Male-presenting",
        "appearance": {
          "hair": "Short dark hair",
          "facial_hair": "Beard",
          "clothing": "Dark-colored top"
        },
        "pose": "Leaning in from behind",
        "gesture": "Peace sign with fingers",
        "expression": "Neutral to playful"
      }
    }
  ],
  "objects": [
    {
      "type": "Smartphone",
      "details": "Light-colored phone with visible rear camera lenses",
      "interaction": "Held by foreground subject"
    }
  ],
  "text_overlay": {
    "content": "{argument name=\"text overlay\" default=\"But DRAKE DIDDD\"}",
    "position": "Top center of image",
    "style": "White, bold, uppercase lettering"
  },
  "camera": {
    "angle": "Eye-level",
    "framing": "Medium close-up",
    "focus": "Foreground subject with background slightly visible"
  },
  "mood": "Casual, celebratory, playful"
}