Verba Plugin profile

Your Image

Generate an image from one natural-language request using your Automatic1111 server.

automatic_plugin Version 1.2.0
When to use

Best-fit scenarios

Use for image generation requests.

How to call it

Execution guidance

Pass one natural-language image request in request. Put the subject, style, mood, colors, composition, and any text/details directly in that request. Do not split prompt fields unless you are calling the plugin manually.

Arguments

Input shape

  • request string

    Generate an image of a neon-lit cyberpunk alley in the rain.

Settings

Required configuration

  • AUTOMATIC_CFG_SCALE number

    Default CFG scale used when cfg_scale is not provided.

    Default: 7
  • AUTOMATIC_HEIGHT number

    Default output height used when height is not provided.

    Default: 1024
  • AUTOMATIC_NEGATIVE_PROMPT textarea

    Optional default negative prompt.

  • AUTOMATIC_SAMPLER string

    Sampler name sent to Automatic1111 when provided.

    Default: DPM++ 2M
  • AUTOMATIC_SCHEDULER string

    Scheduler sent to Automatic1111 when provided.

    Default: Simple
  • AUTOMATIC_STEPS number

    Default diffusion steps used when steps is not provided.

    Default: 20
  • AUTOMATIC_TIMEOUT_SECONDS number

    HTTP timeout for txt2img calls.

    Default: 120
  • AUTOMATIC_URL string

    Base URL for the Automatic1111 API.

    Default: http://localhost:7860
  • AUTOMATIC_WIDTH number

    Default output width used when width is not provided.

    Default: 1024
Example call

Canonical usage JSON

{
  "function": "automatic_plugin",
  "arguments": {
    "request": "Generate an image of a neon-lit cyberpunk alley in the rain."
  }
}