Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 670 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 670 Bytes

auto1111-improved-prompt-matrix

This script is advanced-prompt-matrix modified to support batch count.

Usage

Use < > to create a group of alternate texts. Separate text options with |. Multiple groups and multiple options can be used. For example:

An input of a <corgi|cat> wearing <goggles|a hat>
Will output 4 prompts: a corgi wearing goggles, a corgi wearing a hat, a cat wearing goggles, a cat wearing a hat

Each output prompt will be generated for each seed when using a batch count > 1. batch size is ignored.