卧室里的逼真镜子自拍(详细 JSON)

Author:𝐌𝐢𝐧𝐝𝐒𝐩𝐚𝐫𝐤
2026/01/05 09:12

Description

生成卧室镜子自拍照片,采用详细JSON结构指定参考图匹配、人物特征和技术参数,确保高度一致性。

Tags

Image GenerationVisualize

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": "长而美丽的头发垂落在肩上",
            "length": "长"
          },
          "skin_specs": {
            "tone": "苍白",
            "distinctive_features": "脸部和胸部有明显的自然雀斑"
          },
          "body_shape": "苗条,健美身材",
          "face_specs": {
            "expression": "中性",
            "gaze_direction": "柔和地凝视镜子"
          }
        },
        "action": {
          "pose": "站立面向镜子,略微倾斜",
          "activity": "手持智能手机拍照"
        },
        "attire": {
          "vibe": "沙滩装 / 休闲风格",
          "garments": {
            "top": {
              "type": "三角比基尼上衣",
              "color": "米色",
              "details": "荷叶边边缘"
            },
            "bottom": {
              "type": "透明纱笼/裹裙",
              "color": "米色,与上衣搭配",
              "details": "系在臀部,带荷叶边"
            }
          }
        }
      },
      "scene_environment": {
        "location_type": "卧室内部",
        "atmosphere_mood": "柔和的居家氛围",
        "key_props": [
          "未整理的床(凌乱的白色床单和枕头)",
          "木质床头板",
          "镜框(侧面可见)"
        ],
        "lighting_setup": {
          "primary_source": {
            "type": "自然日光",
            "origin": "主体身后带有薄纱窗帘的窗户"
          },
          "accent_source": {
            "type": "LED 环境灯带",
            "color": "紫色",
            "intensity": "微妙",
            "location": "在墙上"
          }
        }
      },
      "photography_specs": {
        "camera_type": "智能手机",
        "shot_category": "镜面反射自拍",
        "aesthetic_genre": [
          "业余摄影",
          "网红美学",
          "抓拍"
        ],
        "technical_quality": {
          "resolution_target": "8K",
          "focus_priority": "主体清晰",
          "re": ""
        }
      }
    }
  }
}
```

---

**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 bedroom.",
      "subject_profile": {
        "demographics": {
          "gender": "female",
          "age_group": "young_adult"
        },
        "physical_appearance": {
          "hair_specs": {
            "color": "silver/grey",
            "texture": "normal, voluminous",
            "style": "long beautiful looking hair falling over shoulders",
            "length": "long"
          },
          "skin_specs": {
            "tone": "pale",
            "distinctive_features": "visible natural freckles on face and chest"
          },
          "body_shape": "slender, fit physique",
          "face_specs": {
            "expression": "neutral",
            "gaze_direction": "soft gaze looking into mirror"
          }
        },
        "action": {
          "pose": "standing facing mirror, slightly angled",
          "activity": "holding smartphone to take photo"
        },
        "attire": {
          "vibe": "beachwear / lounge style",
          "garments": {
            "top": {
              "type": "triangle bikini top",
              "color": "cream-colored",
              "details": "ruffled edges"
            },
            "bottom": {
              "type": "sheer sarong/wrap skirt",
              "color": "cream-colored matching top",
              "details": "tied at hip with ruffles"
            }
          }
        }
      },
      "scene_environment": {
        "location_type": "bedroom interior",
        "atmosphere_mood": "soft domestic",
        "key_props": [
          "unmade bed (messy white sheets and pillows)",
          "wooden headboard",
          "mirror frame (visible on side)"
        ],
        "lighting_setup": {
          "primary_source": {
            "type": "natural daylight",
            "origin": "window behind subject with sheer curtains"
          },
          "accent_source": {
            "type": "LED ambient light strip",
            "color": "purple",
            "intensity": "subtle",
            "location": "on wall"
          }
        }
      },
      "photography_specs": {
        "camera_type": "smartphone",
        "shot_category": "mirror reflection selfie",
        "aesthetic_genre": [
          "amateur photography",
          "influencer aesthetic",
          "candid"
        ],
        "technical_quality": {
          "resolution_target": "8K",
          "focus_priority": "sharp on subject",
          "re"
        }
      }
    }
  }
}