muapi-multi-angle-reshoot
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMulti-Angle Reshoot
多角度重拍
Re-render a subject or scene from multiple dramatic camera angles, such as fish-eye, bird's-eye, low-angle, and macro, while maintaining consistent identity and detail.
Estimated credits: ~150 per run.
从鱼眼、鸟瞰、低角度、微距等多种戏剧性拍摄角度重新渲染主体或场景,同时保持主体特征和细节的一致性。
预估消耗点数: 每次运行约150点。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | yes | — | Description of the subject or scene (e.g. "a professional woman in a black suit holding a laptop"). |
| image_url | no | — | Optional reference image to maintain consistency across angles. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 是 | — | 主体或场景的描述(例如:“一位身穿黑色西装、手持笔记本电脑的职业女性”)。 |
| 图片URL | 否 | — | 可选参考图片,用于在不同角度间保持一致性。 |
Steps
步骤
Phase A — Subject Establishment
阶段A — 主体确立
If is not provided, submit the plan with ONE step to create the base subject:
{{reference_image}}- Subject Generation — (model=
muapi image generate):nano-banana-pro- Prompt:
A high-quality, professional photograph of {{subject_description}}. Clean studio lighting, sharp focus, realistic textures, cinematic quality. - Aspect ratio: 3:4 or 1:1
- Prompt:
Present the base image to the user for approval.
如果未提供,提交包含以下单个步骤的方案以创建基础主体:
{{reference_image}}- 主体生成 — (模型=
muapi image generate):nano-banana-pro- 提示词:
A high-quality, professional photograph of {{subject_description}}. Clean studio lighting, sharp focus, realistic textures, cinematic quality. - 宽高比:3:4或1:1
- 提示词:
将基础图片提交给用户确认。
Phase B — Multi-Angle Reshoot
阶段B — 多角度重拍
Once the subject is established, submit the plan using (model=) to generate the requested angles. Use the approved image from Phase A as the reference for ALL steps.
muapi image editnano-banana-2-edit- Bird's Eye View
- Reference: Base Image
- Prompt:
A dramatic bird's eye view (from directly above) of the same subject. High-angle perspective, wide shot, looking down. Maintain exact clothing, face, and setting consistency.
- Fish Eye Lens
- Reference: Base Image
- Prompt:
A high-distortion fish-eye lens photograph of the same subject. Ultra-wide angle, curved edges, dramatic perspective, immersive feel. Maintain exact clothing and face consistency.
- Low Angle (Hero Shot)
- Reference: Base Image
- Prompt:
A low-angle "hero shot" looking up at the subject. Makes the subject appear powerful and dominant. Maintain exact clothing and face consistency.
- Dutch Angle
- Reference: Base Image
- Prompt:
A stylized Dutch angle (tilted horizon) photograph of the same subject. Cinematic, slightly uneasy or dramatic vibe. Maintain exact clothing and face consistency.
- Macro Close-up
- Reference: Base Image
- Prompt:
An extreme macro close-up focused on a specific detail of the subject (e.g., eyes, texture of the suit, or a feature of the laptop). Shallow depth of field, incredible detail. Maintain exact colors and textures.
- Worm's Eye View
- Reference: Base Image
- Prompt:
A worm's eye view from ground level looking straight up at the subject. Dramatic vertical perspective. Maintain exact clothing and face consistency.
After generating the variations, present the multi-angle gallery to the user. You can also offer to generate specific individual angles based on their feedback.
主体确立后,使用(模型=)提交方案以生成所需角度。使用阶段A中用户确认的图片作为所有步骤的参考。
muapi image editnano-banana-2-edit- 鸟瞰视角
- 参考图:基础图片
- 提示词:
A dramatic bird's eye view (from directly above) of the same subject. High-angle perspective, wide shot, looking down. Maintain exact clothing, face, and setting consistency.
- 鱼眼镜头
- 参考图:基础图片
- 提示词:
A high-distortion fish-eye lens photograph of the same subject. Ultra-wide angle, curved edges, dramatic perspective, immersive feel. Maintain exact clothing and face consistency.
- 低角度(英雄镜头)
- 参考图:基础图片
- 提示词:
A low-angle "hero shot" looking up at the subject. Makes the subject appear powerful and dominant. Maintain exact clothing and face consistency.
- 倾斜角度
- 参考图:基础图片
- 提示词:
A stylized Dutch angle (tilted horizon) photograph of the same subject. Cinematic, slightly uneasy or dramatic vibe. Maintain exact clothing and face consistency.
- 微距特写
- 参考图:基础图片
- 提示词:
An extreme macro close-up focused on a specific detail of the subject (e.g., eyes, texture of the suit, or a feature of the laptop). Shallow depth of field, incredible detail. Maintain exact colors and textures.
- 虫眼视角
- 参考图:基础图片
- 提示词:
A worm's eye view from ground level looking straight up at the subject. Dramatic vertical perspective. Maintain exact clothing and face consistency.
生成所有变体后,向用户展示多角度图片集。你也可以根据用户反馈提供特定单个角度的生成服务。
Trigger Keywords
触发关键词
multi anglephoto reshootchange camera anglefish eye viewbirds eye viewlow angle shotmacro photographycamera perspectivemulti anglephoto reshootchange camera anglefish eye viewbirds eye viewlow angle shotmacro photographycamera perspectiveNotes for the Executing Agent
执行Agent注意事项
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call CLI commands. Use
muapifirst ifmuapi auth configureis unset.MUAPI_API_KEY - For model IDs without a CLI alias yet, fall back to the raw endpoint via and poll with
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'.muapi predict wait <request_id> - Substitute placeholders with the user's actual inputs before issuing each call.
{{input_name}}
- 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入,然后调用CLI命令。如果未设置
muapi,请先使用MUAPI_API_KEY进行配置。muapi auth configure - 对于尚未设置CLI别名的模型ID,可通过原始端点回退:,并使用
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'进行轮询。muapi predict wait <request_id> - 在发出每个调用前,将占位符替换为用户的实际输入。
{{input_name}}