mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-31 02:32:57 +08:00
remove improved prompt matrix from list - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9189
parent
c06be1b1e7
commit
91462c4f6d
@ -2,20 +2,6 @@
|
||||
To install custom scripts, place them into the `scripts` directory and click the `Reload custom script` button at the bottom in the settings tab. Custom scripts will appear in the lower-left dropdown menu on the txt2img and img2img tabs after being installed. Below are some notable custom scripts created by Web UI users:
|
||||
|
||||
|
||||
## Improved prompt matrix
|
||||
https://github.com/ArrowM/auto1111-improved-prompt-matrix
|
||||
|
||||
This script is [advanced-prompt-matrix](https://github.com/GRMrGecko/stable-diffusion-webui-automatic/blob/advanced_matrix/scripts/advanced_prompt_matrix.py) modified to support `batch count`. Grids are not created.
|
||||
|
||||
**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`
|
||||
|
||||
When using a `batch count` > 1, each prompt variation will be generated for each seed. `batch size` is ignored.
|
||||
|
||||
## txt2img2img
|
||||
https://github.com/ThereforeGames/txt2img2img
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user