健身姿势肖像与参考图像一致性
Author:Sienna
2026/01/05 09:12
Description
生成健身姿势肖像,严格保持参考图像一致性,包含详细的人物、服饰和健身房环境参数。
Tags
图像生成视觉化
Content
```json
{
"image_generation_request": {
"parameters": { "aspect_ratio": "9:16", "model_version": "v6.0", "stylize": 250, "quality": "high" },
"reference_settings": { "use_reference_image": true, "consistency_weight": 1.0, "instruction": "严格遵循上传的参考图片。保持面部特征和身体比例完全一致,偏差为 0%。" },
"prompt_structure": {
"subject": {
"demographics": { "gender": "女性", "physique": "健美、紧致", "hair_style": "黑色长直发" },
"apparel": {
"upper_body": { "item": "背心", "color": "粉色", "fit": "运动型/紧身" },
"lower_body": { "item": "运动短裤", "color": "灰色", "texture": "柔软面料", "fit": "修身/凸显身材" }
},
"pose_and_expression": { "body_orientation": "回头望向肩膀后方", "facial_expression": "浅笑", "action": "站立/摆姿势" }
},
"environment": {
"setting_type": "室内健身房",
"architectural_details": { "wall_color": "白色", "accents": "蓝色", "flooring": "标准健身房地板" },
"props_and_equipment": [ "各种健身器械", "背景中的健身器材" ],
"lighting": { "source": "顶灯", "quality": "人造光,明亮" }
},
"composition": { "camera_angle": "平视", "framing": "中景全身照", "focus": "主体清晰对焦" }
}
}
}
```
---
**Original English:**
{
"image_generation_request": {
"parameters": { "aspect_ratio": "9:16", "model_version": "v6.0", "stylize": 250, "quality": "high" },
"reference_settings": { "use_reference_image": true, "consistency_weight": 1.0, "instruction": "Strict adherence to uploaded reference image. Maintain exact facial features and body proportions with 0% deviation." },
"prompt_structure": {
"subject": {
"demographics": { "gender": "Female", "physique": "Fit, toned", "hair_style": "Long straight black hair" },
"apparel": {
"upper_body": { "item": "Tank top", "color": "Pink", "fit": "Athletic/Tight" },
"lower_body": { "item": "Athletic shorts", "color": "Gray", "texture": "Soft fabric", "fit": "Form-fitting/Highlighting physique" }
},
"pose_and_expression": { "body_orientation": "Looking back over shoulder", "facial_expression": "Slight smile", "action": "Standing/Posing" }
},
"environment": {
"setting_type": "Indoor Gym",
"architectural_details": { "wall_color": "White", "accents": "Blue", "flooring": "Standard gym flooring" },
"props_and_equipment": [ "Various exercise machines", "Gym equipment in background" ],
"lighting": { "source": "Overhead", "quality": "Artificial, bright" }
},
"composition": { "camera_angle": "Eye level", "framing": "Medium-full shot", "focus": "Sharp focus on subject" }
}
}
}