特写镜面自拍,自然光泽,结构化提示
Author:ANKIT PATEL 🇮🇳 | AI
2026/01/05 09:12
Description
生成特写镜面自拍照片,展现自然光泽和细致面部特征,采用结构化JSON格式指定参考图匹配和技术参数。
Tags
画像生成ビジュアル化
Content
```json
{
"generation_request": {
"meta_data": {
"task": "text_to_image_with_reference",
"version": "2.0_structured"
},
"technical_constraints": {
"output_format": {
"aspect_ratio": "9:16",
"orientation": "portrait"
},
"reference_image_compliance": {
"enabled": true,
"mode": "strict_visual_match",
"instruction_text": "图片应与上传的参考图一致。"
}
},
"creative_detailed_prompt": {
"core_concept": "在柔和自然的卧室环境中,拍摄一张逼真的智能手机镜面自拍,特写面部构图。",
"subject_profile": {
"demographics": {
"gender": "女性",
"age_group": "青年"
},
"physical_appearance": {
"hair_specs": {
"color": "银色/灰色",
"texture": "正常,蓬松",
"style": "长发披肩"
},
"skin_specs": {
"tone": "苍白",
"distinctive_features": "面部和胸部有自然雀斑",
"finish": "自然柔和光泽的皮肤"
},
"body_shape": "苗条,健美身材",
"face_specs": {
"expression": "中性带柔和光泽",
"gaze_direction": "柔和地凝视镜子",
"makeup_style": "非常自然的魅力妆容,带有微妙的高光,逼真的皮肤纹理"
}
},
"action": {
"pose": "站立,面向镜子",
"activity": "手持智能手机拍照",
"framing": "特写面部和上半身在镜中反射"
},
"attire": {
"vibe": "沙滩装 / 休闲装",
"garments": {
"top": {
"type": "米色三角比基尼上衣",
"details": "荷叶边"
},
"bottom": {
"type": "米色透明纱笼",
"details": "系在臀部"
}
}
}
},
"scene_environment": {
"location_type": "卧室内部",
"atmosphere_mood": "柔和的居家写实主义",
"key_props": [
"未整理的床",
"木质床头板",
"镜框"
],
"lighting_setup": {
"primary_source": {
"type": "自然日光",
"origin": "带薄纱窗帘的窗户"
},
"accent_source": {
"type": "LED 灯带",
"color": "紫色",
"intensity": "微妙"
}
}
},
"photography_specs": {
"camera_type": "智能手机",
"camera_details": {
"model": "iPhone 15 Pro Max",
"lens_equivalent": "24mm 主镜头",
"aperture": "f/1.6",
"flash": "柔和前置闪光灯,用于皮肤光泽",
"resolution_output": "48MP 处理为 8K"
},
"shot_category": "镜面自拍特写",
"aesthetic_genre": [
"网红美学",
"抓拍写实主义",
"自然光泽美"
],
"technical_quality": {
"resolution_target": "8K",
"focus_priority": "反射中的面部清晰",
"rendering_style": "照片级写实",
"texture_emphasis": "自然毛孔,淡妆,微妙光泽"
}
}
},
"negative_constraints_list": [
"浓妆",
"过度平滑的皮肤",
"卡通",
"动漫",
"3D 渲染",
"扭曲的手",
"糟糕的解剖结构",
"多余的肢体",
"模糊",
"低质量",
"昏暗的房间"
]
}
}
```
---
**Original English:**
{ "generation_request": { "meta_data": { "task": "text_to_image_with_reference", "version": "2.0_structured" }, "technical_constraints": { "output_format": { "aspect_ratio": "9:16", "orientation": "portrait" }, "reference_image_compliance": { "enabled": true, "mode": "strict_visual_match", "instruction_text": "Picture should be same as reference uploaded." } }, "creative_detailed_prompt": { "core_concept": "Realistic smartphone mirror selfie in a soft, natural bedroom environment with close-up facial framing.", "subject_profile": { "demographics": { "gender": "female", "age_group": "young_adult" }, "physical_appearance": { "hair_specs": { "color": "silver/grey", "texture": "normal, voluminous", "style": "long hair falling over shoulders" }, "skin_specs": { "tone": "pale", "distinctive_features": "natural freckles on face and chest", "finish": "natural soft-glow skin" }, "body_shape": "slender, fit physique", "face_specs": { "expression": "neutral with soft glow", "gaze_direction": "soft gaze into mirror", "makeup_style": "very natural glam makeup with subtle highlights, realistic skin texture" } }, "action": { "pose": "standing, facing mirror", "activity": "holding smartphone to take photo", "framing": "close-up face and upper chest in reflection" }, "attire": { "vibe": "beachwear / lounge", "garments": { "top": { "type": "cream triangle bikini top", "details": "ruffled edges" }, "bottom": { "type": "cream sheer sarong", "details": "tied at hip" } } } }, "scene_environment": { "location_type": "bedroom interior", "atmosphere_mood": "soft domestic realism", "key_props": [ "unmade bed", "wooden headboard", "mirror frame" ], "lighting_setup": { "primary_source": { "type": "natural daylight", "origin": "window with sheer curtains" }, "accent_source": { "type": "LED strip", "color": "purple", "intensity": "subtle" } } }, "photography_specs": { "camera_type": "smartphone", "camera_details": { "model": "iPhone 15 Pro Max", "lens_equivalent": "24mm main lens", "aperture": "f/1.6", "flash": "soft front flash for skin glow", "resolution_output": "48MP processed to 8K" }, "shot_category": "mirror selfie close-up", "aesthetic_genre": [ "influencer aesthetic", "candid realism", "natural glow beauty" ], "technical_quality": { "resolution_target": "8K", "focus_priority": "sharp on face in reflection", "rendering_style": "photorealistic", "texture_emphasis": "natural pores, light makeup, subtle glow" } } }, "negative_constraints_list": [ "heavy makeup", "over-smoothed skin", "cartoon", "anime", "3d render", "distorted hands", "bad anatomy", "extra limbs", "blurry", "low quality", "dark room" ] } }