description |
---|
An illustrated Guide to /imagine parameters |
Parameters options that change how the images generate. A full /imagine
command might contain several things, like an image URL, image weights, algorithm versions, and other switches.
/imagine
parameters should follow the below order:
"Switches" in this context means controls passed to the bot using a "--" parameter. For instance, the command /imagine hi there --w 448
has a text prompt, and a parameter for the width, using the "--w" instruction.
\
--w
Width of image. Works better as multiple of 64 (or 128 for --hd
)
--h
Height of image. Works better as multiple of 64 (or 128 for --hd
)
--w
and --h
values above 512 are unstable and may cause errors.
/imagine: prompt
vibrant california poppies
![](.gitbook/assets/MJ--w.png)
/imagine:prompt
vibrant california poppies --w 448
``
--aspect
or --ar
Sets a desired aspect ratio, instead of manually setting height and width with --h
and --w
.
Try --ar 16:9
for example, to get a 9:16 aspect ratio (~256x448).
prompt
vibrant california poppies --ar 9:16
Also see Understanding Image Sizes.
These "shortcuts" are command that do the same as the forms following the ":" in the list below. For instance, if you type:
/imagine: prompt
vibrant california poppies
--wallpaper
It would be the same as typing the longer form:
/imagine: prompt
vibrant california poppies
--w 1920 --h 1024 --hd
``
Shortcut equivalences:
--wallpaper
: --w 1920 --h 1024 --hd
--sl
: --w 320 --h 256
--ml
: --w 448 --h 320
--ll
: --w 768 --h 512 --hd
--sp
: --w 256 --h 320
--mp
: --w 320 --h 448
--lp
: --w 512 --h 768 --hd
--version 1
or --v 1
uses the original Midjourney algorithm (more abstract, sometimes better for macro or textures). --v 1
corresponds to the button in /settings.
`` prompt: vibrant california poppies
--version 1
--version 2
or --v 2
uses the original Midjourney algorithm in use before July 25th, 2022.
--v 2
corresponds to the button in /settings.
prompt: vibrant california poppies
--v 2
--version 3
or --v 3
uses the current default Midjourney algorithm.
--v 3
corresponds to the button in /settings.
`` prompt: vibrant california poppies --v 3
--hd
Uses a different algorithm that’s potentially better for larger images, but with less consistent compositions.
prompt: vibrant california poppies --hd
--no
Negative prompting (e.g., --no plants
would try to remove plants). This is like giving it a weight of -0.5.
prompt: **vibrant california poppies --no grass
**
--stop
Stop the generation at an earlier percentage. Must be between 10-100.
prompt: vibrant california poppies --stop 50
--uplight
Use "lighter" upscaler for upscales. Light results are closer to the original image with less detail added during upscale.--uplight
corresonds to the in /settings
.
Regular upscale (left) vs Light Upscale (right)
A seed number generate the random starting noise used in the begining of image generation. Using the same number across multiple prompts will use the same starting noise.
--seed
Sets the random seed (an integer), which can sometimes help keep things more steady / reproducible between generations.
/imagine prompt: an abstract field of flowers
run twice without a seed.
prompt:
vibrant california poppies
``--seed 0987
run twice.
--sameseed <number>
Sets the same seed across all images of the resulting grid, resulting in minimal changes within the initial grid. The sameseed
can be any positive integer.
prompt:
vibrant california poppies
``--sameseed 0987
--stylize <number>
, or --s <number>
The stylize argument sets how strong of a 'stylization' your images have, the higher you set it, the more opinionated it will be. Default number is 2500.
See the User Manual for more detailed information.
--s 1250
Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users).
--s 1250
corresponds to the button in /settings.
--s 2500
Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users).
--s 2500
corresponds to the button in /settings.
![](.gitbook/assets/mj--5000.png)
--s 5000
corresponds to the button in /settings.
``
![](.gitbook/assets/mj--s20000.png)
--s 20000
If you want it to 'take over' and start drifting from your text, but not go crazy.
--s 20000
corresponds to the button in /settings.
--quality <number>
, or --q <number>
Sets how much rendering quality time you want to spend. Default number is 1. Higher values take more time and cost more
See the User Manual for more detailed information.
``
![](.gitbook/assets/mj--q05.png)
--q .5
Rougher results, 2x faster / cheaper.
prompt:
vibrant california poppies --q .5
``--q .5
corresponds to the button in `/settings.`
``
**![](.gitbook/assets/MJ\_Imagine.png)**
--q 1
The default value, you do not need to specify it.
**`prompt:`**`vibrant california poppies`**\ **
--q 1
corresponds to the button in /settings.
``
![](.gitbook/assets/mj--q2.png)
--q 2
The default value, you do not need to specify it.
**`prompt:`**`vibrant california poppies --q 2`**\ **
--q 2
corresponds to the button in /settings.
``
--video
Saves a progress video. Video will be sent to you in DM by the bot (private message) after you react to the result with the ✉️ emoji.
--iw
Sets image prompt weight proportional to the text weight. Use a decimal value (default 0.25).
Add one or more image URLs to your prompt and it will use those images as visual inspiration. You can mix words with images or just have images alone. See Image Prompt Questions for more info.
Note: This is not the same as building on top of (or "initializing" from) an input image. Midjourney does not currently offer the ability to use an "init" image as seen in some other tools, due to concerns about community public content.
--iw
— Adjusts the weight of the image URLs vs the text. 0.25 is the default weight. As you increase it to 1, you increase the strength of the image. Experiment and see what you like. Also see FAQ here and Manual section here.
Note: There is currently no way to apply different weights to different image prompts. This will be addressed in the future.
Example image prompt:
Linked Image with the URL "https://dots.jpg"
Image prompt use with no --iw
parameter, --iw .5
--iw 1
--iw 2
and --iw 5
From left to right:
prompt``
https://dots.jpg vibrant california poppies
(default image weight is .25)prompt``
https://dots.jpg vibrant california poppies --iw .5
prompt``
https://dots.jpg vibrant california poppies --iw 1
prompt``
https://dots.jpg vibrant california poppies --iw 2
prompt``
https://dots.jpg vibrant california poppies --iw 5
You can use the /settings
command to set parameters you want to use as your defaults.
Each row is a toggle button, meaning turning one on will turn the others off.