用于生成镜面自拍图像的详细 JSON 提示

Author:Sienna
2026/01/05 09:12

Description

生成镜面自拍图像,年轻女子蹲着对镜自拍,保留精确面部特征和优雅姿态。

Tags

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

Content

```json
{
  "image_prompt": {
    "face_preservation": {
      "use_reference_face": true,
      "accuracy": "与参考图像中的面部完全匹配",
      "preserve_details": [
        "脸型",
        "眉毛和眼睛结构",
        "自然妆容风格",
        "唇形和唇色",
        "发际线和发型"
      ]
    },
    "subject": {
      "gender": "女性",
      "description": "年轻女子在室内优雅地蹲着自拍,对着镜子拍照",
      "pose": {
        "body_position": "低蹲,一只膝盖向前,身体略微倾向镜子",
        "head": "头略微向下倾斜,同时看着手机屏幕",
        "hands": [
          "右手在脸前拿着手机",
          "左手放在膝盖上"
        ],
        "expression": "柔和、平静的表情"
      },
      "hair": {
        "style": "深棕色长发,半扎马尾,带小发夹",
        "texture": "光滑笔直"
      },
      "attire": {
        "dress": {
          "type": "祖母绿真丝吊带长裙",
          "pattern": "纯色,带有微妙的垂坠感",
          "details": "侧面开衩露出腿部,低背设计"
        },
        "shoes": "绿色天鹅绒高跟鞋",
        "accessories": [
          "祖母绿吊坠",
          "丝巾",
          "手指上的戒指"
        ]
      }
    },
    "environment": {
      "setting": "室内房间,光线柔和",
      "background": "带吊灯的豪华酒店套房",
      "floor": "光滑、反光的表面",
      "lighting": {
        "type": "柔和温暖的室内光线",
        "effect": "面部和连衣裙均匀受光"
      }
    },
    "props": {
      "phone": {
        "type": "智能手机",
        "case": "闪光银色手机壳",
        "position": "垂直对着镜子拿着"
      }
    },
    "style": {
      "photography": "镜面自拍,社交媒体美学",
      "color_grade": "柔和暖色调",
      "sharpness": "中高清晰度",
      "mood": "女性化、优雅、温柔"
    },
    "composition": {
      "framing": "全身蹲姿,居中",
      "angle": "与眼睛平齐的镜面视角",
      "focus": "面部和服装清晰对焦",
      "aspect_ratio": "4:5"
    },
    "output": {
      "resolution": "8K 高画质",
      "negative_prompt": [
        "不正确的脸部",
        "错误的发型",
        "多余的肢体",
        "不同的连衣裙图案",
        "比例失真",
        "文字或水印"
      ]
    }
  }
}
```

---

**Original English:**
{
  "image_prompt": {
    "face_preservation": {
      "use_reference_face": true,
      "accuracy": "match face exactly from reference image",
      "preserve_details": [
        "face shape",
        "eyebrows and eye structure",
        "natural makeup style",
        "lip shape and color",
        "hairline and hairstyle"
      ]
    },
    "subject": {
      "gender": "female",
      "description": "young woman taking a mirror selfie while squatting gracefully indoors",
      "pose": {
        "body_position": "squatting low with one knee forward, leaning slightly toward mirror",
        "head": "tilted slightly downward while looking at phone screen",
        "hands": [
          "right hand holding phone in front of face",
          "left hand resting on knee"
        ],
        "expression": "soft, calm expression"
      },
      "hair": {
        "style": "long dark brown hair in a half-up ponytail with a small clip",
        "texture": "smooth and straight"
      },
      "attire": {
        "dress": {
          "type": "emerald green silk maxi dress with spaghetti straps",
          "pattern": "plain with subtle drape",
          "details": "side slit exposing leg, low back design"
        },
        "shoes": "green velvet heels",
        "accessories": [
          "emerald pendant",
          "silk scarf",
          "rings on fingers"
        ]
      }
    },
    "environment": {
      "setting": "indoor room with soft lighting",
      "background": "luxury hotel suite with chandelier",
      "floor": "smooth, reflective surface",
      "lighting": {
        "type": "soft warm indoor light",
        "effect": "even illumination on face and dress"
      }
    },
    "props": {
      "phone": {
        "type": "smartphone",
        "case": "glitter silver phone case",
        "position": "held vertically towards the mirror"
      }
    },
    "style": {
      "photography": "mirror selfie, social media aesthetic",
      "color_grade": "soft warm tones",
      "sharpness": "medium-high clarity",
      "mood": "feminine, elegant, gentle"
    },
    "composition": {
      "framing": "full body squatting pose, centered",
      "angle": "eye-level mirror perspective",
      "focus": "sharp focus on face and outfit",
      "aspect_ratio": "4:5"
    },
    "output": {
      "resolution": "8K high quality",
      "negative_prompt": [
        "incorrect face",
        "wrong hairstyle",
        "extra limbs",
        "different dress pattern",
        "distorted proportions",
        "text or watermark"
      ]
    }
  }
}