You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resource-links/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ A list of links via the community that may or may not be entirely technically ac
22
22
23
23
[https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference](https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference) by willwulfken
24
24
25
+
[Artistic Visual Style Encyclopedia by Sincarnate](https://docs.google.com/spreadsheets/d/10i9Ip8tVSERAuMWbc6-H6BUFCoUGOQ91YzDvX--c4bk/edit#gid=0)
26
+
27
+
[Prompt Styles and Weights ](https://sites.google.com/view/understanding-mj-prompts/home)huge doc from Tallath with other resource links too
28
+
29
+
[Understanding Midjourney Through Teapots](https://rexwang8.github.io/resource/ai/teapot), a guide by bob#1236
30
+
25
31
## Broadly Applicable Tips
26
32
27
33
[A guide to writing text prompts for AI art](https://docs.google.com/document/d/1XUT2G9LmkZataHFzmuOtRXnuWBfhvXDAo8DkS--8tec/edit)
*[Prompt Preferences and Settings](user-manual.md#prompt-preferences-and-settings)
16
18
*[Deprecated: May Want To Avoid](user-manual.md#deprecated-may-want-to-avoid)
17
19
18
20
### Basic Commands in Bot Channels
@@ -63,9 +65,11 @@ Below are some of the "switches" you can add at the end of the command, using th
63
65
64
66
`--fast` Faster images, less consistency
65
67
66
-
`--vibe`Uses old algorithm (more vibes, more abstract, sometimes better for macro or textures)
68
+
`--version <1 or 2>` or `--v <1 or 2>`Uses old algorithms 1 (which was formerly the "vibe" option, sometimes better for macro or textures) or 2, the last improvement. We are at 3 now, which you do not need to specify. So specify `--version 2` to use the previous older model, or `--version 1` for the one before.
67
69
68
-
`--vibefast` Faster version of the old algorithm
70
+
`--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 below](user-manual.md#undefined) for more info.
71
+
72
+
`--quality <number>` , or `--q <number>` How much rendering quality time you want to spend. Default number is 1. Higher values cost more, [see below](user-manual.md#undefined).
69
73
70
74
`--hd` Uses a different algorithm that’s potentially better for larger images, but with less consistent composition. Best for abstract and landscape prompts.
71
75
@@ -97,6 +101,34 @@ These are synonyms for longer commands. In other words, using `--wallpaper` is
97
101
98
102
You can see an illustrated guide to all these parameters on [this page](imagine-parameters.md). You can read more about image sizes and how to interpret them on [Understanding Image Size](resource-links/understanding-image-size.md).
99
103
104
+
### Stylize Values
105
+
106
+
These can all be used with the shortcut version `--s` instead.
107
+
108
+
`--stylize 625` If you basically want to turn it off and be less artistic.
109
+
110
+
`--stylize 1250` Good for when you want it to be 'less strict' but still 'pretty' (this is probably recommended for skilled users).
111
+
112
+
`--stylize 2500` The **default value**, so you don't have to specify this.
113
+
114
+
`--stylize 20000` If you want it to 'take over' and start drifting from your text, but not go crazy. 
115
+
116
+
`--stylize 60000` Hands off the wheels, who knows what will happen. It may look nothing like your prompt.
`--quality 0.5` Less detailed results but 2x faster / cheaper.
125
+
126
+
`--quality 1` The **default value**, you do not need to specify it.
127
+
128
+
`--quality 2` More detailed results, but 2x slower and 2x the price (2 minutes per image). 
129
+
130
+
`--quality 5` kind of experimental, 'might' be more creative or detailed (also might be worse!) (5 minutes per image).
131
+
100
132
### Emoji Reactions to Generation Output
101
133
102
134
"React" to a generation with various emojis to trigger actions from the bot.
@@ -135,9 +167,11 @@ Prompts with a negative total weight are not allowed.
135
167
136
168
**Note**: The `--no` command is equivalent to using weight -0.5. For instance, `--no farms` means don't include farms in the output, same as `farms::-.5`
137
169
138
-
``
170
+
### Prompt Preferences and Settings
171
+
172
+
`/settings` will give you some buttons to choose your preferences, like the `/prefer` command but visually. Each row is a toggle button, meaning turning one on will turn the others off. 
`/prefer suffix <text>` — This will automatically append this suffix after all prompts you submit. Leave empty to reset.
143
177
@@ -147,7 +181,7 @@ Prompts with a negative total weight are not allowed.
147
181
148
182
`/prefer option set <name> <value>` — This creates a personal option, which then translates to specified value when you invoke it by prepending it with --. Only you can use this option. For example, `/prefer option set mine --hd --w 512` creates an option called "mine" that translates to `--hd --w 512`. So you can use `/imagine rubber ducks are awesome --mine`, and it will be the exact same as if you did `/imagine rubber ducks are awesome --hd --w 512`. Leave the value field empty to delete an option.
149
183
150
-
.png>)
184
+

151
185
152
186
`/prefer option list` — This will list your currently set personal options. You may keep a maximum of 20 personal options.
0 commit comments