muapi-talking-baby-video
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTalking Baby Video
会说话的婴儿视频
Create a viral-style video of a talking baby with custom costumes and scripts.
Estimated credits: ~150 per run.
创建带有自定义服装和脚本的爆款风格会说话的婴儿视频。
预估消耗积分: 每次运行约150积分。
Inputs
输入参数
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | no | a pilot uniform | The costume the baby is wearing (e.g., doctor, chef, pilot). |
| text | no | Airbus A380 big plane! Go zoom! Have lots seats. People like fly in it. Best plane ever! | The script for the baby to say. |
| text | no | A cute 6 months old male baby | Description of the baby. |
| 名称 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| 文本 | 否 | 飞行员制服 | 婴儿穿着的服装(例如:医生、厨师、飞行员)。 |
| 文本 | 否 | Airbus A380 big plane! Go zoom! Have lots seats. People like fly in it. Best plane ever! | 婴儿要说出的脚本内容。 |
| 文本 | 否 | 一个可爱的6个月大男婴 | 婴儿的描述信息。 |
Steps
步骤
Phase A — Baby Character Generation
阶段A — 婴儿角色生成
Submit the plan with ONE step to create the baby character:
- Baby Image Generation — (model=
muapi image generateornano-banana):wan2.5-text-to-image- Prompt:
{{baby_description}} sitting and wearing {{baby_costume}}. High-quality photography, soft natural lighting, adorable expression, detailed fabric textures, shallow depth of field, Pixar-like charm but realistic. - Aspect ratio: 9:16 or 1:1
- Prompt:
Present the baby image to the user for approval.
提交包含以下单个步骤的方案来创建婴儿角色:
- 婴儿图像生成 — (模型=
muapi image generate或nano-banana):wan2.5-text-to-image- 提示词:
{{baby_description}} sitting and wearing {{baby_costume}}. High-quality photography, soft natural lighting, adorable expression, detailed fabric textures, shallow depth of field, Pixar-like charm but realistic. - 宽高比:9:16或1:1
- 提示词:
将生成的婴儿图像提交给用户确认。
Phase B — Talking Animation
阶段B — 说话动画制作
Once the image is approved, submit the plan to animate the baby talking:
- Talking Animation — (model=
muapi video from-image):grok-imagine-image-to-video- Reference Image: The baby image from Phase A.
- Prompt:
A viral-style talking baby video. The baby is expressive, moving their mouth and head naturally while speaking the following lines: "{{dialogue}}". Subtle facial expressions like blinking and smiling. High-quality animation, smooth movements. - Aspect ratio: 9:16 or 1:1
After generation, present the final talking baby video.
图像确认通过后,提交方案来制作婴儿说话的动画:
- 说话动画制作 — (模型=
muapi video from-image):grok-imagine-image-to-video- 参考图像:阶段A生成的婴儿图像。
- 提示词:
A viral-style talking baby video. The baby is expressive, moving their mouth and head naturally while speaking the following lines: "{{dialogue}}". Subtle facial expressions like blinking and smiling. High-quality animation, smooth movements. - 宽高比:9:16或1:1
生成完成后,向用户展示最终的会说话婴儿视频。
Trigger Keywords
触发关键词
talking babyviral baby videobaby pilotbaby doctorfunny baby animationtalking babyviral baby videobaby pilotbaby doctorfunny baby animationNotes 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}}