From cd8e8335cf11908c167c8b3eb8143786b518088a Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 25 Sep 2025 07:18:33 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 22 +++++++++++----------- node_db/new/custom-node-list.json | 10 ++++++++++ 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f408c706..1af10760 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33110,6 +33110,16 @@ "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", @@ -33676,16 +33686,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "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." - } + } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index bba39ce5..d1e660ab 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "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": "Dalongzhuazi", "title": "ComfyUI-Gemini-Prompt-Studio",