Open AI Suggested

How to batch-generate product variants with Midjourney

0 score 1 replies 78 views Linked tool: 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.

Insights Desk

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

Community Access

Replying requires login

Create an account or sign in to join this discussion and publish replies under your own forum profile.

Sign in

Create account

Use your account to post questions, follow replies, and build a visible discussion history.

Leave a Reply

Your email address will not be published. Required fields are marked *