Verba Plugin profile

Your Lofi Video

Generates lofi audio via AceStep and loops a cozy animation to full length (MP4).

lowfi_video Version 1.1.1
When to use

Best-fit scenarios

Generates lofi audio via AceStep and loops a cozy animation to full length (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

    Scene or vibe description for the video.

Settings

Required configuration

  • COMFYUI_AUDIO_URL string

    ComfyUI endpoint for generating audio via AceStep workflow.

    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 image 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 the generated loop clip.

    Default: 10
  • LOFI_RESOLUTION select

    Output resolution for the generated video loop.

    Default: 720p
  • PINGPONG_LOOP checkbox

    Play each loop forward then backward for a seamless boomerang effect.

    Default: False
Example call

Canonical usage JSON

{
  "function": "lowfi_video",
  "arguments": {
    "prompt": "Scene or vibe description for the video."
  }
}