muapi-talking-baby-video

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Talking Baby Video

会说话的婴儿视频

Create a viral-style video of a talking baby with custom costumes and scripts.
Estimated credits: ~150 per run.
创建带有自定义服装和脚本的爆款风格会说话的婴儿视频。
预估消耗积分: 每次运行约150积分。

Inputs

输入参数

NameTypeRequiredDefaultDescription
baby_costume
textnoa pilot uniformThe costume the baby is wearing (e.g., doctor, chef, pilot).
dialogue
textnoAirbus A380 big plane! Go zoom! Have lots seats. People like fly in it. Best plane ever!The script for the baby to say.
baby_description
textnoA cute 6 months old male babyDescription of the baby.
名称类型是否必填默认值描述
baby_costume
文本飞行员制服婴儿穿着的服装(例如:医生、厨师、飞行员)。
dialogue
文本Airbus A380 big plane! Go zoom! Have lots seats. People like fly in it. Best plane ever!婴儿要说出的脚本内容。
baby_description
文本一个可爱的6个月大男婴婴儿的描述信息。

Steps

步骤

Phase A — Baby Character Generation

阶段A — 婴儿角色生成

Submit the plan with ONE step to create the baby character:
  1. Baby Image Generation
    muapi image generate
    (model=
    nano-banana
    or
    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
Present the baby image to the user for approval.
提交包含以下单个步骤的方案来创建婴儿角色:
  1. 婴儿图像生成
    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:
  1. Talking Animation
    muapi video from-image
    (model=
    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.
图像确认通过后,提交方案来制作婴儿说话的动画:
  1. 说话动画制作
    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 baby
,
viral baby video
,
baby pilot
,
baby doctor
,
funny baby animation

talking baby
,
viral baby video
,
baby pilot
,
baby doctor
,
funny baby animation

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