ComfyUI

Batch-generate images from a prompt list

Run one ComfyUI workflow across a list of prompts (CSV or JSONL) in a single job, producing one image set per prompt without re-launching per prompt.

Estimated $0.05–$0.15 per prompt · Scales with prompt count — roughly 30–90 sec/prompt

What inputs you need

  • CSV/JSONL file of prompts
  • Base ComfyUI workflow JSON
  • Output naming pattern

What Badgr returns

  • One image set per prompt
  • Manifest mapping prompt → output filenames
  • Batch run log with per-prompt timing

Recommended GPU routes

Estimated cost: $0.05–$0.15 per prompt · Estimated runtime: Scales with prompt count — roughly 30–90 sec/prompt

Example command

badgr run "comfyui --workflow batch.json --prompts prompts.csv" \
  --gpu L40S \
  --max-cost 15 \
  --max-runtime 60

Common setup failures Badgr avoids

Job dies partway through a long prompt list — Badgr checkpoints completed prompts so a restart resumes instead of reprocessing.

Runaway cost on a mis-sized prompt file — estimate cost from a 5-prompt sample before submitting the full batch.

Ready to run this?

Launch from the dashboard, CLI, or Compute API. Max-cost protection included.