亲密、逼真的肖像,具有严格的面部一致性

Author:Zara
2026/01/05 09:12

Description

生成亲密逼真肖像,保留严格的面部一致性并呈现温柔内省的气质

Tags

画像生成ビジュアル化

Content

```json
{
  "reference_face": {
    "consistency": "使用与所提供参考图像完全相同的面部结构、比例和特征",
    "face_integrity": "面部特征、骨骼结构、眼睛形状、鼻子、嘴唇或肤色均无变化"
  },
  "subject": {
    "gender": "女性",
    "age_range": "20 岁出头到 20 岁中期",
    "pose": {
      "position": "坐姿",
      "hand_position": "一只手轻轻靠在脸颊上",
      "posture": "放松,身体略微前倾"
    },
    "expression": {
      "facial": "柔和、平静、略带内省",
      "eyes": "直视镜头",
      "mouth": "自然,嘴唇放松"
    }
  },
  "appearance": {
    "hair": {
      "color": "深棕色",
      "style": "凌乱的高发髻",
      "details": "脸颊两侧有几缕松散的头发",
      "accessory": "发髻中插着一朵 {argument name=\"flower color\" default=\"粉色\"} 花"
    },
    "skin": {
      "texture": "自然、真实",
      "details": "脸颊上泛着淡淡的红晕,毛孔可见,有细微的雀斑"
    },
    "makeup": {
      "style": "极简、自然",
      "focus": "柔和的腮红、自然的眉毛、淡淡的唇色"
    }
  },
  "clothing": {
    "top": {
      "type": "纽扣衬衫",
      "color": "柔和的淡粉色",
      "fit": "宽松、休闲",
      "fabric": "轻薄棉质"
    },
    "accessories": {
      "necklace": "精致的串珠项链",
      "earrings": "极简或无"
    }
  },
  "scene": {
    "setting": "极简的室内空间",
    "mood": "柔和、亲密、宁静",
    "lighting": {
      "type": "自然日光",
      "direction": "来自附近窗户的侧光",
      "quality": "柔和且漫射",
      "shadows": "柔和、自然的衰减"
    }
  },
  "background": {
    "wall": {
      "color": "米白 / 浅中性色",
      "texture": "光滑、干净"
    },
    "environment": "简洁、整洁的室内环境"
  },
  "composition": {
    "framing": "中景特写肖像",
    "camera_angle": "平视",
    "depth_of_field": "浅景深,主体清晰对焦,背景柔和模糊",
    "focus_point": "面部和眼睛"
  },
  "color_palette": {
    "dominant_colors": [
      "柔和的粉色",
      "温暖的肤色",
      "中性米色"
    ],
    "overall_tone": "温暖、柔和、自然"
  },
  "image_quality": {
    "resolution": "高细节",
    "style": "写实风格",
    "sharpness": "面部和织物质地清晰",
    "noise": "极小"
  },
  "post_processing": {
    "color_grading": "柔和的暖色调",
    "contrast": "低到中等",
    "highlights": "自然",
    "saturation": "微妙、真实"
  }
}
```

---

**Original English:**
{
  "reference_face": {
    "consistency": "use the exact same facial structure, proportions, and features as the provided reference image",
    "face_integrity": "no changes to facial features, bone structure, eye shape, nose, lips, or skin tone"
  },
  "subject": {
    "gender": "female",
    "age_range": "early to mid 20s",
    "pose": {
      "position": "seated",
      "hand_position": "one hand gently resting against her cheek",
      "posture": "relaxed, slightly leaning forward"
    },
    "expression": {
      "facial": "soft, calm, slightly introspective",
      "eyes": "direct gaze toward camera",
      "mouth": "neutral, relaxed lips"
    }
  },
  "appearance": {
    "hair": {
      "color": "dark brown",
      "style": "messy high bun",
      "details": "loose face-framing strands",
      "accessory": "single {argument name="flower color" default="pink"} flower tucked into the bun"
    },
    "skin": {
      "texture": "natural, realistic",
      "details": "soft blush on cheeks, visible pores and subtle freckles"
    },
    "makeup": {
      "style": "minimal, natural",
      "focus": "soft blush, natural brows, subtle lip color"
    }
  },
  "clothing": {
    "top": {
      "type": "button-up shirt",
      "color": "soft pastel pink",
      "fit": "relaxed, casual",
      "fabric": "lightweight cotton"
    },
    "accessories": {
      "necklace": "delicate beaded necklace",
      "earrings": "minimal or none"
    }
  },
  "scene": {
    "setting": "minimal indoor space",
    "mood": "soft, intimate, serene",
    "lighting": {
      "type": "natural daylight",
      "direction": "side-lit from a nearby window",
      "quality": "soft and diffused",
      "shadows": "gentle, natural falloff"
    }
  },
  "background": {
    "wall": {
      "color": "off-white / light neutral",
      "texture": "smooth, clean"
    },
    "environment": "simple, uncluttered interior"
  },
  "composition": {
    "framing": "medium close-up portrait",
    "camera_angle": "eye-level",
    "depth_of_field": "shallow, subject in sharp focus with softly blurred background",
    "focus_point": "face and eyes"
  },
  "color_palette": {
    "dominant_colors": [
      "soft pink",
      "warm skin tones",
      "neutral beige"
    ],
    "overall_tone": "warm, gentle, natural"
  },
  "image_quality": {
    "resolution": "high detail",
    "style": "photorealistic",
    "sharpness": "clear facial and fabric textures",
    "noise": "minimal"
  },
  "post_processing": {
    "color_grading": "soft warm grading",
    "contrast": "low to medium",
    "highlights": "natural",
    "saturation": "subtle, realistic"
  }
}