From a9dabbdd2081fc15d9877b89ebad94d0833f1a00 Mon Sep 17 00:00:00 2001 From: GrvBdgr Date: Thu, 31 Oct 2024 18:05:39 +0100 Subject: [PATCH] Added negative wildcard processor custom node (#1201) * Added negative wildcard processor custom node * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 83a0a885..64b464f3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16144,6 +16144,17 @@ "install_type": "git-clone", "description": "This extension provides tag completion feature in textbox." }, + { + "author": "grovebadger", + "title": "Negative Wildcard Processor Node for ComfyUI", + "id": "neg_wildcard_processor", + "reference": "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor", + "files": [ + "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor" + ], + "install_type": "git-clone", + "description": "Node to process negative wildcard tokens () and move them from the positive prompt to the negative." + },