电影烛光美人像编辑提示

Author:Melis✨
2026/01/05 09:12

Description

编辑人像添加电影烛光效果,保持面部特征不变,增强柔和亲密的氛围。

Tags

画像生成推敲・最適化

Content

```json
{
  "mode": "image_edit",
  "face_preservation": {
    "enabled": true,
    "strength": 1.0,
    "notes": "面部特征、比例和身份必须完全保持不变"
  },
  "composition": {
    "shot_type": "特写肖像",
    "camera_angle": "平视",
    "framing": "面部居中,从额头到嘴唇对称裁剪",
    "expression": "柔和、亲密的表情,嘴唇微张,眼睛斜视"
  },
  "lighting": {
    "type": "柔和电影感烛光",
    "key_light": "来自左前方下方的单支烛火",
    "fill_light": "非常微妙的环境反弹光",
    "contrast": "低对比度",
    "highlights": "颧骨和嘴唇上的柔和光泽",
    "skin_detail": "保留自然纹理,毛孔可见"
  },
  "makeup": {
    "skin": {
      "base": "轻薄自然粉底",
      "finish": "柔和缎面,如肌肤般自然",
      "freckles": "雀斑可见,不遮盖",
      "contour": "非常柔和的自然修容"
    },
    "eyes": {
      "eyeshadow": "暖裸色和柔和棕色调眼影",
      "blending": "平滑晕染",
      "eyeliner": "贴近睫毛根部的细棕色眼线",
      "lashes": "根根分明,自然浓密,不夸张",
      "brows": "自然梳理的眉毛,柔和勾勒"
    },
    "cheeks": {
      "blush": "柔和的蜜桃色/玫瑰色腮红",
      "placement": "脸颊自然红晕"
    },
    "lips": {
      "color": "暖裸玫瑰色",
      "finish": "微光泽,水润",
      "definition": "自然唇形,不外扩"
    }
  },
  "scene": {
    "props": ["前景中的单支烛火"],
    "background": "干净的白色极简背景",
    "depth_of_field": "浅景深,烛火柔和模糊"
  },
  "style": {
    "mood": "亲密、电影感、时尚美妆",
    "color_palette": "暖象牙色、米色、柔和蜜桃色",
    "retouching": "高端时尚美妆修图,不改变面部形状"
  },
  "camera": {
    "lens": "85mm 人像镜头",
    "aperture": "f1.8",
    "focus": "眼睛极度清晰"
  },
  "negative_prompt": [
    "面部改变",
    "不同身份",
    "塑料感皮肤",
    "浓妆",
    "过度平滑",
    "美颜滤镜",
    "AI 痕迹"
  ]
}
```

---

**Original English:**
{
  "mode": "image_edit",
  "face_preservation": {
    "enabled": true,
    "strength": 1.0,
    "notes": "Face identity, proportions and features must remain completely unchanged"
  },
  "composition": {
    "shot_type": "tight close-up portrait",
    "camera_angle": "eye level",
    "framing": "centered face, symmetrical crop from forehead to lips",
    "expression": "soft, intimate expression, lips slightly parted, eyes looking sideways"
  },
  "lighting": {
    "type": "soft cinematic candle light",
    "key_light": "single candle flame from lower front side",
    "fill_light": "very subtle ambient bounce light",
    "contrast": "low",
    "highlights": "gentle glow on cheekbones and lips",
    "skin_detail": "natural texture preserved, visible pores"
  },
  "makeup": {
    "skin": {
      "base": "light natural foundation",
      "finish": "soft satin, skin-like",
      "freckles": "visible, not covered",
      "contour": "very soft natural contouring"
    },
    "eyes": {
      "eyeshadow": "warm nude and soft brown tones",
      "blending": "smooth and diffused",
      "eyeliner": "thin brown liner close to lash line",
      "lashes": "defined, natural volume, not dramatic",
      "brows": "natural brushed brows, softly defined"
    },
    "cheeks": {
      "blush": "soft peach / rose blush",
      "placement": "natural flush on cheeks"
    },
    "lips": {
      "color": "warm nude rose",
      "finish": "slightly glossy, hydrated",
      "definition": "natural lip shape, no overlining"
    }
  },
  "scene": {
    "props": ["single candle flame in foreground"],
    "background": "clean white minimal background",
    "depth_of_field": "shallow, candle softly blurred"
  },
  "style": {
    "mood": "intimate, cinematic, editorial beauty",
    "color_palette": "warm ivory, beige, soft peach",
    "retouching": "high-end editorial beauty retouch, no face reshaping"
  },
  "camera": {
    "lens": "85mm portrait lens",
    "aperture": "f1.8",
    "focus": "extremely sharp on eyes"
  },
  "negative_prompt": [
    "face change",
    "different identity",
    "plastic skin",
    "heavy makeup",
    "over-smoothing",
    "beauty filter",
    "AI artifacts"
  ]
}