图像 提示词
动态多角度人像网格生成

一个 JSON 提示,旨在通过极端的动态摄像机角度(正下方/正上方)和广角透视效果(近处元素显得巨大),生成一个主题(Sadie Sink)的四种独特变体。目标是创建一个展示复杂姿势的、逼真的、高对比度的电影风格网格。
提示词
```json
{
"image_generation_prompt": {
"variations": {
"count": 4,
"requirement": "each_must_be_unique_style"
},
"shot_composition": {
"type": "mid_close_up_wide_angle",
"camera_angle": {
"style": "extreme_dynamic",
"allowed_perspectives": [
"directly_below",
"directly_above",
"grid_views_multi_angle"
]
},
"perspective_effects": {
"near_lens_elements": "one_or_more_body_parts_positioned_adjacent_to_lens_appear_huge",
"background_elements": "remaining_body_recedes_strongly_in_perspective"
}
},
"subject": {
"identity": "same_person_across_all_variations",
"pose_requirements": {
"style": "stylish_complex_powerful",
"consistency": "maintain_across_all_shots"
}
},
"environment": {
"base": "original_setting",
"modification": "expanded_version",
"consistency": "maintained_across_all_variations"
},
"technical_specifications": {
"render_style": "photorealistic_ultra_detailed_dramatic",
"lighting": "cinematic",
"contrast": "high",
"textures": "crisp",
"color_grading": "precise"
}
}
}
```


