From b6f171de51f9ec3a3918667b88755f25ccdd1702 Mon Sep 17 00:00:00 2001 From: sumitchatterjee13 <51856136+sumitchatterjee13@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:14:53 +1000 Subject: [PATCH] Add Luminance Stack Processor node (#2165) A set of nodes to stack multi exposure images to produce high dynamic range image, dedicated exr output node. --- 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 94bf1b98..cde2643d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33538,6 +33538,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "sumitchatterjee13", + "title": "Luminance Stack Processor", + "reference": "https://github.com/sumitchatterjee13/Luminance-Stack-Processor", + "files": [ + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor" + ], + "install_type": "git-clone", + "description": "Custom nodes to process multi exposure images and stack them to produce 32bit exr file with dynamic range data" + } ] }