From cbd19c4b4809c24d134c20c3815f0fe90e5676c0 Mon Sep 17 00:00:00 2001 From: Makki Shizu <142442886+MakkiShizu@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:21:15 +0800 Subject: [PATCH] add new node (#1211) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5a67606f..5e8ca34b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16621,6 +16621,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Makki_Shizu", + "title": "ComfyUI-Prompt-Wildcards", + "id": "Prompt-Wildcards", + "reference": "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards", + "files": [ + "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards" + ], + "install_type": "git-clone", + "description": "Optional wildcards in ComfyUI" } ] }