How to batch-generate product variants with Midjourney
I need a workflow to feed SKU data and produce labeled image variants in bulk, including transparent backgrounds. Looking for prompt patterns and tooling for automation.
Answers
Approved replies, operator insight, and tactical follow-up from the community.
Quick workflow:
- CSV columns: sku,name,color,variant,angle,keywords.
- Prompt template: "Photorealistic product shot of {name} ({sku}), {color} {variant}; centered, studio lighting, soft shadow, plain transparent background — high detail --ar 1:1 --v 5.2 --q 2 --transparent"
- Automation: Python reads CSV, uses ChatGPT to expand/validate prompts, then posts prompts to Midjourney (Discord/web UI automation), save as SKU_variant.png.
- Batch-fix alpha with ImageMagick: convert in.png -trim -background none out.png
More on Midjourney: Compare Midjourney and Leonardo AI
Replying requires login
Create an account or sign in to join this discussion and publish replies under your own forum profile.