muapi-product-showcase-video

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Product Showcase Video

产品展示视频

Create a dynamic product showcase with explosive ingredient arrangements, followed by a realistic motion animation.
Estimated credits: ~150 per run.
创建一个带有配料爆炸式排列效果的动态产品展示,随后添加逼真的运动动画。
预估点数: 每次运行约150点。

Inputs

输入参数

NameTypeRequiredDefaultDescription
product_image
image_urlyesA clear photo of the product to be showcased.
ingredients_description
textnofresh and raw ingredientsDescription of the ingredients to fly around the product.
brand_colors
textnomatching brand colorsThe primary colors to use for the background.
名称类型是否必填默认值描述
product_image
image_url待展示产品的清晰照片。
ingredients_description
textfresh and raw ingredients围绕产品飞舞的配料描述。
brand_colors
textmatching brand colors背景使用的主色调。

Steps

步骤

Phase A — Dynamic Product Image Generation

阶段A — 动态产品图像生成

If
{{product_image}}
is not provided, ask the user to upload a photo of their product.
Once the photo is available, submit the plan with ONE step to create the dynamic advertisement image:
  1. Dynamic Image Generation
    muapi image edit
    (model=
    bytedance-seedream-v4.5-edit
    ):
    • Reference Image:
      {{product_image}}
    • Prompt:
      Photograph this product in a dramatic modern scene accompanied by an explosive outward dynamic arrangement of {{ingredients_description}} flying around the product, signifying its freshness and nutritional value. Promo ad shot, without text, product is emphasized, with {{brand_colors}} as the background. High-quality commercial lighting, sharp detail, vibrant colors.
    • Aspect ratio: 1:1 or 4:5
Present the generated dynamic image to the user for approval.
如果未提供
{{product_image}}
,请要求用户上传产品照片。
获取照片后,提交包含以下一个步骤的方案来创建动态广告图像:
  1. 动态图像生成
    muapi image edit
    (model=
    bytedance-seedream-v4.5-edit
    ):
    • 参考图像:
      {{product_image}}
    • 提示词:
      在富有戏剧性的现代场景中拍摄该产品,搭配{{ingredients_description}}围绕产品向外爆炸式动态排列的效果,彰显其新鲜度与营养价值。促销广告拍摄,无文字,突出产品,以{{brand_colors}}为背景。高品质商业灯光,细节清晰,色彩鲜艳。
    • 宽高比:1:1 或 4:5
将生成的动态图像呈现给用户确认。

Phase B — Realistic Motion Animation

阶段B — 逼真运动动画

Once the image is approved, submit the plan to animate the scene:
  1. Video Generation
    muapi video from-image
    (model=
    seedance-v1.5-pro-i2v-fast
    ):
    • Reference Image: The dynamic image from Phase A.
    • Prompt:
      Create a realistic motion animation of the scene. The ingredients fly outwards from the product in slow motion, with subtle lighting shifts and camera movement. Cinematic quality, smooth animation, professional product commercial vibe.
    • Aspect ratio: 1:1 or 4:5
After generation, present the final product showcase video.
图像确认通过后,提交方案对场景进行动画处理:
  1. 视频生成
    muapi video from-image
    (model=
    seedance-v1.5-pro-i2v-fast
    ):
    • 参考图像:阶段A生成的动态图像。
    • 提示词:
      为场景创建逼真的运动动画。配料从产品处向外慢动作飞出,伴随细微的灯光变化与镜头移动。电影级画质,动画流畅,专业产品商业广告风格。
    • 宽高比:1:1 或 4:5
生成完成后,呈现最终的产品展示视频。

Trigger Keywords

触发关键词

product showcase video
,
dynamic product ad
,
ingredient explosion
,
fresh product animation
,
commercial video

product showcase video
,
dynamic product ad
,
ingredient explosion
,
fresh product animation
,
commercial video

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