Last updated on August 7, 2024
Some models (Stable Diffusion, Midjourney, etc.) allow you to assign weights to certain terms in a prompt. Such weighted terms can be used to emphasize certain words or phrases in the generated image. It can also be used to de-emphasize certain words or phrases in the generated image. Let's consider a simple example:
Here are a few mountains generated by Stable Diffusion, with the prompt mountain
.
However, if we want mountains without trees, we can use the prompt mountain | tree:-10
. Since we weighted trees very negatively, they do not appear in the generated image.
Weighted terms can be combined into more complicated prompts, like
A planet in space:10 | bursting with color red, blue, and purple:4 | aliens:-10 | 4K, high quality
Weighted terms allow you to explicitly tell the model which aspects of the output image or more or less important, giving you even more control in specifying your image prompts.
Weighted terms are a capability of certain models that allow you to explicitly define the weights of certain words or phrases in an input. In this way, you can emphasize or de-emphasize the things you'd like portrayed in the AI-generated image.
Read more about weighting in some of the resources at the end of this chapter.