室内肖像:纹身与条纹短裤

Author:Sienna
2026/01/05 09:12

Description

生成室内肖像,展现纹身细节和条纹短裤的时尚搭配

Tags

Image GenerationVisualize

Content

```json
{
  "subject": {
    "gender": "女性",
    "hair": {
      "color": "浅棕色带金色挑染",
      "style": "长直发,中分",
      "length": "过肩"
    },
    "skin": {
      "tone": "白皙",
      "texture": "光滑"
    },
    "eyes": {
      "makeup": "眼线,睫毛膏",
      "gaze": "侧视,不看镜头"
    },
    "pose": {
      "position": "斜倚/坐在沙发上",
      "body_orientation": "身体略微倾斜",
      "hands": {
        "left_hand": "握住文胸肩带/上缘",
        "right_hand": "握住文胸肩带/上缘",
        "tattoos": {
          "right_hand_back": "手背有小文字/数字纹身,包括“666”和星星",
          "right_wrist": "右手腕有小符号纹身",
          "left_wrist": "左手腕有小爱心轮廓纹身"
        }
      }
    },
    "accessories": {
      "jewelry": [
        "细金项链",
        "右手无名指戴金戒指",
        "肚脐环,带杠铃式饰品"
      ]
    }
  },
  "clothing": {
    "top": {
      "type": "文胸式上衣/露脐上衣",
      "color": "白色",
      "material": "棉或针织混纺面料,带蕾丝",
      "details": "下摆有蕾丝边,胸部中央有褶皱,细肩带"
    },
    "bottom": {
      "type": "短裤/平角短裤",
      "color": "{argument name=\"shorts color\" default=\"red and white\"}",
      "pattern": "横条纹",
      "details": "腰部中央有白色小蝴蝶结,松紧腰带"
    }
  },
  "setting": {
    "location": "室内",
    "furniture": "大型米色/棕褐色沙发",
    "background_elements": [
      "右上角有咖啡桌书籍",
      "沙发后面有深色/黑色区域"
    ]
  },
  "lighting": {
    "type": "柔和的室内照明",
    "shadows": "柔和的阴影,表明是漫射光源"
  }
}
```

---

**Original English:**
{
  "subject": {
    "gender": "female",
    "hair": {
      "color": "light brown with blonde highlights",
      "style": "long, straight, center part",
      "length": "extending past shoulders"
    },
    "skin": {
      "tone": "fair",
      "texture": "smooth"
    },
    "eyes": {
      "makeup": "eyeliner, mascara",
      "gaze": "looking to the side, away from camera"
    },
    "pose": {
      "position": "reclining/sitting on a sofa",
      "body_orientation": "angled slightly",
      "hands": {
        "left_hand": "holding strap/top of bra",
        "right_hand": "holding strap/top of bra",
        "tattoos": {
          "right_hand_back": "small text/numbers including '666' and stars",
          "right_wrist": "small symbol",
          "left_wrist": "small heart outline"
        }
      }
    },
    "accessories": {
      "jewelry": [
        "thin gold necklace",
        "gold ring on right ring finger",
        "navel piercing with barbell jewelry"
      ]
    }
  },
  "clothing": {
    "top": {
      "type": "bralette/crop top",
      "color": "white",
      "material": "cotton or jersey blend with lace",
      "details": "lace trim on bottom hem, ruched center bust, spaghetti straps"
    },
    "bottom": {
      "type": "shorts/boy shorts",
      "color": "{argument name="shorts color" default="red and white"}",
      "pattern": "horizontal stripes",
      "details": "small white bow at center waist, elastic waistband"
    }
  },
  "setting": {
    "location": "indoor",
    "furniture": "large beige/tan sofa or couch",
    "background_elements": [
      "coffee table books in upper right corner",
      "dark/black area behind sofa"
    ]
  },
  "lighting": {
    "type": "soft indoor lighting",
    "shadows": "soft shadows suggesting diffuse light source"
  }
}