图像 提示词
城市街道上,一位拉丁裔女性与身份锁

一个高度结构化的 JSON 提示,用于生成一张在城市街道背景下的拉丁裔女性图片。它包含严格的约束,以确保与参考图片中的身份(面部和身体)完全一致,并详细描述了她的姿势(回头看肩膀)、服装(黄色背心、黑色高腰牛仔裤)和配饰(黄色智能手表)。
提示词
```json
{
"metadata": {
"requestID": "structure_enhancement_v3",
"sourceReference": "image_0.png",
"conformanceConstraints": [
{
"target": "face",
"requirement": "exact identity match (100%)"
},
{
"target": "body",
"requirement": "exact identity match (100%)"
}
]
},
"sceneDefinition": {
"mainSubject": {
"entityType": "person",
"demographics": {
"gender": "female",
"description": "美丽的女性,拉丁裔"
},
"physicalAppearance": {
"hair": {
"attributes": {
"hue": "乌黑",
"length": "长",
"texture": "波浪形"
},
"state": {
"style": "松散、飘逸",
"placement": [
"垂在背部",
"搭在右肩"
]
}
}
},
"currentActionState": {
"pose": {
"torsoOrientation": "背对镜头倾斜",
"headPosition": {
"action": "向后转",
"direction": "越过右肩"
},
"gaze": {
"target": "观看者",
"contactType": "直视"
}
},
"expression": {
"primaryEmotion": "自信",
"description": "自信满满"
}
},
"inventory": {
"clothingLayers": [
{
"layerOrder": 1,
"itemType": "上衣",
"specifications": {
"garmentStyle": "背心(暗示连体衣款式)",
"colorOptions": [
"阳光黄",
"柠檬黄"
],
"fit": "修身",
"sleeves": "无袖"
},
"wornConfiguration": {
"isTucked": true,
"tuckedIntoLayer": 2
}
},
{
"layerOrder": 2,
"itemType": "下装",
"specifications": {
"garmentStyle": "牛仔裤",
"material": "牛仔布",
"washType": "黑色",
"waistline": "高腰",
"fit": "紧身/修身"
},
"features": {
"distressDetails": [
{
"type": "面料撕裂",
"location": "左大腿区域"
}
]
}
}
],
"accessories": [
{
"itemType": "可穿戴技术",
"specifications": {
"deviceType": "智能手表",
"interface": "数字显示屏",
"primaryColor": "黄色"
},
"placement": {
"bodyPart": "手腕",
"side": "左"
}
}
]
}
},
"environmentalContext": {
"backdrop": {
"type": "城市街道",
"texture": "沥青路面,砖墙"
}
}
}
}
```


