方头情侣镜面自拍提示词

Author:Lex
2026/01/05 09:12

Description

创作方头情侣镜面自拍,融合创意纸板头套与正式场景。

Tags

画像生成ビジュアル化コンテンツ生成

Content

```json
{
  "scene": {
    "location": {
      "type": "室内",
      "setting": "典雅 / 正式场所",
      "details": {
        "walls": "米色/棕色大理石纹瓷砖",
        "ceiling": "白色,带嵌入式圆形灯",
        "lighting": "温暖,均匀分布"
      }
    },
    "mirror": {
      "present": true,
      "reflection_type": "全身镜",
      "flash_visible": true
    }
  },
  "subjects": [
    {
      "position": "左侧",
      "body": {
        "gender_presentation": "女性化",
        "outfit": {
          "type": "连衣裙",
          "style": "无袖深 V 领晚礼服",
          "material": "亮片",
          "color": "银色 / 金属色"
        }
      },
      "head": {
        "covered_by": "白色纸板箱",
        "box_features": {
          "shape": "立方体",
          "edges": "可见胶带粘合的边角和接缝",
          "face_drawing": {
            "eyes": "弯曲的闭眼,带长睫毛",
            "eyebrows": "拱形黑色眉毛",
            "mouth": "口红风格绘制的红色嘴唇",
            "expression": "微笑,闭眼表情"
          }
        }
      },
      "hands": {
        "visible_hand": "右手拿着手机自拍"
      }
    },
    {
      "position": "右侧",
      "body": {
        "gender_presentation": "男性化",
        "outfit": {
          "type": "正装西服",
          "jacket_color": "黑色",
          "shirt_color": "白色",
          "tie": "不可见"
        }
      },
      "head": {
        "covered_by": "白色纸板箱",
        "box_features": {
          "shape": "立方体",
          "edges": "胶带粘合的边角,顶部有一个略微打开的翻盖",
          "face_drawing": {
            "eyes": "两个简单的椭圆形眼睛",
            "eyebrows": "略微向上弯曲",
            "mouth": "简单的弧形微笑",
            "expression": "友好的中性微笑"
          }
        }
      }
    }
  ],
  "phone": {
    "type": "智能手机",
    "color": "深色/黑色",
    "position": "由左侧人物的右手拿着",
    "flash": "开启(镜中反射明亮)"
  },
  "composition": {
    "photo_type": "镜面自拍",
    "framing": "上半身,以两人为中心构图",
    "lighting_effects": {
      "lens_flares": true,
      "flash_reflection": true
    }
  },
  "additional_details": {
    "background_people": "部分可见,模糊,穿着正装",
    "atmosphere": "派对 / 活动 / 庆典"
  }
}
```

---

**Original English:**
{
  "scene": {
    "location": {
      "type": "indoor",
      "setting": "elegant / formal venue",
      "details": {
        "walls": "marble-patterned tiles in beige/brown tones",
        "ceiling": "white with recessed circular lights",
        "lighting": "warm, evenly distributed"
      }
    },
    "mirror": {
      "present": true,
      "reflection_type": "full-body mirror",
      "flash_visible": true
    }
  },

  "subjects": [
    {
      "position": "left",
      "body": {
        "gender_presentation": "feminine",
        "outfit": {
          "type": "dress",
          "style": "sleeveless, V-neck evening gown",
          "material": "sequins",
          "color": "silver / metallic"
        }
      },
      "head": {
        "covered_by": "white cardboard box",
        "box_features": {
          "shape": "cube",
          "edges": "visible taped corners and seams",
          "face_drawing": {
            "eyes": "curved, closed eyes with long lashes",
            "eyebrows": "arched black eyebrows",
            "mouth": "red lips drawn in lipstick style",
            "expression": "smiling, eyes-closed expression"
          }
        }
      },
      "hands": {
        "visible_hand": "right hand holding phone for mirror selfie"
      }
    },
    {
      "position": "right",
      "body": {
        "gender_presentation": "masculine",
        "outfit": {
          "type": "formal suit",
          "jacket_color": "black",
          "shirt_color": "white",
          "tie": "not visible"
        }
      },
      "head": {
        "covered_by": "white cardboard box",
        "box_features": {
          "shape": "cube",
          "edges": "taped corners, slightly open flap at top",
          "face_drawing": {
            "eyes": "two simple oval eyes",
            "eyebrows": "slightly curved upward",
            "mouth": "simple curved smile",
            "expression": "friendly neutral smile"
          }
        }
      }
    }
  ],

  "phone": {
    "type": "smartphone",
    "color": "dark/black",
    "position": "held in the left subject’s right hand",
    "flash": "on (bright reflection in mirror)"
  },

  "composition": {
    "photo_type": "mirror selfie",
    "framing": "upper body, centered on both subjects",
    "lighting_effects": {
      "lens_flares": true,
      "flash_reflection": true
    }
  },

  "additional_details": {
    "background_people": "partially visible, blurred, wearing formal attire",
    "atmosphere": "party / event / celebration"
  }
}