优雅的镜像自拍,严格保留面部特征 (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": "black leather micro-skirt with fitted top",
"pattern": "plain with metallic accents",
"details": "slit exposing leg, edgy structured flow"
},
"shoes": "black ankle boots",
"accessories": [
"choker necklace",
"stud earrings",
"leather bracelet"
]
}
},
"environment": {
"setting": "indoor room with soft lighting",
"background": "exposed brick wall with urban art posters",
"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"
]
}
}
}