Verba Plugin profile

Animating Your Image

Animates the most recent image in chat into a looping WebP or MP4 using ComfyUI.

comfyui_image_video Version 1.0.1
When to use

Best-fit scenarios

Animates the most recent image in chat into a looping WebP or MP4 using ComfyUI.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • prompt string

    <Describe how you want the animation to move or behave>

Settings

Required configuration

  • COMFYUI_VIDEO_URL string

    Base URL (host:port) for your ComfyUI instance.

    Default: http://localhost:8188
  • COMFYUI_VIDEO_WORKFLOW file

    Upload your ComfyUI JSON workflow template.

  • IMAGE_RESOLUTION select

    Default resolution for generated animations.

    Default: 720p
  • LENGTH number

    Approximate animation length in seconds.

    Default: 10
Example call

Canonical usage JSON

{
  "function": "comfyui_image_video",
  "arguments": {
    "prompt": "<Describe how you want the animation to move or behave>"
  }
}