From 977e348a3502cf06ad24ebe57f1d758873a791d8 Mon Sep 17 00:00:00 2001 From: skunkworxdark Date: Wed, 20 Sep 2023 05:24:55 +0100 Subject: [PATCH] Update communityNodes.md with Prompt Tools & XY grid nodes(#4446) * Update communityNodes.md Adding Prompt Tools and XY grid nodes * Update communityNodes.md Added the new PromptStrength and PromptStrengthCombine Nodes --------- Co-authored-by: Millun Atluri --- docs/nodes/communityNodes.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/nodes/communityNodes.md b/docs/nodes/communityNodes.md index c48c971098..2b30b9f0af 100644 --- a/docs/nodes/communityNodes.md +++ b/docs/nodes/communityNodes.md @@ -196,6 +196,40 @@ Results after using the depth controlnet -------------------------------- +### Prompt Tools + +**Description:** A set of InvokeAI nodes that add general prompt manipulation tools. These where written to accompany the PromptsFromFile node and other prompt generation nodes. + +1. PromptJoin - Joins to prompts into one. +2. PromptReplace - performs a search and replace on a prompt. With the option of using regex. +3. PromptSplitNeg - splits a prompt into positive and negative using the old V2 method of [] for negative. +4. PromptToFile - saves a prompt or collection of prompts to a file. one per line. There is an append/overwrite option. +5. PTFieldsCollect - Converts image generation fields into a Json format string that can be passed to Prompt to file. +6. PTFieldsExpand - Takes Json string and converts it to individual generation parameters This can be fed from the Prompts to file node. +7. PromptJoinThree - Joins 3 prompt together. +8. PromptStrength - This take a string and float and outputs another string in the format of (string)strength like the weighted format of compel. +9. PromptStrengthCombine - This takes a collection of prompt strength strings and outputs a string in the .and() or .blend() format that can be fed into a proper prompt node. + +See full docs here: https://github.com/skunkworxdark/Prompt-tools-nodes/edit/main/README.md + +**Node Link:** https://github.com/skunkworxdark/Prompt-tools-nodes + +-------------------------------- + +### XY Image to Grid and Images to Grids nodes + +**Description:** Image to grid nodes and supporting tools. + +1. "Images To Grids" node - Takes a collection of images and creates a grid(s) of images. If there are more images than the size of a single grid then mutilple grids will be created until it runs out of images. +2. "XYImage To Grid" node - Converts a collection of XYImages into a labeled Grid of images. The XYImages collection has to be built using the supporoting nodes. See example node setups for more details. + + +See full docs here: https://github.com/skunkworxdark/XYGrid_nodes/edit/main/README.md + +**Node Link:** https://github.com/skunkworxdark/XYGrid_nodes + +-------------------------------- + ### Example Node Template **Description:** This node allows you to do super cool things with InvokeAI.