Verba Plugin profile

Your Video

Generates a video from a text prompt by creating multiple animated clips using ComfyUI, then merging them into one MP4.

comfyui_video_plugin Version 1.0.2
When to use

Best-fit scenarios

Generates a video from a text prompt by creating multiple animated clips using ComfyUI, then merging them into one MP4.

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 the video you want>

Settings

Required configuration

  • COMFYUI_URL string

    The base URL for the ComfyUI API (do not include endpoint paths).

    Default: http://localhost:8188
  • COMFYUI_VIDEO_URL string

    ComfyUI endpoint for image-to-video workflows.

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

    Upload your ComfyUI JSON workflow template for animation.

  • COMFYUI_WORKFLOW file

    Upload your ComfyUI JSON workflow template for image generation.

  • IMAGE_RESOLUTION select

    Resolution for the base image used in the animation.

    Default: 720p
  • LENGTH number

    Length in seconds for each animated clip.

    Default: 10
  • VIDEO_CLIPS number

    How many clips to generate and merge into one video.

    Default: 1
  • VIDEO_LENGTH number

    Length of each individual clip.

    Default: 5
  • VIDEO_RESOLUTION select

    Resolution of the generated video.

    Default: 720p
Example call

Canonical usage JSON

{
  "function": "comfyui_video_plugin",
  "arguments": {
    "prompt": "<Describe the video you want>"
  }
}