From cbbabea34606a7cb3f667ac06f35213a74172f10 Mon Sep 17 00:00:00 2001 From: Satrio Dewantono Date: Sat, 31 Jan 2026 12:18:11 -0800 Subject: [PATCH] add reference chain custom node entry --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f3cbd6d0..9b435f1d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42766,6 +42766,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" } ] }