圖像 提示詞
結構化臥室自拍提示

用於生成舒適臥室環境中高角度自拍圖像的結構化 JSON 提示,詳細說明了拍攝對象的姿勢(俯臥,正在自拍)、服裝(白色羅紋背心和休閒短褲),以及窗戶和雜亂的邊桌等特定背景元素。
提示詞
```json
{
"scene": {
"type": "臥室內部",
"lighting": "自然日光",
"atmosphere": "休閒、舒適、居家"
},
"subject": {
"pose": {
"position": "俯臥在床上",
"orientation": "面向鏡頭",
"legs": "膝蓋向上彎曲,腳踝交叉",
"arms": "左臂伸出自拍",
"head": "枕在枕頭上"
},
"appearance": {
"hair": "長、直、深棕色",
"expression": "溫柔微笑,眼神直視",
"complexion": "白皙,臉頰紅潤"
},
"attire": {
"top": {
"item": "背心",
"color": "白色",
"texture": "羅紋",
"style": "細肩帶"
},
"bottom": {
"item": "休閒短褲",
"color": "白色",
"details": "荷葉邊下擺,褶皺質感"
},
"accessories": {
"feet": "白色中筒襪"
}
}
},
"environment": {
"bedding": {
"sheets": "白色,凌亂",
"pillows": "白色,帶有花卉圖案",
"duvet": "白色,蓬鬆"
},
"background_elements": {
"windows": {
"quantity": 2,
"features": "白色窗框,橫向百葉窗"
},
"furniture": {
"side_table": {
"location": "左側",
"visible_items": [
"護膚品",
"粉色馬克杯",
"小盆栽",
"紙巾"
]
}
}
}
},
"composition": {
"angle": "高角度自拍",
"framing": "中景",
"focus": "主體清晰,背景柔和"
}
}
```

