具有身份保留的电影级人像
Author:𝗦𝗮𝗻𝗶𝗮
2026/01/05 09:12
Description
生成具有身份保留的电影级人像,严格锁定面部特征,采用梦幻超写实风格。
Tags
Image GenerationVisualize
Content
```json
{
"type": "image_generation_prompt",
"style": "梦幻般的、电影般的、超写实肖像",
"identity_preservation": {
"use_reference_image": true,
"alter_face": false,
"strict_identity_lock": true,
"notes": "不得以任何方式改变面部。100% 保留上传图像中的面部特征、结构、皮肤纹理和相似度。"
},
"subject": {
"gender": "{argument name=\"gender\" default=\"female\"}",
"pose": {
"head_position": "微微低下",
"expression": "平静、内省、安详",
"body_language": "放松自然"
},
"appearance": {
"hair": {
"color": "{argument name=\"hair color\" default=\"black\"}",
"style": "蓬松、自然飘逸"
},
"accessories": [
"{argument name=\"accessory 1\" default=\"墨镜,营造出酷炫、不费力的氛围\"}",
"{argument name=\"accessory 2\" default=\"一条细细的银项链\"}"
]
}
},
"wardrobe": {
"top": "{argument name=\"top garment\" default=\"白色宽松针织衫,由柔软有质感的面料制成\"}"
},
"environment": {
"background": {
"color": "{argument name=\"background color\" default=\"中性米色墙壁\"}",
"style": "极简主义且干净"
}
},
"lighting": {
"type": "自然阳光",
"tone": "暖琥珀色",
"effects": [
"柔和的光线轻抚面部和肩部",
"中性背景下的电影般温暖",
"柔和的高光,平滑的衰减"
]
},
"mood": {
"atmosphere": "梦幻般的、电影般的、宁静的",
"emotion": "柔和的自信和沉静的优雅"
},
"quality": {
"realism": "超写实",
"detail_level": "皮肤纹理、织物编织和光线过渡的高细节"
},
"output_goal": "创作一张年轻女性的梦幻般的电影肖像,她穿着一件宽松的白色针织衫,沐浴在暖琥珀色的阳光下,背景是米色墙壁,同时精确保留参考图像中的面部特征。"
}
```
---
**Original English:**
{
"type": "image_generation_prompt",
"style": "dreamlike, cinematic, ultra-realistic portrait",
"identity_preservation": {
"use_reference_image": true,
"alter_face": false,
"strict_identity_lock": true,
"notes": "Do not change the face in any way. Preserve 100% of the facial features, structure, skin texture, and likeness from the uploaded image."
},
"subject": {
"gender": "{argument name="gender" default="female"}",
"pose": {
"head_position": "gently lowered",
"expression": "calm, introspective, serene",
"body_language": "relaxed and natural"
},
"appearance": {
"hair": {
"color": "{argument name="hair color" default="black"}",
"style": "tousled, natural movement"
},
"accessories": [
"{argument name="accessory 1" default="sunglasses creating a cool, effortless aura"}",
"{argument name="accessory 2" default="single thin silver necklace"}"
]
}
},
"wardrobe": {
"top": "{argument name="top garment" default="white oversized knitted shirt made of soft, textured fabric"}"
},
"environment": {
"background": {
"color": "{argument name="background color" default="neutral cream wall"}",
"style": "minimalist and clean"
}
},
"lighting": {
"type": "natural sunlight",
"tone": "warm amber",
"effects": [
"soft glow brushing the face and shoulder",
"cinematic warmth against the neutral background",
"gentle highlights with smooth falloff"
]
},
"mood": {
"atmosphere": "dreamlike, cinematic, peaceful",
"emotion": "soft confidence and quiet elegance"
},
"quality": {
"realism": "ultra-realistic",
"detail_level": "high detail in skin texture, fabric weave, and lighting transitions"
},
"output_goal": "Create a dreamlike, cinematic portrait of a young woman wearing an oversized white knitted shirt, bathed in warm amber sunlight against a cream wall, while preserving her face exactly as in the reference image."
}