From 36fd4683bd0c2145fecc17986b9eb9c01db5f278 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Thu, 15 Sep 2022 15:19:40 +0300 Subject: [PATCH] Updated Custom Scripts from Users (markdown) --- Custom-Scripts-from-Users.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Custom-Scripts-from-Users.md b/Custom-Scripts-from-Users.md index 90d6cd5..daa5ff1 100644 --- a/Custom-Scripts-from-Users.md +++ b/Custom-Scripts-from-Users.md @@ -18,3 +18,10 @@ Script support so that prompts can contain wildcard terms (indicated by surround 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) + +# txt2img2img +https://github.com/ThereforeGames/txt2img2img/blob/main/scripts/txt2img2img.py + +Greatly improve the editability of any character/subject while retaining their likeness. + +Full description in original repo: https://github.com/ThereforeGames/txt2img2img (be careful with cloning as it has a bit of venv checked in)