ComfyUI Extension: ComfyUI_AutoBatchRunner

Authored by Boba-svg

Created

Updated

0 stars

ComfyUI UI extension that automates batch prompt execution with configurable run counts and intervals, featuring keyboard shortcuts and a fixed control panel for streamlined workflow automation.

Custom Nodes (0)

    README

    his script adds an Auto Batch Runner UI to ComfyUI. Main features:

    Automatically loads on startup.

    Fixed control panel in the top-right corner with:

    A numeric input for run count.

    Start (Q) and Stop (S) buttons.

    Reads settings from auto_runner_config.json (default: 20 runs, 2-second interval).

    Runs app.queuePrompt() repeatedly at set intervals.

    Supports keyboard shortcuts:

    Shift+Q → Start auto-run

    Shift+S → Stop auto-run

    In short, it automates multiple prompt runs in ComfyUI with simple UI controls and hotkeys.