From 492f7eda6a215c3d4a44c22efe45c6d9b0627005 Mon Sep 17 00:00:00 2001 From: Satrio Dewantono Date: Thu, 5 Feb 2026 19:25:53 -0800 Subject: [PATCH] add reference chain custom node entry (#2568) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f62004a1..78a27d72 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43307,6 +43307,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "remingtonspaz", + "title": "Reference Chain Conditioning", + "reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain", + "files": [ + "https://github.com/remingtonspaz/ComfyUI-ReferenceChain" + ], + "install_type": "git-clone", + "description": "Chain multiple images as reference conditionings for Flux Klein, Kontext etc. with one node" } ] }