汽车自拍与芝士饼干提示

Author:John
2026/01/05 09:12

Description

生成车内自拍肖像,融合食物元素和自然光照效果。

Tags

图像生成视觉化内容生成

Content

```json
{
  "subject": {
    "type": "人物",
    "gender": "女性",
    "age_group": "青年",
    "hair_color": "金色",
    "eye_color": "蓝色",
    "features": "雀斑",
    "expression": "眨眼,微笑",
    "action": "嘴里叼着一块芝士饼干"
  },
  "attire": {
    "clothing": "黑色长袖圆领上衣"
  },
  "setting": {
    "location": "车内",
    "position": "驾驶座",
    "interior": "黑白皮革座椅",
    "background": "树木,日光,车窗"
  },
  "object": {
    "type": "食物",
    "description": "橙色方形芝士饼干"
  }
}
```

---

**Original English:**
{
  "subject": {
    "type": "person",
    "gender": "female",
    "age_group": "young adult",
    "hair_color": "blonde",
    "eye_color": "blue",
    "features": "freckles",
    "expression": "winking, smiling",
    "action": "holding a cheese cracker in mouth"
  },
  "attire": {
    "clothing": "black long-sleeved scoop-neck top"
  },
  "setting": {
    "location": "inside a car",
    "position": "driver's seat",
    "interior": "black and white leather seats",
    "background": "trees, daylight, car window"
  },
  "object": {
    "type": "food",
    "description": "orange square cheese cracker"
  }
}