Midjourney Prompt Mastery
Midjourney is the most widely used AI image generation tool, known for its strong aesthetic defaults and highly tunable output. The difference between a novice and expert Midjourney user isn't artistic talent — it's knowing the parameter system and how prompts interact with the model's defaults. This guide is a practical reference for getting consistent, high-quality images.
How Midjourney Reads Prompts
Midjourney processes your prompt from left to right, with earlier words having more influence than later ones. This means:
- Put the most important elements first
- Don't bury your subject at the end of a long style description
- Keywords near the start will dominate the composition
Structure your prompt:
[Subject and action] [Environment] [Style/medium] [Lighting] [Camera/composition] [Parameters]
Core Parameters
Aspect Ratio --ar
One of the most important parameters. Match the ratio to the intended use:
| Ratio | Use Case |
|---|---|
--ar 1:1 |
Social media posts, avatars |
--ar 16:9 |
Desktop wallpapers, YouTube thumbnails |
--ar 9:16 |
Mobile wallpapers, Instagram Stories |
--ar 4:5 |
Instagram feed posts, portrait photos |
--ar 3:2 |
Standard photography, prints |
--ar 2:3 |
Portrait orientation, book covers |
--ar 21:9 |
Ultrawide, cinematic |
Version --v
Always specify your version:
--v 6— Current flagship. Best photorealism, text in images, natural language understanding--v 5.2— Still excellent; slightly different aesthetic, good for certain styles--niji 6— Anime and illustration specialist; dramatically different aesthetic
Stylization --s (or --stylize)
Controls how strongly Midjourney applies its aesthetic defaults:
--s 0— Very literal prompt interpretation, minimal Midjourney style--s 100— Default. Balanced between literal and artistic--s 250— More artistic, Midjourney's aesthetic starts showing--s 750— Strongly stylized; Midjourney takes significant creative license--s 1000— Maximum stylization; very artistic, may stray from prompt
For product photography and architectural visualization, lower stylization (--s 0-50) gives more accurate results. For artistic illustration, higher values work better.
Quality --q
--q 1— Default. Good quality, standard render time--q 2— Higher quality, more detail, 2x longer generation
Use --q 2 for final renders. Use --q 1 for rapid iteration.
Chaos --chaos (0-100)
Controls variation between the four initial images:
--chaos 0— Very similar variations (good when you have a specific direction)--chaos 50— Moderate variation--chaos 100— Maximum variation (good for exploring a broad concept)
Seed --seed
Reproducibility. Using the same seed with the same prompt produces the same (or very similar) result:
/imagine portrait of a wizard, fantasy art --seed 42 --v 6
To get the seed of an existing image, react to it with the ✉️ emoji in Discord.
Negative Prompts with --no
--no tells Midjourney to exclude specific elements:
portrait of a woman, natural light, outdoor --no smile --no sunglasses --no blur
Common negatives:
--no text, watermark, logo
--no extra fingers, deformed hands, bad anatomy
--no blurry, low quality, oversaturated
--no cartoon, illustration (when you want realism)
Prompt Weighting
Use :: followed by a number to weight specific parts of your prompt:
a wolf:: standing on a mountain::0.5 sunset::2
- Higher weight = more emphasis
- Negative weights (e.g.,
::−1) work like negative prompts - Default weight is 1
Practical weighting:
cyberpunk city::2 cherry blossoms::1 --ar 16:9
Produces a cyberpunk city scene with cherry blossoms as a secondary element, rather than an equal blend.
Multi-Prompts
Double colons :: with no number separate your prompt into distinct concepts. Midjourney treats them as separate elements to blend:
coffee :: watercolor painting
This produces images that interpret "coffee" and "watercolor painting" as separate concepts to merge — different from "watercolor painting of coffee" (where watercolor modifies coffee).
Useful for:
- Unusual style/subject combinations
- Preventing Midjourney from conflating adjacent words
- Creative mashups
Practical Style References
Photography
photorealistic portrait, natural window light, shallow depth of field,
85mm f/1.4, Sony A7R IV --ar 4:5 --v 6 --s 50
Product Photography
minimalist product shot of a ceramic coffee mug, white background,
soft studio lighting, commercial photography --ar 1:1 --v 6 --s 20 --no shadow
Concept Art
fantasy castle on a floating island, golden hour, volumetric clouds,
concept art, ArtStation trending, Greg Rutkowski style --ar 16:9 --v 6 --s 300
Anime / Illustration
anime girl with silver hair, cherry blossom tree, soft pastel colors,
Studio Ghibli aesthetic --ar 9:16 --niji 6
Architecture
modern minimalist house, concrete and glass, surrounded by pine forest,
architectural visualization, twilight, warm interior light visible through
floor-to-ceiling windows --ar 16:9 --v 6 --s 0
The /describe Command
Upload an image and use /describe to get Midjourney's interpretation. This is the fastest way to:
- Learn prompt vocabulary for a style you like
- Understand how Midjourney sees a reference image
- Get 4 prompt variations to use as starting points
Upscaling and Variation Workflow
- Generate initial 4 images
- Identify the best one (or the best direction)
- V1-V4 — Generate variations of that specific image
- U1-U4 — Upscale the specific image to full resolution
- On the upscaled image: Vary (Subtle) for minor tweaks, Vary (Strong) for bigger changes
- Zoom Out — Extends the canvas outward (great for fixing crops)
- Custom Zoom — Lets you reprompt while zooming out
Common Mistakes
- No aspect ratio — Midjourney defaults to 1:1; almost nothing looks good in 1:1
- Too many concepts — Prompts with 5+ distinct subjects produce chaos
- Conflicting styles — "Photorealistic watercolor" is contradictory
- Not using
--no— Midjourney has strong defaults for some elements (smiling faces, dramatic lighting); override them with--nowhen unwanted - Not seeding for consistency — Characters and styles without seeds are impossible to replicate
Key Takeaways
- Front-load the most important elements in your prompt
--aris mandatory for almost every use case--s(stylization) is the single most impactful parameter for aesthetic control--nois essential for preventing Midjourney's defaults from overriding your intent- Save prompts with
--seedvalues when you need reproducible results