Verba Plugin profile

Your Image

Draws a picture from a text prompt using your ComfyUI workflow.

comfyui_image_plugin Version 1.0.4
When to use

Best-fit scenarios

Draws a picture from a text prompt using your ComfyUI workflow.

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

    <Text prompt for the image. If omitted, generate a creative prompt based on the user request>

  • negative_prompt string

    <Optional negative prompt>

Settings

Required configuration

  • COMFYUI_URL string

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

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

    Upload your JSON workflow template file. This field is required.

  • IMAGE_RESOLUTION select

    Default resolution for generated images (used when width/height are not provided).

    Default: 720p
Example call

Canonical usage JSON

{
  "function": "comfyui_image_plugin",
  "arguments": {
    "prompt": "<Text prompt for the image. If omitted, generate a creative prompt based on the user request>",
    "negative_prompt": "<Optional negative prompt>"
  }
}