From 8184430df5d9eead59ac1b49522ff7540051ec4c Mon Sep 17 00:00:00 2001 From: BWDrum <128457547+BWDrum@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:54:34 -0800 Subject: [PATCH] Update custom-node-list.json (#2470) Add ComfyUI Random Wildcard Loader --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 00f9a385..965ad707 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41192,6 +41192,17 @@ ], "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", + "id": "random-wildcard-loader", + "reference": "https://github.com/BWDrum/ComfyUI-RandomWildcardLoader", + "files": [ + "https://github.com/BWDrum/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." } ] }