自拍肖像的详细 JSON 提示

Author:𝗦𝗮𝗻𝗶𝗮
2026/01/05 09:12

Description

生成镜面自拍肖像的详细JSON配置,精确控制光线、环境和人物特征。

Tags

Image GenerationVisualize

Content

```json
{
  "image_generation": {
    "face": {
      "preserve_original": true,
      "reference_match": true
   },
    "photo_style": {
      "type": "镜面自拍肖像",
      "camera_angle": "特写到中景,通过镜面反射实现视线水平",
      "lighting": "柔和温暖的室内光线,低对比度",
      "mood": "平静、内省、极简",
      "texture": "自然的皮肤纹理,柔和的阴影,细微的颗粒感",
      "focus": "主体和手机反射清晰对焦,背景柔和模糊"
    },

    "subject": {
      "pose": "站在室内,举起智能手机进行镜面自拍,头部略微侧向一边",
      "expression": "中性、沉思、放松",
      "hair": {
        "style": "长发,直发到微卷,散开",
        "color": "自然棕色"
      },
      "clothing": {
        "type": "休闲居家服",
        "details": "宽松的深色 T 恤,款式极简"
      },
      "accessories": {
        "phone": "手中可见智能手机,摄像头界面在镜中反射"
      }
    },

    "environment": {
      "setting": "卧室或更衣室",
      "background": "镜面、衣架、抽屉、柔和照明的室内空间",
      "atmosphere": "安静、私密、舒适的室内环境"
    },

    "aesthetic": {
      "style": "自然生活方式自拍",
      "features": [
        "镜面反射构图",
        "柔和的室内环境光",
        "极简主义时尚",
        "休闲日常场景",
        "干净的中性色调"
      ]
    }
  }
}
```

---

**Original English:**
{
  "image_generation": {
    "face": {
      "preserve_original": true,
      "reference_match": true
   },
    "photo_style": {
      "type": "mirror selfie portrait",
      "camera_angle": "close-up to medium shot, eye-level via mirror reflection",
      "lighting": "soft warm indoor lighting with low contrast",
      "mood": "calm, introspective, minimal",
      "texture": "natural skin texture, soft shadows, subtle grain",
      "focus": "sharp focus on subject and phone reflection, background softly blurred"
    },

    "subject": {
      "pose": "standing indoors holding a smartphone up for a mirror selfie, head slightly turned to the side",
      "expression": "neutral, thoughtful, relaxed",
      "hair": {
        "style": "long, straight to slightly wavy, loose",
        "color": "natural brown"
      },
      "clothing": {
        "type": "casual indoor wear",
        "details": "loose dark-colored t-shirt with minimal styling"
      },
      "accessories": {
        "phone": "smartphone visible in hand with camera interface reflected in mirror"
      }
    },

    "environment": {
      "setting": "bedroom or dressing room",
      "background": "mirror surface, clothing rack, drawers, softly lit interior space",
      "atmosphere": "quiet, personal, cozy indoor environment"
    },

    "aesthetic": {
      "style": "natural lifestyle selfie",
      "features": [
        "mirror reflection composition",
        "soft ambient indoor lighting",
        "minimalist fashion",
        "casual everyday setting",
        "clean neutral color palette"
      ]
    }
  }
}