From 19e0bd6592b0a096e1c527b5668517f04d97035c Mon Sep 17 00:00:00 2001 From: DutchyDutch <155671438+DutchyDutch@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:02:34 +0200 Subject: [PATCH] Add ComfyUI Local Wildcards custom node --- node_db/new/custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3fd7d066..c4471b87 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -760,6 +760,16 @@ ], "install_type": "git-clone", "description": "ComfyUI custom nodes for LongCat Video Avatar 1.5 audio-driven human video generation." + }, + { + "author": "DutchyDutch", + "title": "ComfyUI Local Wildcards", + "reference": "https://github.com/DutchyDutch/ComfyUI_Local_Wildcards", + "files": [ + "https://github.com/DutchyDutch/ComfyUI_Local_Wildcards" + ], + "install_type": "git-clone", + "description": "A ComfyUI local wildcard text expansion node with support for .txt, .json, .yaml, and .yml wildcard files, plus Dynamic Prompts-style syntax." } ] }