muapi-couple-grid-creator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Couple 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

输入参数

NameTypeRequiredDefaultDescription
couple_image
image_urlyesA clear photo of the couple to maintain identity.
名称类型是否必填默认值描述
couple_image
image_url清晰的情侣照片,用于保持人物身份一致性。

Steps

步骤

Phase A — Multi-Pose Grid Generation

A阶段 — 多姿势网格生成

If
{{couple_image}}
is not provided, ask the user to upload a photo of the couple.
Once the photo is available, submit the plan with ONE step to generate the stylized grid:
  1. Grid Generation
    muapi image edit
    (model=
    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
Present the generated 6-box couple grid to the user.
如果未提供
{{couple_image}}
,请要求用户上传情侣照片。
获取照片后,提交包含以下单个步骤的计划以生成风格化网格:
  1. 网格生成
    muapi image edit
    (model=
    qwen-image-edit-plus
    ):
    • 参考图片:
      {{couple_image}}
    • 提示词:
      将上述图片转换为8K人像,两人的脸部需清晰可见,分别置于独立的包装中:棕色方形镂空硬纸盒。画面中需以网格布局放置6个大盒子,完全填满画面。每个盒子内的情侣需摆出不同的得体浪漫姿势,且每对情侣穿着不同的得体西式服装以区分场景。每个盒子内的背景为纯黑色。严格保持参考图片中男女双方的身份一致性。电影色调,清晰对焦,专业摄影风格。
    • 宽高比:1:1或4:5
将生成的6格情侣网格图展示给用户。

Trigger Keywords

触发关键词

couple grid
,
romantic grid
,
packaging grid
,
couple photo box
,
stylized couple portrait

couple grid
,
romantic grid
,
packaging grid
,
couple photo box
,
stylized couple portrait

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    and poll with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入,然后调用
    muapi
    CLI命令。如果
    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}}
    占位符替换为用户的实际输入。