Syntax cheatsheet
Tutorial
Discussions
Report a bug

Combinations

Choose a number of terms from a list, in this case we choose two artists: {2$$$$artist1|artist2|artist3}
If $$$$ is not provided, then 1$$$$ is assumed.

If the chosen number of terms is greater than the available terms, then some terms will be duplicated, otherwise chosen terms will be unique. This is useful in the case of wildcards, e.g. {2$$$$__artist__} is equivalent to {2$$$$__artist__|__artist__}

A range can be provided: {1-3$$$$artist1|artist2|artist3}
In this case, a random number of artists between 1 and 3 is chosen.

Options can be given weights: {2::artist1|artist2}
In this case, artist1 will be chosen twice as often as artist2.

Wildcards can be used and the joiner can also be specified: {{1-$$$$and$$$$__adjective__}}
Here, a random number between 1 and 3 words from adjective.txt will be chosen and joined together with the word 'and' instead of the default comma.

Wildcards

Find and manage wildcards in the Wildcards Manager tab.

You can add more wildcards by creating a text file with one term per line and name is mywildcards.txt. Place it in ${WILDCARD_DIR}. __<folder>/mywildcards__ will then become available.

Variables

Set a variable like so: $${season=!{summer|autumn|winter|spring}} Now use it like this: In $${season} I wear a $${season} shirt and $${season} trousers For more details, and functionality, see the documentation (coming soon)

Find more settings on the Settings tab

You are using version ${VERSION} of the WebUI extension, and the underlying dynamicprompts library is version ${LIB_VERSION}.