镜面自拍,曲线身材与 ControlNet 约束

Author:ANKIT PATEL 🇮🇳 | AI
2026/01/05 09:12

Description

创作镜面自拍肖像,展现曲线身材和运动风格,采用ControlNet约束技术确保姿态准确。

Tags

Image GenerationVisualize

Content

```json
{
  "structured_prompt": {
    "subject_details": {
      "physique_and_demographics": {
        "description": "年轻女性,健美丰满的身材。",
        "features": ["臀部突出", "腰肢纤细", "古铜色皮肤"]
      },
      "attire_and_grooming": {
        "hair_style": "深棕色,凌乱的高发髻,发梢凌乱的刘海。",
        "clothing_outfit": "{argument name=\"top color\" default=\"酒红色\"} 工字背运动文胸,紧身黑色热裤,带有 Nike 图案和蓝色小星星。"
      },
      "held_items_and_accessories": {
        "jewelry": ["金戒指", "小耳环"],
        "primary_device": {
          "model": "iPhone 17 Pro Max",
          "finish": "银色(无手机壳)",
          "handling": "右手拿着"
        }
      }
    },
    "composition_and_pose": {
      "body_stance": "背对镜子站立,躯干略微向左扭转。",
      "head_orientation": "头转向左肩,看着手机的倒影。",
      "visual_focus": "强调背部侧面轮廓。",
      "shot_framing": {
        "type": "镜子自拍,中景。",
        "perspective": "与肩同高的反射视角。",
        "aspect_ratio": "3:4 垂直"
      }
    },
    "environment_context": {
      "setting": "通过镜子反射看到的现代公寓内部。",
      "background_elements": [
        "左侧大窗户显示城市天际线",
        "右侧白色门框",
        "带家具的客厅区域"
      ]
    },
    "photographic_execution": {
      "lighting_characteristics": {
        "source": "左侧强烈的自然日光。",
        "quality": "高对比度,营造出轮廓高光。"
      },
      "aesthetic_style": {
        "vibe": "原始智能手机美学,未经修饰。",
        "realism": "8k 超逼真,锐利对焦,可见皮肤纹理,细微传感器噪点。"
      },
      "mood_atmosphere": "自信、性感、休闲的生活方式。"
    },
    "control_specifications": {
      "dwpose_skeleton": {
        "lock_type": "精确骨骼结构。",
        "weight": 1.0,
        "priority": "保持臀部角度和脊柱弯曲度。"
      },
      "zoedepth_volume": {
        "lock_type": "体积深度。",
        "weight": 0.8,
        "priority": "保持臀部突出和背景分离。"
      }
    }
  },
  "negative_exclusions": [
    "解剖学正常化",
    "臀部体积减小",
    "曲线扁平化",
    "躯干纤细化",
    "美颜滤镜",
    "皮肤平滑",
    "喷枪纹理",
    "卡通视觉效果",
    "低质量输出",
    "手部扭曲"
  ]
}
```

---

**Original English:**
{
  "structured_prompt": {
    "subject_details": {
      "physique_and_demographics": {
        "description": "Young woman, fit curvy build.",
        "features": ["prominent glutes", "slim waist", "tan skin tone"]
      },
      "attire_and_grooming": {
        "hair_style": "Dark brown, messy high bun, wispy bangs.",
        "clothing_outfit": "{argument name="top color" default="wine red"} racerback sports bra, tight black booty shorts with Nike pattern and small blue stars."
      },
      "held_items_and_accessories": {
        "jewelry": ["Gold ring", "small earrings"],
        "primary_device": {
          "model": "iPhone 17 Pro Max",
          "finish": "Silver (no case)",
          "handling": "Held in right hand"
        }
      }
    },
    "composition_and_pose": {
      "body_stance": "Standing back to mirror, torso twisted slightly left.",
      "head_orientation": "Turned over left shoulder looking at phone reflection.",
      "visual_focus": "Emphasis on posterior profile view.",
      "shot_framing": {
        "type": "Mirror selfie, medium shot.",
        "perspective": "Shoulder height reflection view.",
        "aspect_ratio": "3:4 vertical"
      }
    },
    "environment_context": {
      "setting": "Modern apartment interior seen via mirror reflection.",
      "background_elements": [
        "Large left window showing city skyline",
        "White door frame on right",
        "Living area with furniture"
      ]
    },
    "photographic_execution": {
      "lighting_characteristics": {
        "source": "Strong natural daylight from left.",
        "quality": "High contrast creating profile highlights."
      },
      "aesthetic_style": {
        "vibe": "Raw smartphone aesthetic, unpolished.",
        "realism": "Photorealistic 8k, sharp focus, visible skin texture, subtle sensor noise."
      },
      "mood_atmosphere": "Confident, sultry, casual lifestyle."
    },
    "control_specifications": {
      "dwpose_skeleton": {
        "lock_type": "Exact skeletal structure.",
        "weight": 1.0,
        "priority": "Preserve hip angle and spine curvature."
      },
      "zoedepth_volume": {
        "lock_type": "Volumetric depth.",
        "weight": 0.8,
        "priority": "Maintain glute dominance and background separation."
      }
    }
  },
  "negative_exclusions": [
    "anatomy normalization",
    "reduced glute volume",
    "flattened curves",
    "slimmed torso",
    "beautification filters",
    "skin smoothing",
    "airbrushed texture",
    "cartoonish visual",
    "low quality output",
    "distorted hands"
  }
}
 }