muapi-3d-logo-animation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

3D Logo Animation

3D标志动画

Transform a 2D logo into a premium 3D version and animate it with professional cinematic effects.
Estimated credits: ~120 per run.
将2D标志转换为高品质3D版本,并添加专业电影级效果进行动画制作。
预计消耗积分: 每次运行约120积分。

Inputs

输入参数

NameTypeRequiredDefaultDescription
logo_image
image_urlyesA clear 2D image of the logo to be converted to 3D.
material_style
textnoglossy glass and chromeThe material style for the 3D logo (e.g., gold, matte plastic, holographic).
名称类型是否必填默认值描述
logo_image
image_url用于转换为3D的清晰2D标志图片。
material_style
textglossy glass and chrome3D标志的材质风格(例如:gold、matte plastic、holographic)。

Steps

步骤

Phase A — 3D Logo Transformation

阶段A — 3D标志转换

If
{{logo_image}}
is not provided, ask the user to upload their logo.
Once the logo is available, submit the plan with ONE step to convert it to 3D:
  1. 3D Logo Generation
    muapi image edit
    (model=
    nano-banana-2-edit
    ):
    • Reference Image:
      {{logo_image}}
    • Prompt:
      Transform this 2D logo into a premium, high-quality 3D version. The logo should have depth and be made of {{material_style}}. Smooth edges, realistic reflections, and professional studio lighting. The logo is centered on a clean, minimal, out-of-focus background. High-end graphic design aesthetic, 8k resolution.
    • Aspect ratio: 1:1 or 4:3
Present the 3D logo to the user for approval.
如果未提供
{{logo_image}}
,请要求用户上传他们的标志。
一旦获取到标志,提交包含一个步骤的转换计划:
  1. 3D标志生成
    muapi image edit
    (模型=
    nano-banana-2-edit
    ):
    • 参考图片:
      {{logo_image}}
    • 提示词:
      将此2D标志转换为高品质、高质量的3D版本。标志应具有立体感,材质为{{material_style}}。边缘平滑,反射效果逼真,搭配专业工作室灯光。标志居中放置在干净、简约、失焦的背景上。高端平面设计美学,8K分辨率。
    • 宽高比:1:1或4:3
将生成的3D标志展示给用户确认。

Phase B — Cinematic Logo Animation

阶段B — 电影级标志动画

Once the 3D logo is ready, submit the plan to animate it:
  1. Logo Animation
    muapi video from-image
    (model=
    veo3.1-fast-image-to-video
    ):
    • Reference Image: The 3D logo from Phase A.
    • Prompt:
      A professional cinematic logo reveal animation. The 3D logo rotates slowly with dynamic light sweeps reflecting off its {{material_style}} surface. Subtle camera movement, particle effects in the background, high-quality motion graphics style.
    • Aspect ratio: 16:9 or 1:1
After generation, present the final 3D logo animation to the user.
3D标志准备就绪后,提交动画制作计划:
  1. 标志动画制作
    muapi video from-image
    (模型=
    veo3.1-fast-image-to-video
    ):
    • 参考图片:阶段A生成的3D标志。
    • 提示词:
      专业的电影级标志展示动画。3D标志缓慢旋转,动态光线扫过其{{material_style}}表面并产生反射。微妙的镜头移动,背景添加粒子效果,高质量动态图形风格。
    • 宽高比:16:9或1:1
生成完成后,向用户展示最终的3D标志动画。

Trigger Keywords

触发关键词

3d logo
,
logo animation
,
2d to 3d logo
,
animated logo
,
cinematic logo

3d logo
,
logo animation
,
2d to 3d logo
,
animated logo
,
cinematic logo

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