From 18fef2e8b59ab324b00033df1faaa3a3149a35ca Mon Sep 17 00:00:00 2001 From: Raqueebuddin Aziz Date: Fri, 1 Dec 2023 07:41:18 +0530 Subject: [PATCH] add simplewildcards to custom node json --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 116fb207..6d36ae93 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3250,6 +3250,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "vanillacode314", + "title": "Simple Wildcard", + "reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI", + "files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"], + "install_type": "git-clone", + "pip": ["pipe"], + "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node." + } ] }