From 84981f8740390376ab02ca7d420ad5d2c1548ed9 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Tue, 13 Sep 2022 09:54:04 +0300 Subject: [PATCH] Updated Custom scripts from users (markdown) --- Custom-scripts-from-users.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Custom-scripts-from-users.md b/Custom-scripts-from-users.md index 702135a..4e99678 100644 --- a/Custom-scripts-from-users.md +++ b/Custom-scripts-from-users.md @@ -16,3 +16,5 @@ Script support so that prompts can contain wildcard terms (indicated by surround `a woman at a cafe by __artist__ and __artist__` will draw two random artists from `artist.txt`. This works independently on each prompt, so that one can e.g. generate a batch of 100 images with the same prompt input using wildcards, and each output will have unique artists (or styles, or genres, or anything that the user creates their own .txt file for) attached to it. + +(also see https://github.com/jtkelm2/stable-diffusion-webui-1/tree/master/scripts/wildcards for examples of custom lists)