在昏暗房间里,一位年轻女性的低角度风格化肖像

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

Description

生成昏暗房间内年轻女性的低角度风格化肖像,呈现时尚感和立体感。

Tags

画像生成ビジュアル化コンテンツ生成

Content

```json
{
  "image_generation_request": {
    "constraints": {
      "preservation_instruction": "不改变 {argument name=\"my face\" default=\"我的面部特征和脸型\"}",
      "strictness": "高"
    },
    "technical_specifications": {
      "medium": "照片",
      "resolution": "高清",
      "camera_angle": "低角度透视"
    },
    "subject_details": {
      "demographics": "年轻女性",
      "physical_appearance": {
        "hair": {
          "style": "凌乱盘发",
          "details": "散落的发丝"
        }
      },
      "pose_and_action": {
        "stance": "站立",
        "positioning": "摆好姿势",
        "gesture": "触摸衣领",
        "vibe": "看起来时尚"
      },
      "attire": {
        "upper_body": {
          "item": "短款 T 恤",
          "color": {argument name="shirt color" default="深蓝色"},
          "texture": "罗纹",
          "details": [
            "白色饰边",
            "白色标志"
          ]
        },
        "lower_body": {
          "item": "睡裤",
          "pattern": "条纹",
          "color": "白色"
        }
      }
    },
    "scene_environment": {
      "setting_type": "房间",
      "lighting": {
        "intensity": "光线昏暗",
        "temperature": "暖色调",
        "color_tone": "增强的紫色调",
        "sources": [
          "吸顶灯",
          "隐藏式灯带"
        ]
      }
    }
  }
}
```

---

**Original English:**
{
  "image_generation_request": {
    "constraints": {
      "preservation_instruction": "Without changing my facial features and face",
      "strictness": "High"
    },
    "technical_specifications": {
      "medium": "Photograph",
      "resolution": "High-definition",
      "camera_angle": "Low-angle perspective"
    },
    "subject_details": {
      "demographics": "Young woman",
      "physical_appearance": {
        "hair": {
          "style": "Messy updo",
          "details": "Loose strands"
        }
      },
      "pose_and_action": {
        "stance": "Standing",
        "positioning": "Positioned",
        "gesture": "Touching the collar",
        "vibe": "Looking stylish"
      },
      "attire": {
        "upper_body": {
          "item": "Cropped t-shirt",
          "color": "Dark blue",
          "texture": "Ribbed",
          "details": [
            "White trim",
            "White logo"
          ]
        },
        "lower_body": {
          "item": "Pajama pants",
          "pattern": "Striped",
          "color": "White"
        }
      }
    },
    "scene_environment": {
      "setting_type": "Room",
      "lighting": {
        "intensity": "Dimly lit",
        "temperature": "Warm",
        "color_tone": "Enhanced purple-toned",
        "sources": [
          "Ceiling fixture",
          "Hidden cove lights"
        ]
      }
    }
  }
}