Workflow: Batch Midjourney prompts for 200 SKUs
Looking for a repeatable pipeline to feed CSV product data to Midjourney, maintain consistent styling across SKUs, and export images ready for Shopify import.
Best tools for this use case
Based on the workflow in this discussion, these tools are useful starting points to review.
Midjourney
Premium image model with standout visual quality and strong artistic range.
Leonardo AI
Flexible image generation platform with strong controls and good creator value.
DALL·E
Accessible image generation option especially useful inside broader assistant workflows.
Answers
Approved replies, operator insight, and tactical follow-up from the community.
Pipeline (practical): 1) Build CSV with SKU, title, color, material, style, reference_image_url, seed, aspect_ratio. 2) Create a fixed prompt template including lighting/background/style tokens and flags (--ar, --seed, --stylize). 3) Use ChatGPT to batch-convert rows into final prompts + filenames. 4) Submit prompts via a script/community bulk bot to Midjourney, keeping seeds/style constant. 5) Save files named by SKU and resize/crop to Shopify (2048×2048 or 1:1).