Explore endless combinations! Use permutation prompts to easily generate multiple prompt variations from a single idea.
What are Permutations?
Think of permutation as a way to make many different prompts from just one prompt. It helps you swap certain parts—like colors or items—within your prompt to create different versions. Instead of typing each one by hand, you write it once, putting your options in curly braces {} separated by commas, and let Midjourney do the rest.
For example, if you prompt a {red, green, yellow} bird
, Midjourney will swap out "red," "green," and "yellow" in separate prompts to give you three different prompts:
A red bird
A green bird
A yellow bird
You can use permutations on any part of your prompt, including parameters. For instance, if you want to try the same prompt in multiple aspect ratios, you can use --ar
{1:1, 2:3, 3:5}
.
The number of permutations you can use depends on your subscription plan. If you have the Basic plan, you can create a maximum of 4 prompts with a single permutation prompt. The Standard plan allows you up to 10. For Pro and Mega plans, you can go up to 40. Just remember, permutations only work in Fast and Turbo modes. They won't work in Relax mode.
Each individual prompt you create with permutations uses up Fast GPU time, just like running individual prompts. Using permutations can quickly consume your available GPU time, so it's important to keep track of how much time you have left.
Using Permutations
-
Put the variables you want to change inside curly braces {} in your prompt in the Imagine bar. Make sure to separate them with commas.
-
Put the variables you want to change inside curly braces {} in your prompt in Discord. Make sure to separate them with commas.
After sending your prompt, the bot will ask you to confirm the number of permutations and you'll need to click Yes before your prompts will run.
-
It is possible to use multiple sets of bracketed options in a single prompt. For example,
a {red, green} bird in the {jungle, desert}
will produce four prompts.It is also possible to nest sets of bracketed options inside other sets of brackets within a single prompt. For example,
A {bird {on a pier, on a beach}, dog {on a sofa, in a truck}}
will produce four prompts.You can also use permutations on parameters. For example,
a red bird --v {4, 5, 6.1}
will produce three prompts each in a different version of Midjourney.Permutations can be used in custom suffixes and option sets.
If you want to include a comma within the curly brackets that does not act as a separator, place a backslash
\
directly before it. For example,{red, pastel \, yellow} bird
will produce two prompts:a red bird
a pastel, yellow bird