From b8f4ac281c914e67e0c728eabdc9276a7df03135 Mon Sep 17 00:00:00 2001 From: BWDrum <128457547+BWDrum@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:51:50 -0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6e0c914d..6d93726a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40873,6 +40873,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "BWDrum", + "title": "ComfyUI Random Wildcard Loader", + "reference": "https://github.com/YourUsername/ComfyUI-RandomWildcardLoader", + "files": [ + "https://github.com/YourUsername/ComfyUI-RandomWildcardLoader" + ], + "install_type": "git-clone", + "description": "A custom node for randomized prompt generation with __wildcard__ expansion, subfolder filtering, prefix/suffix support, and seed-based reproducibility." +} ] }