From 427bdc104d991cc7d13089857930f06cb7fd9eca Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:47:18 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d4252b41..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." + }, @@ -16550,17 +16561,6 @@ ], "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." } ] }