健身房镜面自拍图像分析提示
Author:Iris
2026/01/05 09:12
Description
分析健身房镜面自拍图像的各项特征,提取人物、服装和环境信息。
Tags
分析洞察提取信息图像生成
Content
```json
{
"image_analysis": {
"type": "镜面自拍",
"setting": "健身房 / 健身中心",
"subject": {
"gender": "{argument name=\"gender\" default=\"女性\"}",
"age_group": "{argument name=\"age group\" default=\"青年\"}",
"appearance": {
"hair": "{argument name=\"hair style\" default=\"长发,深色,波浪形\"}",
"skin_tone": "{argument name=\"skin tone\" default=\"白皙\"}",
"expression": "{argument name=\"expression\" default=\"略带微笑,看着手机屏幕\"}",
"details": "{argument name=\"details\" default=\"皮肤上有可见的汗水/光泽,表明刚运动过\"}"
},
"pose": "{argument name=\"pose\" default=\"坐在健身凳上,身体略微前倾,左手拿着手机\"}"
},
"attire": {
"top": {
"color": "{argument name=\"top color\" default=\"白色\"}",
"style": "{argument name=\"top style\" default=\"细肩带背心 / 吊带衫\"}",
"text_content": "{argument name=\"text content\" default=\"MayaBrynn\"}"
},
"bottom": {
"color": "{argument name=\"bottom color\" default=\"米色 / 棕褐色\"}",
"style": "{argument name=\"bottom style\" default=\"宽松运动裤\"}"
}
},
"accessories": {
"phone": "{argument name=\"phone model\" default=\"iPhone (Pro 型号),带灰色手机壳\"}"
},
"environment": {
"background_left": "{argument name=\"background left\" default=\"一排灰色商用跑步机\"}",
"background_right": "{argument name=\"background right\" default=\"哑铃架,上面有杠铃片,镜子中映出健身器材的倒影\"}",
"lighting": "{argument name=\"lighting\" default=\"头顶人工健身房照明\"}",
"flooring": "{argument name=\"flooring\" default=\"黑色橡胶健身垫\"}"
},
"technical_aspects": {
"perspective": "第一人称反射",
"focus": "主体清晰,背景略柔和",
"style": "写实,社交媒体美学,健身"
}
}
}
```
---
**Original English:**
{
"image_analysis": {
"type": "Mirror Selfie",
"setting": "Gym / Fitness Center",
"subject": {
"gender": "{argument name="gender" default="Female"}",
"age_group": "{argument name="age group" default="Young Adult"}",
"appearance": {
"hair": "{argument name="hair style" default="Long, dark, wavy"}",
"skin_tone": "{argument name="skin tone" default="Fair"}",
"expression": "{argument name="expression" default="Slight smile, looking at phone screen"}",
"details": "{argument name="details" default="Visible sweat/sheen on skin indicating a workout"}"
},
"pose": "{argument name="pose" default="Seated on a gym bench, leaning slightly forward, holding a phone with the left hand"}"
},
"attire": {
"top": {
"color": "{argument name="top color" default="White"}",
"style": "{argument name="top style" default="Spaghetti strap tank top / camisole"}",
"text_content": "{argument name="text content" default="MayaBrynn"}"
},
"bottom": {
"color": "{argument name="bottom color" default="Beige / Tan"}",
"style": "{argument name="bottom style" default="Loose-fitting sweatpants"}"
}
},
"accessories": {
"phone": "{argument name="phone model" default="iPhone (Pro model) with grey case"}"
},
"environment": {
"background_left": "{argument name="background left" default="Row of grey commercial treadmills"}",
"background_right": "{argument name="background right" default="Dumbbell rack with weights, gym equipment reflection in mirror"}",
"lighting": "{argument name="lighting" default="Overhead artificial gym lighting"}",
"flooring": "{argument name="flooring" default="Black rubber gym mats"}"
},
"technical_aspects": {
"perspective": "First-person reflection",
"focus": "Sharp on subject, slightly softer background",
"style": "Realistic, Social Media Aesthetic, Fitness"
}
}
}