返回画廊数据整理自 YouMind 公共 GitHub/页面数据

4-Panel Professional Avatar Grid

Generates a 2x2 grid of photorealistic portraits showing the same person in four different professional and casual outfits.

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "2x2 portrait grid",
"subject": "{argument name=\"subject description\" default=\"young adult East Asian male with short black hair and a slight smile\"}",
"style": "photorealistic, high-resolution, professional lighting, consistent facial identity across all panels",
"layout": {
"format": "2x2 grid",
"panel_count": 4,
"panels": [
{
"position": "top-left",
"description": "{argument name=\"profession 1\" default=\"Corporate professional wearing a dark navy suit, white shirt, and blue tie against a gray textured background\"}"
},
{
"position": "top-right",
"description": "{argument name=\"profession 2\" default=\"Casual attire wearing a dark blue crew neck t-shirt against a blurred outdoor park background\"}"
},
{
"position": "bottom-left",
"description": "{argument name=\"profession 3\" default=\"Construction worker wearing a yellow hard hat, navy blue work shirt, and bright orange high-visibility vest against a blurred warehouse background\"}"
},
{
"position": "bottom-right",
"description": "{argument name=\"profession 4\" default=\"Medical professional wearing a white lab coat over a light blue collared shirt against a blurred laboratory background\"}"
}
]
}
}