社交媒体影响者画像 (JSON)

Author:ಠಿ⁠_⁠ಠಿ
2026/01/05 09:12

Description

创建社交媒体影响者肖像,展现俏皮表情和多部手机拍摄场景

Tags

Image GenerationVisualize

Content

```json
{
  "scene": {
    "setting": "影棚",
    "background": "纯色浅米色背景",
    "lighting": "柔和均匀的影棚灯光,无强烈阴影",
    "mood": "有趣、俏皮、社交媒体风格的构图"
  },
  "subject": {
    "type": "年轻女性",
    "pose": {
      "expression": "俏皮地吐着舌头",
      "gesture": "右手在脸颊旁比出胜利手势",
      "body_position": "面向前方,肩膀放松"
    },
    "appearance": {
      "hair": {
        "length": "长发",
        "color": "{argument name=\"hair color\" default=\"red\"}",
        "style": "两缕细辫发丝修饰脸庞,其余自然垂落"
      },
      "makeup": "自然精致妆容,眼妆突出,带有腮红",
      "outfit": {
        "top": "红色无肩带抹胸上衣"
      }
    }
  },
  "composition": {
    "framing": "中景特写",
    "special_elements": [
      {
        "element": "多部智能手机",
        "description": "多只手围绕主体拿着手机,从不同角度拍摄她",
        "perspective_effect": "屏幕上显示主体实时画面,增加镜像视觉层次"
      }
    ]
  },
  "camera_style": {
    "lens": "标准人像镜头",
    "aesthetic": "现代网红风格拍摄",
    "effect": "清晰的数字质感"
  },
  "output_style": {
    "quality": "高清、超现实",
    "vibe": "社交媒体自拍文化,充满活力和潮流感"
  }
}
```

---

**Original English:**
{
  "scene": {
    "setting": "studio",
    "background": "plain light beige backdrop",
    "lighting": "soft even studio lighting, no harsh shadows",
    "mood": "fun, playful, social-media inspired composition"
  },
  "subject": {
    "type": "young woman",
    "pose": {
      "expression": "tongue out playfully",
      "gesture": "right hand making peace sign near her cheek",
      "body_position": "facing forward, shoulders relaxed"
    },
    "appearance": {
      "hair": {
        "length": "long",
        "color": "{argument name="hair color" default="red"}",
        "style": "two thin braided strands framing the face, rest left natural"
      },
      "makeup": "natural glam with defined eyes and blush",
      "outfit": {
        "top": "red strapless tube top"
      }
    }
  },
  "composition": {
    "framing": "medium close-up",
    "special_elements": [
      {
        "element": "multiple smartphones",
        "description": "Several hands holding phones around the subject, all capturing her photo from various angles",
        "perspective_effect": "phones on-screen display the subject in real-time, adding a mirrored visual layer"
      }
    ]
  },
  "camera_style": {
    "lens": "standard portrait lens",
    "aesthetic": "modern influencer-style shoot",
    "effect": "clean digital clarity"
  },
  "output_style": {
    "quality": "high-definition, ultra-realistic",
    "vibe": "social media selfie culture, dynamic and trendy"
}