muapi-couple-grid-creator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCouple Grid Creator
情侣网格生成器
Create a stylized 6-box grid featuring a couple in various romantic poses and outfits, with each pose framed inside a unique cardboard box packaging.
Estimated credits: ~150 per run.
创建一个风格化的6格网格图,展示一对情侣的多种浪漫姿势和穿搭,每个姿势都被框在独特的硬纸板包装盒内。
预估消耗积分: 每次运行约150积分。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| image_url | yes | — | A clear photo of the couple to maintain identity. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| image_url | 是 | — | 清晰的情侣照片,用于保持人物身份一致性。 |
Steps
步骤
Phase A — Multi-Pose Grid Generation
A阶段 — 多姿势网格生成
If is not provided, ask the user to upload a photo of the couple.
{{couple_image}}Once the photo is available, submit the plan with ONE step to generate the stylized grid:
- Grid Generation — (model=
muapi image edit):qwen-image-edit-plus- Reference Image:
{{couple_image}} - Prompt:
Convert the above image into an 8k portrait of both faces. Both faces should be clearly visible inside separate packaging: brown square hollow cardboard boxes. There should be 6 big boxes fully occupying the frame in a grid layout. In each box, the couple's faces should be visible, striking different decent romantic poses. Each box should feature a different costume for the couple to differentiate the scenes, with both wearing decent western wear. The background inside each box should be solid black. Maintain strict identity consistency for both the man and the woman from the reference image. Cinematic tone, sharp focus, professional photography. - Aspect ratio: 1:1 or 4:5
- Reference Image:
Present the generated 6-box couple grid to the user.
如果未提供,请要求用户上传情侣照片。
{{couple_image}}获取照片后,提交包含以下单个步骤的计划以生成风格化网格:
- 网格生成 — (model=
muapi image edit):qwen-image-edit-plus- 参考图片:
{{couple_image}} - 提示词:
将上述图片转换为8K人像,两人的脸部需清晰可见,分别置于独立的包装中:棕色方形镂空硬纸盒。画面中需以网格布局放置6个大盒子,完全填满画面。每个盒子内的情侣需摆出不同的得体浪漫姿势,且每对情侣穿着不同的得体西式服装以区分场景。每个盒子内的背景为纯黑色。严格保持参考图片中男女双方的身份一致性。电影色调,清晰对焦,专业摄影风格。 - 宽高比:1:1或4:5
- 参考图片:
将生成的6格情侣网格图展示给用户。
Trigger Keywords
触发关键词
couple gridromantic gridpackaging gridcouple photo boxstylized couple portraitcouple gridromantic gridpackaging gridcouple photo boxstylized couple portraitNotes 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}}