Bulk Image Generation Workflow

Turns one locked structured JSON caption into an on-brief batch of N prompt variations, submits them as a single `generate_images_bulk` call, tracks the async job, and reviews/culls the results into a shortlist. Use whenever the user says "generate a batch of," "give me N variations," "generate variations of this," "bulk generate," "sticker pack," or "generate 20 options of X." Does not re-implement caption-writing (defers to `ideogram-prompt` for building or refining the base caption) or collection-filing (defers to `collections-management` for organizing the shortlist afterward), and is not for single-image generation — a one-off image stays with `ideogram-prompt`'s `generate_image`.

devkindhq c2dc170 12 files · 75.9 KB Updated

File contents

devkindhq/ideogram-ai-toolkit/tree/main/skills/bulk-image-generation-workflow commit c2dc1700ea

Frequently asked questions

npx skillmds@latest add devkindhq/bulk-image-generation-workflow