muapi-action-figure-generator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Action Figure Generator

可动人偶生成器

Convert a photo of a person into a custom 3D action figure, complete with collectible toy packaging.
Estimated credits: ~100 per run.
将人物照片转换为定制3D可动人偶,附带收藏级玩具包装。
预估点数: 每次运行约100点。

Inputs

输入参数

NameTypeRequiredDefaultDescription
user_image
image_urlyesA clear photo of the person to be turned into an action figure.
toy_theme
textnosuperheroThe theme of the action figure (e.g. superhero, doctor, explorer, sci-fi).
名称类型是否必填默认值描述
user_image
image_url用于制作可动人偶的清晰人物照片。
toy_theme
文本superhero可动人偶的主题(例如超级英雄、医生、探险家、科幻风格)。

Steps

步骤

Phase A — Action Figure Creation

阶段A — 可动人偶创建

If
{{user_image}}
is not provided, ask the user to upload their photo.
Once the photo is available, submit the plan with ONE step to generate the action figure:
  1. Action Figure Generation
    muapi image edit
    (model=
    nano-banana-2-edit
    ):
    • Reference Image:
      {{user_image}}
    • Prompt:
      A high-quality 3D stylized action figure based on the person in the input image. The action figure should maintain the person's likeness (face, hairstyle, skin tone) but be rendered as a plastic toy with visible joints and a semi-glossy finish. The character is dressed in a {{toy_theme}} outfit. The figure is displayed inside its original collectible cardboard and plastic blister packaging. The packaging has the person's name printed on it and features clean, modern graphic design. Soft studio lighting, realistic plastic textures, 8k resolution, cinematic look.
    • Aspect ratio: 1:1 or 4:5
Present the generated action figure to the user. You can also suggest creating different themes (e.g., changing the character from a doctor to a space explorer).
如果未提供
{{user_image}}
,请要求用户上传照片。
照片准备好后,提交包含以下单个步骤的计划以生成可动人偶:
  1. 可动人偶生成
    muapi image edit
    (模型=
    nano-banana-2-edit
    ):
    • 参考图片:
      {{user_image}}
    • 提示词:
      基于输入图片中的人物生成高质量3D风格化可动人偶。人偶需保留人物的外貌特征(面部、发型、肤色),但渲染为带有可见关节和半光泽质感的塑料玩具。人偶身着{{toy_theme}}风格的服装,展示在其原始收藏级硬纸板和塑料吸塑包装内。包装上印有该人物的名字,采用简洁现代的平面设计。柔和的工作室灯光,逼真的塑料纹理,8K分辨率,电影级视觉效果。
    • 宽高比:1:1 或 4:5
将生成的可动人偶展示给用户。你也可以建议创建不同主题的人偶(例如,将医生角色改为太空探险家)。

Trigger Keywords

触发关键词

action figure
,
custom toy
,
toy packaging
,
character toy
,
collectible figure

action figure
,
custom toy
,
toy packaging
,
character toy
,
collectible figure

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}}
    占位符替换为用户的实际输入参数。