Image generation
Last updated
Last updated
You can build image generation prompt bots using or . Both bots support when used as a base bot.
Be descriptive, rather than instructive. Unlike for text generation bots, the style prompt should describe the desired image, not be an instruction to the bot. This is especially true for StableDiffusionXL. For example, to generate paintings in the style of Vincent Van Gogh:
Instead of:
Try:
Be specific in your prompt: The more specific and detailed your prompt is, the better the chances of getting the desired image. Instead of using a generic term like landscape
, try specifying elements like sunset over a beach with palm trees
. You can also specify multiple elements or style descriptions separated by punctuations, e.g. beautiful sunset, rain, painting, Van Gogh
.
Utilize the (StableDiffusionXL only): If there are certain elements you don't want in your image, use the negative prompt feature. For example, if you don't want any buildings in your landscape, include buildings
in your negative prompt.
By default, style prompts and user prompts get concatenated.
For example, with a style prompt:
and a user prompt:
The final prompt will be:
Note: the --no
parameter is only accepted by StableDiffusionXL.
Poe also supports Jinja templating for image generation bots to provide bot creators with flexibility over how style prompts and user prompts get merged.
Specifically, specify a {{user_prompt}}
in either (or both!) of the style prompt and negative prompts to indicate where the user's prompt and negative prompts should go, respectively.
For example, with a style prompt:
and a user prompt:
the final prompt will be:
Specify a --no
parameter to indicate elements that should be avoided in the generated image.
For example:
tall trees, sunny --no rain