From 9109fbce1c34c22a0f7ca553c35ef1c4075071bc Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Sep 2023 22:26:24 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 9 +++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 9 +++++++++ 4 files changed, 38 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 519d8340..98f73c28 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1792,6 +1792,16 @@ "install_type": "git-clone", "description": "A small set of nodes I created for various numerical and text inputs and outputs." }, + { + "author": "spacepxl", + "title": "ComfyUI-HQ-Image-Save", + "reference": "https://github.com/spacepxl/ComfyUI-HQ-Image-Save", + "files": [ + "https://github.com/spacepxl/ComfyUI-HQ-Image-Save" + ], + "install_type": "git-clone", + "description": "Add Image Save nodes for TIFF 16 bit and EXR 32 bit formats. Probably only useful if you're applying a LUT or other color corrections, and care about preserving as much color accuracy as possible." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 238a8a1c..fb5646ca 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2773,6 +2773,15 @@ "title_aux": "nui suite" } ], + "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": [ + [ + "SaveEXR", + "SaveTiff" + ], + { + "title_aux": "ComfyUI-HQ-Image-Save" + } + ], "https://github.com/spinagon/ComfyUI-seamless-tiling": [ [ "CircularVAEDecode", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index bd34f2a8..49f045a5 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "spacepxl", + "title": "ComfyUI-HQ-Image-Save", + "reference": "https://github.com/spacepxl/ComfyUI-HQ-Image-Save", + "files": [ + "https://github.com/spacepxl/ComfyUI-HQ-Image-Save" + ], + "install_type": "git-clone", + "description": "Add Image Save nodes for TIFF 16 bit and EXR 32 bit formats. Probably only useful if you're applying a LUT or other color corrections, and care about preserving as much color accuracy as possible." + }, { "author": "meap158", "title": "ComfyUI-Prompt-Expansion", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 238a8a1c..fb5646ca 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2773,6 +2773,15 @@ "title_aux": "nui suite" } ], + "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": [ + [ + "SaveEXR", + "SaveTiff" + ], + { + "title_aux": "ComfyUI-HQ-Image-Save" + } + ], "https://github.com/spinagon/ComfyUI-seamless-tiling": [ [ "CircularVAEDecode",