Contents
- 1. April 2026 — Midjourney Graduated From "Discord Required"
- 2. What Is Midjourney — In Three Lines
- 3. Pricing — A Four-Tier "GPU Hours" Model
- 4. Fast vs Relax — When to Use Which
- 5. Prompt Anatomy — The Five-Layer Structure That Works
- 6. Seven Essential Parameters — --ar / --stylize / --chaos and Friends
- 7. Reference Features — --sref / --oref / Moodboards / Personalization
- 8. Three Common Pitfalls
- Summary
- FAQ
On April 30, 2026, Midjourney V8.1 dropped on midjourney.com. Just six weeks after V8 on March 17, standard generation became 4–5× faster, 2K HD (--hd) is now standard, and complex multi-subject prompt understanding hit 95%. "The same prompt produces something completely different on V7 vs V8" is the honest impression after using it.
At the same time, Midjourney completely shed its Discord-only past. Every feature now works in the Web App (midjourney.com), with folder management, history search, Moodboards (your own style profiles), the lot. That bizarre initiation ritual — join a Discord server, paste commands at a bot — is no longer required for new users.
My stance up front. For the average person starting out with image AI, Midjourney V8 is still the first pick. Stable Diffusion wins on freedom but its setup is heavy, ChatGPT/Gemini image generation is for inline throwaway use, and Adobe Firefly is commercially safe but weaker on artistic look. "Pretty images, from $10/month, with minimum steps, a fixed quota every month" — that demand still lands most cleanly on MJ. This article covers plan selection, prompt writing, parameters, references, and pitfalls, all current as of V8.1.
Four Levers That Separate Power Users
— Don't stop at "just write a prompt"
The one-line-prompt era is over. "Structure × Parameters × References × Personalization" is the V8 standard.
1. April 2026 — Midjourney Graduated From "Discord Required"
Ever since the open beta in July 2022, Midjourney's signature workflow was "join a Discord server and type `/imagine`". That started shifting to the Web App (midjourney.com) around 2024, and as of V8.1, every feature is fully available on the web. The Discord bot now sits in a "still around for backward compatibility" position.
The other thing that changed in V8.1 is speed. Fast-mode standard jobs are 4–5× faster, complex prompt accuracy hit 95%, and the --hd parameter generates native 2K resolution (no upscaling needed). Quality and speed at the same time, finally.
The third major shift is the rise of Personalization. Rate 200–500 images (like/dislike) and the system builds a style profile tuned to you — then every future generation leans toward your taste from the start. "The same prompt produces different images for you and me" is now the V8.1 norm. We've moved from the prompt era to the profile era, in my view.
2. What Is Midjourney — In Three Lines
Three-line breakdown:
Midjourney's strength comes down to one thing: "it looks great without much thought." While Stable Diffusion extracts top quality through stacked parameter tuning, LoRA selection, and ControlNet setups, MJ returns clearly above-industry-average results from a bare one-line prompt. You get results without the setup hellscape — that's what your $10/month buys.
Its weaknesses are equally clear. No API (individual developers can't embed it); commercial agreements via paid plans give you the right to use outputs commercially, but MJ retains the license; NSFW and violent content are hard-restricted at the Safety layer. Many things that are trivial in SD are simply off the menu in MJ.
3. Pricing — A Four-Tier "GPU Hours" Model
MJ doesn't sell "X images per month." It sells Fast GPU hours (how long you can generate in fast mode). Each image consumes 10–60 seconds, so 3.3 hours ≈ 200–1,000 images as a rough guide.
| Plan | Monthly (annual) | Fast hours | Relax | Who it's for |
|---|---|---|---|---|
| Basic | $10 ($8) | ~3.3 hours | None | Hobby / casual try |
| Standard | $30 ($24) | 15 hours | Unlimited | Freelance / blogger |
| Pro | $60 ($48) | 30 hours | Unlimited | Pro / small studio |
| Mega | $120 ($96) | 60 hours | Unlimited | Agency / bulk |
Note: After Fast runs out, you can buy more at $4/hour. Commercial use rights are identical for Basic and up
My honest call: beginners should pick Standard ($30) without hesitation — it's the best value. Basic has no Relax mode, so Fast running out means immediate stop, and that's a constant stress for anyone making 50+ images a month. Standard gives you 15 Fast hours plus unlimited Relax, comfortably hitting 500–2,000 images a month. Move to Pro/Mega only when you're seriously using video or generating 100+ images a day for work.
4. Fast vs Relax — When to Use Which
This concept is specific to MJ and confuses newcomers. Let's lay it out.
The rule: start in Relax to explore composition/prompt, then switch to Fast to polish. Use Fast for "just generate" and you'll run dry by mid-month
5. Prompt Anatomy — The Five-Layer Structure That Works
In V8, word order in your prompt changes the meaning. Earlier terms carry more weight. Empirically the five-layer structure below is what works.
Full example: a samurai, in a bamboo forest, cinematic photography, golden hour, shot on Hasselblad, shallow depth of field --ar 16:9 --stylize 750
A common beginner mistake: leading with feeling words like "a beautiful samurai". MJ interprets "beautiful" as a feature of the subject, drags the result toward "beauty," and the composition gets scattered. Replace feeling words with concrete or proper nouns (Hasselblad, golden hour, 85mm, etc.) and V8 reads you with much higher accuracy. That's why "people who know photography are usually better at MJ" is a real thing.
6. Seven Essential Parameters — --ar / --stylize / --chaos and Friends
Parameters are the `--xxx` flags you tack onto the end of a prompt. Seven you absolutely should know, with where they shine.
| Parameter | Range | Effect | When to use |
|---|---|---|---|
| --ar | 1:1 / 16:9 / 9:16 / 3:2 etc. | Aspect ratio | 16:9 for horizontal social, 9:16 for stories |
| --stylize (--s) | 0–1000 (default 100) | Artistic interpretation strength | Low (50–250) for photoreal, high (750–1000) for art |
| --chaos (--c) | 0–100 (default 0) | Variance across the 4-image grid | High for divergent ideas, low for a fixed direction |
| --hd | Flag | Native 2K HD generation | For print / large displays (V8.1) |
| --raw | Flag | Strips MJ's signature filter | When you want photographic, faithful output |
| --q (--quality) | 1 / 2 / 4 | Detail effort | --q 4 is for complex scenes (new in V8) |
| --no | Word | Exclude a specific element | e.g. `--no text` to suppress letters |
The two I personally use every single time: --ar and --stylize. The default 1:1 is awkward even for social posts, and stylize 100 is the middle of nothing. Make a habit of always appending `--ar 16:9 --stylize 500` and your baseline output quality goes up. Reserve --chaos for exploration and --hd for finals — keep the lanes separate.
7. Reference Features — --sref / --oref / Moodboards / Personalization
This is where, in the V8 era, the gap between "beginners who fight with prose" and "advanced users who actually use the tool" shows up. Four reference-related features, broken down.
How to pick: same character across many images → --oref. Mass output in a specific artist's vibe → --sref. Coherent look for a whole project → Moodboards. Train your overall taste → Personalization
The most revolutionary one in my book is --oref (Omni Reference, since V7). "Generate 100 images of the same character" used to require LoRA training and meant Stable Diffusion only. Now MJ delivers near-identical character runs just by pasting an image URL and setting a strength. That's one of SD's strongholds collapsing.
8. Three Common Pitfalls
Pitfall ①: Text rendering is "better" in V8, not "good"
V8 made big strides in text, but still doesn't reach the precision of Ideogram V3 or GPT Image 2. If a job needs reliable logo / poster / signage text, trying to finish it in MJ alone will fail. The practical play: use MJ for background + composition, then layer text in Photoshop / Figma — or send text-critical jobs to Ideogram / GPT Image. Don't expect "Logo with the text XYZ" to work from MJ on its own.
Pitfall ②: Commercial use is "unlocked at Basic and up," but MJ holds the copyright
MJ's terms are subtly tricky. Any paid plan (Basic and up) allows commercial use of generated images. But "the copyright of the images stays with MJ; you get a usage license" — structurally different from Stability AI's "user owns everything" model. Companies above $1M in annual revenue must use Pro or higher, and cancelling your subscription can void rights to images created in the past 30 days. If you're using MJ outputs in ad creative, get this reviewed by legal.
Pitfall ③: No API = no app embedding
SD, GPT Image, and FLUX all have APIs and can be embedded into apps and workflows. MJ has no official API — Web App and Discord bot only. If you want MJ image generation inside your own service, you're either using a third-party wrapper (UseAPI etc.) or picking another image AI. This has been MJ's stance for six years and almost certainly won't change. "A tool that artists use by hand" is a position they refuse to break.
Summary
Midjourney is one of the few tools that has held its "king of image generation AI" status from 2022 onward. V8.1 raised speed, text, and references another notch, and many things that were "only Stable Diffusion" are now covered. For the demand of "pretty images, minimum steps, fixed quota every month," MJ is still the right answer. That said, if you need text fidelity, an API, perfect character cloning, or true ownership of the output, you're still going to SD or somewhere else. Not a do-everything tool, but an artistic-look-focused paid service — going in with that framing is the secret to staying with MJ long term.
FAQ
Can I try it for free?
No free tier today. There used to be a ~25-image free trial (until around 2023), but abuse killed it. Minimum entry is the Basic plan at $10/month — $8/month equivalent with annual billing.
Discord or Web App — which should I use?
Web App (midjourney.com) is the only sensible choice today. Folder management, history search, Moodboards, drag-and-drop reference images, and most new features are web-exclusive. The Discord bot has been frozen on the 2022-era feature set; no new functionality is being added there.
Stable Diffusion vs Midjourney — which one?
Different jobs. "Pretty image, simple, $10 flat-rate, no setup hell" → Midjourney. "Mass-produce the same character," "mix in private data," "free except electricity," "embed via API" → Stable Diffusion. Plenty of pros use both.
Can I use it commercially?
Yes, on any paid plan (Basic and up) — ads, sales, client work all allowed. But MJ keeps the copyright and grants you a usage license — structurally different from SD's "you own it outright." Companies above $1M in annual revenue must subscribe to Pro or higher.
How do I keep the same character across multiple images?
--oref (Omni Reference, V7+) is the current best path. Pass your reference image URL via `--oref [URL]` and tune strength with `--ow 100–400`. Before this, "Stable Diffusion + a trained LoRA" was the only option, so this is a major win. If you need exact-match fidelity, SD is still ahead; for the 95%-similar case that covers most needs, MJ now handles it.
What happens when Fast hours run out?
On Standard and up, you automatically drop into Relax (unlimited, slower). On Basic, you stop entirely — buy more Fast at $4/hour or wait until next month. "No path forward once Fast runs out" is Basic's biggest weakness, and the single best reason to step up to Standard.