Skip to content

Commit a9f6fcb

Browse files
gadgetsamgitbook-bot
authored andcommitted
GitBook: [#50] "Resource Links" edit. Added schofe#7437 as credits to Understanding Image Size
1 parent 73eb56e commit a9f6fcb

File tree

2 files changed

+54
-77
lines changed

2 files changed

+54
-77
lines changed

imagine-parameters.md

Lines changed: 53 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,54 @@ description: An illustrated Guide to /imagine parameters
66

77
### Basic Structure
88

9-
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. \
9+
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.\
1010
\
1111
`/imagine` parameters should follow the below order:
1212

1313
![/imagine prompt: https://example/tulip.jpg a field of tulips in the style of Mary Blair --no farms --iw .5 --ar 3:2"](.gitbook/assets/ImagineStructure.jpg)
1414

15-
"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.\
16-
\
17-
15+
"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.\
16+
\\
1817

1918
### Sizes
2019

21-
#### **Width and Height** 
20+
#### **Width and Height**
2221

2322
`--w` Width of image. Works better as multiple of 64 (or 128 for `--hd`)
2423

2524
`--h` Height of image. Works better as multiple of 64 (or 128 for `--hd`)
2625

2726
`--w` and `--h` values above 512 are unstable and may cause errors.
2827

29-
&#x20;<img src=".gitbook/assets/MJ_Imagine.png" alt="" data-size="original"> ****&#x20;
28+
<img src=".gitbook/assets/MJ_Imagine.png" alt="" data-size="original"> \*\*\*\*
3029

3130
**/imagine:** `prompt`**`vibrant california poppies`**
3231

33-
``![](.gitbook/assets/MJ--w.png)``
32+
`![](.gitbook/assets/MJ--w.png)`
3433

3534
**/imagine:**`prompt`**`vibrant california poppies --w 448`**
3635

37-
**``**
36+
**\`\`**
3837

39-
`--aspect` or `--ar` Sets a desired aspect ratio, instead of manually setting height and width with `--h` and `--w`. &#x20;
38+
`--aspect` or `--ar` Sets a desired aspect ratio, instead of manually setting height and width with `--h` and `--w`.
4039

4140
Try `--ar 16:9` for example, to get a 9:16 aspect ratio (\~256x448).
4241

43-
&#x20;![](.gitbook/assets/mj--ar.png)`prompt`**`vibrant california poppies --ar 9:16`**
42+
![](<.gitbook/assets/mj--ar (1).png>)`prompt`**`vibrant california poppies --ar 9:16`**
4443

4544
Also see [Understanding Image Sizes](resource-links/understanding-image-size.md).
4645

4746
#### Size Shortcuts
4847

49-
These "shortcuts" are command that do the same as the forms following the ":" in the list below. For instance, if you type:
48+
These "shortcuts" are command that do the same as the forms following the ":" in the list below. For instance, if you type:
5049

5150
**/imagine:** `prompt`**`vibrant california poppies`**`--wallpaper`
5251

5352
It would be the same as typing the longer form:
5453

5554
**/imagine:** `prompt`**`vibrant california poppies`**`--w 1920 --h 1024 --hd`
5655

57-
``
56+
\`\`
5857

5958
Shortcut equivalences:
6059

@@ -80,41 +79,35 @@ Shortcut equivalences:
8079

8180
`--version 1` or `--v 1` uses the original Midjourney algorithm (more abstract, sometimes better for macro or textures). `--v 1` corresponds to the <img src=".gitbook/assets/MJ_v1_btn.png" alt="" data-size="line">button in `/settings.`
8281

83-
``![](<.gitbook/assets/image (10).png>) prompt: **`vibrant california poppies` --version 1**
82+
\`\`![](<.gitbook/assets/image (10).png>) prompt: **`vibrant california poppies` --version 1**
8483

8584
#### Version **2**
8685

87-
`--version 2` or `--v 2` uses the original Midjourney algorithm in use before July 25th, 2022. \
86+
`--version 2` or `--v 2` uses the original Midjourney algorithm in use before July 25th, 2022.\
8887
`--v 2` corresponds to the <img src=".gitbook/assets/MJ_v2_btn.png" alt="" data-size="line">button in `/settings.`
8988

9089
![](<.gitbook/assets/image (10).png>) prompt: **`vibrant california poppies` --v 2**
9190

9291
#### Version **3**
9392

94-
`--version 3` or `--v 3` uses the current default Midjourney algorithm. \
93+
`--version 3` or `--v 3` uses the current default Midjourney algorithm.\
9594
`--v 3` corresponds to the <img src=".gitbook/assets/MJ_v3_btn.png" alt="" data-size="line"> button in `/settings.`
9695

97-
``![](.gitbook/assets/mj--v3.png) prompt: **`vibrant california poppies --v 3`**
96+
\`\`![](.gitbook/assets/mj--v3.png) prompt: **`vibrant california poppies --v 3`**
9897

9998
#### High Definition
10099

101-
`--hd` Uses a different algorithm that’s potentially better for larger images, but with less consistent compositions.&#x20;
100+
`--hd` Uses a different algorithm that’s potentially better for larger images, but with less consistent compositions.
102101

103102
![](.gitbook/assets/mj--hd.png)prompt: **`vibrant california poppies --hd`**
104103

105-
106-
107-
108-
109104
### Prompt Modifiers
110105

111106
#### --No
112107

113-
`--no` Negative prompting (e.g., `--no plants` would try to remove plants). This is like giving it a weight of -0.5.
114-
115-
&#x20;![](<.gitbook/assets/mj--no (1).png>) prompt: **`vibrant california poppies --no grass` **&#x20;
116-
108+
`--no` Negative prompting (e.g., `--no plants` would try to remove plants). This is like giving it a weight of -0.5.
117109

110+
![](.gitbook/assets/mj--no.png) prompt: \*\*`vibrant california poppies --no grass` \*\*
118111

119112
### Detail Modifiers
120113

@@ -128,17 +121,11 @@ Shortcut equivalences:
128121

129122
`--uplight` Use "lighter" upscaler for upscales. Light results are closer to the original image with less detail added during upscale. `--uplight` corresponds to the <img src=".gitbook/assets/MJ_uplight_btn.png" alt="" data-size="line"> button in `/settings`.
130123

124+
![](.gitbook/assets/mj\_upscale.png) ![](.gitbook/assets/Mj\_uplight.png)
131125

126+
Regular upscale <img src=".gitbook/assets/MJ_regUpscale_btn.png" alt="" data-size="line"> (left) vs Light Upscale <img src=".gitbook/assets/MJ_uplight_btn.png" alt="" data-size="line"> (right)
132127

133-
134-
135-
![](.gitbook/assets/mj\_upscale.png) ![](.gitbook/assets/Mj\_uplight.png)
136-
137-
Regular upscale <img src=".gitbook/assets/MJ_regUpscale_btn.png" alt="" data-size="line"> (left) vs Light Upscale <img src=".gitbook/assets/MJ_uplight_btn.png" alt="" data-size="line"> (right)
138-
139-
140-
141-
### Seeds&#x20;
128+
### Seeds
142129

143130
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.
144131

@@ -150,79 +137,73 @@ A seed number generate the random starting noise used in the begining of image g
150137

151138
`/imagine prompt: an abstract field of flowers` run twice without a seed.
152139

153-
154-
155140
![](.gitbook/assets/MJ\_Imagine.png) ![](.gitbook/assets/mj\_seedtwice.png)
156141

157-
`prompt:`**`vibrant california poppies`**` ``--seed 0987` run twice.&#x20;
142+
`prompt:`**`vibrant california poppies`**` `` ``--seed 0987 ` run twice.
158143

159144
#### --Sameseed
160145

161146
`--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.
162147

163-
![](.gitbook/assets/mj\_sameseed.png)&#x20;
148+
![](.gitbook/assets/mj\_sameseed.png)
164149

165-
`prompt:`**`vibrant california poppies`**` ``--sameseed 0987`
150+
`prompt:`**`vibrant california poppies`**` `` ``--sameseed 0987 `
166151

167152
### --Stylize
168153

169-
`--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.&#x20;
154+
`--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.
170155

171156
See the [User Manual](user-manual.md#stylize-values) for more detailed information.
172157

173158
![](.gitbook/assets/mj--s1250.png)
174159

175-
`--s 1250` Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users). \
160+
`--s 1250` Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users).\
176161
`--s 1250` corresponds to the <img src=".gitbook/assets/MJ_v1_StyleLow.png" alt="" data-size="line"> button in `/settings.`
177162

178-
``![](.gitbook/assets/MJ--s2500.png)
163+
\`\`![](.gitbook/assets/MJ--s2500.png)
179164

180-
`--s 2500` Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users). \
181-
`--s 2500` corresponds to the <img src=".gitbook/assets/MJ_v1_StyleMed.png" alt="" data-size="line"> button in `/settings.`
165+
`--s 2500` Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users).\
166+
`--s 2500` corresponds to the <img src=".gitbook/assets/MJ_v1_StyleMed (1).png" alt="" data-size="line"> button in `/settings.`
182167

183-
``![](.gitbook/assets/mj--5000.png)``
168+
`![](.gitbook/assets/mj--5000.png)`
184169

185-
`--s 5000` corresponds to the <img src=".gitbook/assets/MJ_v1_StyleHigh.png" alt="" data-size="line"> button in `/settings.`&#x20;
170+
`--s 5000` corresponds to the <img src=".gitbook/assets/MJ_v1_StyleHigh.png" alt="" data-size="line"> button in `/settings.`
186171

187-
``
172+
\`\`
188173

189-
``![](.gitbook/assets/mj--s20000.png)``
174+
`![](.gitbook/assets/mj--s20000.png)`
190175

191-
`--s 20000` If you want it to 'take over' and start drifting from your text, but not go crazy. \
176+
`--s 20000` If you want it to 'take over' and start drifting from your text, but not go crazy.\
192177
`--s 20000` corresponds to the <img src=".gitbook/assets/MJ_v1_StyleVeryHigh.png" alt="" data-size="line"> button in `/settings.`
193178

194-
195-
196179
### --Quality
197180

198181
`--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\
199182
See the [User Manual](user-manual.md#quality-values) for more detailed information.
200183

201-
``
184+
\`\`
202185

203-
``![](.gitbook/assets/mj--q05.png)``
186+
`![](.gitbook/assets/mj--q05.png)`
204187

205-
`--q .5` Rougher results, 2x faster / cheaper. \
188+
`--q .5` Rougher results, 2x faster / cheaper.\
206189
`prompt:`**`vibrant california poppies --q .5`**\
207-
**``**`--q .5` corresponds to the <img src=".gitbook/assets/MJ_QualHalf.png" alt="" data-size="line"> button in `/settings.`
190+
**\`\`**`--q .5` corresponds to the <img src=".gitbook/assets/MJ_QualHalf.png" alt="" data-size="line"> button in `/settings.`
208191

209-
``
192+
\`\`
210193

211-
**``**![](.gitbook/assets/MJ\_Imagine.png)**``**
194+
**`**![](.gitbook/assets/MJ\_Imagine.png)**`**
212195

213196
`--q 1` The **default value**, you do not need to specify it.\
214-
**``**`prompt:`**`vibrant california poppies`**\
215-
**``**`--q 1` corresponds to the <img src=".gitbook/assets/MJ_Qual1.png" alt="" data-size="line"> button in `/settings.`
197+
**``**`prompt:`**`vibrant california poppies`**\ **``**`--q 1` corresponds to the <img src=".gitbook/assets/MJ_Qual1.png" alt="" data-size="line"> button in `/settings.`
216198

217-
``
199+
\`\`
218200

219-
``![](.gitbook/assets/mj--q2.png)``
201+
`![](.gitbook/assets/mj--q2.png)`
220202

221203
`--q 2` The **default value**, you do not need to specify it.\
222-
**``**`prompt:`**`vibrant california poppies --q 2`**\
223-
**``**`--q 2` corresponds to the <img src=".gitbook/assets/MJ_Qual2X.png" alt="" data-size="line"> button in `/settings.`
204+
**``**`prompt:`**`vibrant california poppies --q 2`**\ **``**`--q 2` corresponds to the <img src=".gitbook/assets/MJ_Qual2X.png" alt="" data-size="line"> button in `/settings.`
224205

225-
### ``
206+
### \`\`
226207

227208
### `Progress Videos`
228209

@@ -232,7 +213,7 @@ See the [User Manual](user-manual.md#quality-values) for more detailed informati
232213

233214
### Image Prompting with URL
234215

235-
`--iw` Sets image prompt weight proportional to the text weight. Use a decimal value (default 0.25).&#x20;
216+
`--iw` Sets image prompt weight proportional to the text weight. Use a decimal value (default 0.25).
236217

237218
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](FAQs.md#image-prompt-questions) for more info.
238219

@@ -246,25 +227,21 @@ Example image prompt:
246227

247228
![](<.gitbook/assets/image (13).png>) Linked Image with the URL "https://dots.jpg"
248229

249-
250-
251-
Image prompt use with no `--iw` parameter, `--iw .5` `--iw 1` `--iw 2` and `--iw 5`
230+
Image prompt use with no `--iw` parameter, `--iw .5` `--iw 1` `--iw 2` and `--iw 5`
252231

253232
![Results of different image weights](.gitbook/assets/mj--iw.png)
254233

255234
**From left to right:**
256235

257-
* `prompt`` `**`https://dots.jpg vibrant california poppies`** (default image weight is .25)
258-
* `prompt`` `**`https://dots.jpg vibrant california poppies --iw .5`**&#x20;
259-
* `prompt`` `**`https://dots.jpg vibrant california poppies --iw 1`**&#x20;
260-
* `prompt`` `**`https://dots.jpg vibrant california poppies --iw 2`**&#x20;
261-
* `prompt`` `**`https://dots.jpg vibrant california poppies --iw 5`**&#x20;
262-
263-
236+
* ` prompt`` `` `**`https://dots.jpg vibrant california poppies`** (default image weight is .25)
237+
* ` prompt`` `` `**`https://dots.jpg vibrant california poppies --iw .5`**
238+
* ` prompt`` `` `**`https://dots.jpg vibrant california poppies --iw 1`**
239+
* ` prompt`` `` `**`https://dots.jpg vibrant california poppies --iw 2`**
240+
* ` prompt`` `` `**`https://dots.jpg vibrant california poppies --iw 5`**
264241

265242
### Settings
266243

267244
You can use the `/settings` command to set parameters you want to use as your defaults.\
268-
Each row is a toggle button, meaning turning one on will turn the others off.&#x20;
245+
Each row is a toggle button, meaning turning one on will turn the others off.
269246

270247
![](.gitbook/assets/settings.png)

resource-links/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When a community member is credited as "Username#1234", that refers to their Dis
99
#### For Beginners
1010

1111
* [Tips for Text-Prompts](guide-to-prompting.md), official documentation by MidJourney
12-
* [Understanding Image Size](understanding-image-size.md#image-dimensions), official documentation by MidJourney
12+
* [Understanding Image Size](understanding-image-size.md#image-dimensions), official documentation by schofe
1313
* [Using Midjourney in Private Mode](https://weirdwonderfulai.art/resources/midjourney-private-mode/), article by Weird Wonderful AI Art
1414
* [promptoMANIA prompt builder](https://promptomania.com/prompt-builder/), online tool by WSzP#7328
1515

0 commit comments

Comments
 (0)