From 91462c4f6dc1c4faa41a05b0ccc73d2ac27ffd34 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 31 Mar 2023 01:35:20 +0000 Subject: [PATCH] remove improved prompt matrix from list - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9189 --- Custom-Scripts.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Custom-Scripts.md b/Custom-Scripts.md index 0784f3a..c679184 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -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 wearing ` -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