圖像 提示詞
結構化自拍肖像提示

一個高度詳細、結構化的 JSON 格式提示,旨在利用 GPT Image 1.5 生成一張溫馨的居家臥室自拍肖像。它詳細說明了場景元素、主體姿勢、外觀(包括粉紅色頭髮)、服裝、環境細節和相機構圖。
提示詞
```json
{
"scene": {
"type": "臥室內部",
"lighting": "自然日光",
"atmosphere": "隨性、舒適、居家"
},
"subject": {
"pose": {
"position": "俯臥在床上",
"orientation": "面向鏡頭",
"legs": "膝蓋向上彎曲,腳踝交叉",
"arms": "左臂伸出自拍",
"head": "枕在枕頭上"
},
"appearance": {
"hair": "長直髮,{argument name=\"hair color\" default=\"粉紅色\"}",
"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_furniture": {
"side_table": {
"location": "左側",
"visible_items": [
"護膚產品",
"粉紅色馬克杯",
"小型盆栽",
"面紙"
]
}
}
}
},
"composition": {
"angle": "高角度自拍",
"framing": "中景",
"focus": "主體清晰,背景柔和"
}
}
```

