From 28855800cd5c236cedd345b8d8b15442e8d8542e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 3 Jul 2026 04:36:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(custom-node-list):=20=C2=A74.2=20MERGE=5FRE?= =?UTF-8?q?LOCATE=20#3036=20DutchyDutch/ComfyUI=5FLocal=5FWildcards=20?= =?UTF-8?q?=E2=80=94=20root=20add=20+=20node=5Fdb/new=20relocate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Root: added at index 5182 (after last git-clone, new author) - node_db/new: relocated from bottom to top (chronological newest-first, §4.2 Step 9), indent 6→4 space normalized - Merge commit: 87882134 (gh pr merge) --- custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f87db559..2980c2d8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -53993,6 +53993,16 @@ ], "install_type": "git-clone", "description": "ComfyUI custom nodes for Krea 2 V9 image-reference conditioning." + }, + { + "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." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0dc70054..b984db41 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "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." + }, { "author": "Kevin Gilper", "title": "comfyui-krea-reference", @@ -831,16 +841,6 @@ ], "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." } ] }