Verba Plugin profile

Your Music Video

Generates a complete AI music video including lyrics, music, and animated visuals by orchestrating ComfyUI plugins.

comfyui_music_video Version 1.0.2
When to use

Best-fit scenarios

Generates a complete AI music video including lyrics, music, and animated visuals by orchestrating ComfyUI plugins.

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

    <Concept for the song>

Settings

Required configuration

  • COMFYUI_AUDIO_ACE_URL string

    ComfyUI endpoint for AceStep audio generation.

    Default: http://localhost:8188
  • 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 animations.

    Default: 720p
  • LENGTH number

    Length in seconds for each animation clip.

    Default: 10
  • MUSIC_VIDEO_RESOLUTION select

    Target resolution for animation clips.

    Default: 720p
  • api_base string

    OpenAI-compatible base URL (e.g., http://127.0.0.1:1234).

    Default: http://127.0.0.1:1234
  • model string

    OpenAI-compatible model name (e.g., qwen2.5-vl-7b-instruct, gemma-3-12b-it, etc.).

    Default: gemma3-27b-abliterated-dpo
Example call

Canonical usage JSON

{
  "function": "comfyui_music_video",
  "arguments": {
    "prompt": "<Concept for the song>"
  }
}