Prompt engineering
# Notes
# General syntax
- Negative prompts: used to describe what you don’t want to see in the image.
- The AI sometimes ignores parts of the negative prompt, especially if the prompt and negative prompt contain very similar terms.
- In other cases, the negative prompt has big impact on the composition of the image.
|
|
# EasyDiffusion
- Append a word or phrase with
-
or+
, or a weight between0
and2
(1
is default), to decrease or increase the importance of that word/phrase in the generated image. For e.g.man picking apricots+
- You can assign weights to multiple words by using parentheses. For e.g.
a man (picking apricots)1.5
ora man (picking apricots)++
- You can add more
+
or-
symbols to increase/decrease the weight further. For e.g.apricot++
has more importance thanapricot+
, andapricot--
has less importance thanapricot-
. There’s no limit to how many+
or-
symbols you can use.
- You can assign weights to multiple words by using parentheses. For e.g.
- You can also use a number to assign an exact weight to a word/phrase:
- A weight between
0
and1.0
reduces the importance of the token. For e.g.(apricots)0.5
reduces the importance of apricots to half. - A weight between
1.0
and2
increases the importance of the token. For e.g.(apricots)1.5
increases the importance of apricots by 1.5 times.
- A weight between
# Midjourney
# Types of Styles
- Design/genre
- Artist name
- Rendering/lighting
# Stylize the output
|
|