From dee87c1ae0da9a6b3bbdad42ec64dc6cce13bc8d Mon Sep 17 00:00:00 2001
From: ClashSAN <98228077+ClashSAN@users.noreply.github.com>
Date: Tue, 8 Nov 2022 00:45:52 +0000
Subject: [PATCH] add test my prompt scipt
---
Custom-Scripts.md | 48 ++++++++++++++++++++++++++++++++++-------------
1 file changed, 35 insertions(+), 13 deletions(-)
diff --git a/Custom-Scripts.md b/Custom-Scripts.md
index e4e8602..53a2bc7 100644
--- a/Custom-Scripts.md
+++ b/Custom-Scripts.md
@@ -59,6 +59,10 @@ Pick two (or more) seeds and generate a sequence of images interpolating between
Example of what you can do with it:
https://www.youtube.com/watch?v=4c71iUclY4U
+Another example by a user:
+
+
+
## Advanced Seed Blending
https://github.com/amotile/stable-diffusion-backend/tree/master/src/process/implementations/automatic1111_scripts
@@ -191,6 +195,15 @@ applies symmetry to the image every n steps and sends the result further to img2
+## SD-latent-mirroring
+https://github.com/dfaker/SD-latent-mirroring
+
+Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections
+
+Example: (Click to expand:)
+
+
+
## txt2palette
https://github.com/1ort/txt2palette
@@ -223,7 +236,7 @@ https://github.com/DominikDoom/a1111-sd-webui-tagcomplete
Displays autocompletion hints for tags from "image booru" boards such as Danbooru. Uses local tag CSV files and includes a config for customization.
-Also supports completion for [wildcards](Custom-Scripts#wildcards)
+Also supports completion for [wildcards](https://github.com/adieyal/sd-dynamic-prompts#wildcard-files)
## Embedding to PNG
https://github.com/dfaker/embedding-to-png-script
@@ -250,6 +263,7 @@ Randomly enter xy grid values.
Example: (Click to expand:)
+
Basic logic is same as x/y plot, only internally, x type is fixed as step, and type y is fixed as cfg.
Generates x values as many as the number of step counts (10) within the range of step1|2 values (10-30)
Generates x values as many as the number of cfg counts (10) within the range of cfg1|2 values (6-15)
@@ -257,8 +271,6 @@ Even if you put the 1|2 range cap upside down, it will automatically change it.
In the case of the cfg value, it is treated as an int type and the decimal value is not read.
-
-
## Random
https://github.com/lilly1987/AI-WEBUI-scripts-Random
@@ -282,22 +294,32 @@ generate tiles from a base image. Based on SD upscale script.
-## SD-latent-mirroring
-https://github.com/dfaker/SD-latent-mirroring
-
-Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections
-
-Example: (Click to expand:)
-
-
-
## Depth Maps
https://github.com/thygate/stable-diffusion-webui-depthmap-script
This script is an addon for [AUTOMATIC1111's Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) that creates `depthmaps` from the generated images. The result can be viewed on 3D or holographic devices like VR headsets or [lookingglass](https://lookingglassfactory.com/) display, used in Render- or Game- Engines on a plane with a displacement modifier, and maybe even 3D printed.
Example: (Click to expand:)
-
+
+
+
+## Test my prompt
+https://github.com/Extraltodeus/test_my_prompt
+
+Have you ever used a very long prompt full of words that you are not sure have any actual impact on your image? Did you lose the courage to try to remove them one by one to test if their effects are worthy of your pwescious GPU?
+
+WELL now you don't need any courage as this script has been MADE FOR YOU!
+
+It generates as many images as there are words in your prompt (you can select the separator of course).
+
+Example: (Click to expand:)
+
+Here the prompt is simply : "**banana, on fire, snow**" and so as you can see it has generated each image without each description in it.
+
+
+
+You can also test your negative prompt.
+
## Saving steps of the sampling process