From d89ff649f8267614440338b16fc4c47c0bfaed9e Mon Sep 17 00:00:00 2001 From: sumitchatterjee13 <51856136+sumitchatterjee13@users.noreply.github.com> Date: Fri, 10 Oct 2025 02:07:01 +1100 Subject: [PATCH] Removed HDR Vae Decode node (#2202) Due to my company policy, my company asked me to remove this node and asked me not to share the codes, so I removed the nodes. --- custom-node-list.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2936850d..4d724421 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33260,17 +33260,7 @@ ], "install_type": "git-clone", "description": "Custom nodes to process multi exposure images and stack them to produce 32bit exr file with dynamic range data" - }, - { - "author": "sumitchatterjee13", - "title": "vae-decode-hdr", - "reference": "https://github.com/sumitchatterjee13/vae-decode-hdr", - "files": [ - "https://github.com/sumitchatterjee13/vae-decode-hdr" - ], - "install_type": "git-clone", - "description": "A custom ComfyUI node that preserves High Dynamic Range (HDR) data during VAE decoding, bypassing the default 0-1 range clamping. It also includes a companion 'Linear EXR Export' node for creating professional-grade linear EXR files." - }, + }, { "author": "perckle", "title": "ComfyUI-DPIR",