Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Follow publication

The Midjourney Cheat Sheet (V5)

From prompts to parameters and weights, all in one place

Tristan Wolff
Bootcamp
Published in
3 min readApr 11, 2023

EDIT: updated version is Midjourney Cheat Sheet (V5.2)

You know how it is: every now and then we have to dig through the Midjourney documentation to check a parameter’s value range or to find out whether the latest version (V5) allows us to use the cool “ — video” feature as V3 did! Opening a new tab. Navigating through the docs. Annoying!

That’s why I created this little cheat sheet. Pretty handy if you print it out and put it next to your workstation.

It should cover the basic stuff and point out some advanced concepts.

If you think something is missing, please let me know in the comments. I will update this every time new features are added to V5.

Here’s the text version in case you want to work on it with ChatGPT:

Basic Prompt Anatomy: 
/imagine prompt: [PREFIX] [SCENE] [SUFFIX] [Parameters]
PREFIX defines image medium & style
SCENE defines content
SUFFIX modulates Prefix & Scene
(in actual practice these categories overlap)

Permutation Prompt Example:
/imagine prompt: cinematic shot of astronaut on {horse, turtle} --c {20,80}
...gets translated into four prompts:
-> cinematic shot of astronaut on a horse --c 20
cinematic shot of astronaut on a turtle --c 20
cinematic shot of astronaut on a horse --c 80
cinematic shot of astronaut on a turtle --c 80


Parameters:
--ar [WIDTH:HEIGHT] (=aspect ratio)
--c [0-100] (=chaos, unusual results)
--q [.25|.5|1] (=quality/time spent generating the image, 1=default)
--seed [0-4294967295] (=starting point for initial grid)
--stop [10-100] (=stop at earlier percentage)
--s [0-1000] (=stylize, artistic interpretation)
--tile (=seamless patterns)
--iw [W] (=sets image weight to W)
--no [X] (=gives X a negative weight of -0.5)
--niji / --niji 5 (anime trained model)
--v [1,2,3,4] (=model versiom)
--repeat [N] (=repeat prompt N-times)

Weights:
/imagine prompt: hot dog
hot:: dog
hot::2 dog

Option Commands:
/prefer option set [NAME OF OPTION] [VALUE]
... e.g:
-> /prefer option set mycoolpreset dadaism --c 80…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Bootcamp
Bootcamp

Published in Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Tristan Wolff
Tristan Wolff

Responses (15)

Write a response