muapi-action-figure-generator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAction 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
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| image_url | yes | — | A clear photo of the person to be turned into an action figure. |
| text | no | superhero | The theme of the action figure (e.g. superhero, doctor, explorer, sci-fi). |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| image_url | 是 | — | 用于制作可动人偶的清晰人物照片。 |
| 文本 | 否 | superhero | 可动人偶的主题(例如超级英雄、医生、探险家、科幻风格)。 |
Steps
步骤
Phase A — Action Figure Creation
阶段A — 可动人偶创建
If is not provided, ask the user to upload their photo.
{{user_image}}Once the photo is available, submit the plan with ONE step to generate the action figure:
- Action Figure Generation — (model=
muapi image edit):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
- Reference Image:
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}}照片准备好后,提交包含以下单个步骤的计划以生成可动人偶:
- 可动人偶生成 — (模型=
muapi image edit):nano-banana-2-edit- 参考图片:
{{user_image}} - 提示词:
基于输入图片中的人物生成高质量3D风格化可动人偶。人偶需保留人物的外貌特征(面部、发型、肤色),但渲染为带有可见关节和半光泽质感的塑料玩具。人偶身着{{toy_theme}}风格的服装,展示在其原始收藏级硬纸板和塑料吸塑包装内。包装上印有该人物的名字,采用简洁现代的平面设计。柔和的工作室灯光,逼真的塑料纹理,8K分辨率,电影级视觉效果。 - 宽高比:1:1 或 4:5
- 参考图片:
将生成的可动人偶展示给用户。你也可以建议创建不同主题的人偶(例如,将医生角色改为太空探险家)。
Trigger Keywords
触发关键词
action figurecustom toytoy packagingcharacter toycollectible figureaction figurecustom toytoy packagingcharacter toycollectible figureNotes 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}}