From 7df3619f61abec6cb742c398161ea83a0f3a3018 Mon Sep 17 00:00:00 2001 From: GrvBdgr Date: Tue, 29 Oct 2024 20:40:47 +0100 Subject: [PATCH] Added negative wildcard processor custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 83a0a885..d4252b41 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16550,6 +16550,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "grovebadger", + "title": "Negative Wildcard Processor Node for ComfyUI", + "id": "neg_wildcard_processor", + "reference": "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor/tree/main", + "files": [ + "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor/tree/main" + ], + "install_type": "git-clone", + "description": "Node to process negative wildcard tokens () and move them from the positive prompt to the negative." } ] }