From 05739c709e5125d5b1045b81abca71e6802f3ad2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 18 Nov 2023 16:50:06 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ---------- extension-node-map.json | 8 -------- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/legacy/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 8 -------- 5 files changed, 20 insertions(+), 26 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index af70675d..4f56b49b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1395,16 +1395,6 @@ "install_type": "git-clone", "description": "An extension to ComfyUI that introduces logic nodes and conditional rendering capabilities." }, - { - "author": "tkoenig89", - "title": "Load Image with metadata", - "reference": "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata", - "files": [ - "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata" - ], - "install_type": "git-clone", - "description": "A custom node for comfy ui to read generation data from images (prompt, seed, size...). This could be used when upscaling generated images to use the original prompt and seed." - }, { "author": "mpiquero7164", "title": "SaveImgPrompt", diff --git a/extension-node-map.json b/extension-node-map.json index 939831f3..a76cfc43 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4199,14 +4199,6 @@ "title_aux": "Save Image Extended for ComfyUI" } ], - "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata": [ - [ - "LoadImageWithMetadata" - ], - { - "title_aux": "Load Image with metadata" - } - ], "https://github.com/trojblue/trNodes": [ [ "JpgConvertNode", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index d5a231a7..96344e4b 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "oyvindg", + "title": "ComfyUI-TrollSuite", + "reference": "https://github.com/oyvindg/ComfyUI-TrollSuite", + "files": [ + "https://github.com/oyvindg/ComfyUI-TrollSuite" + ], + "install_type": "git-clone", + "description": "Nodes: BinaryImageMask, ImagePadding, LoadLastCreatedImage, RandomMask, TransparentImage." + }, { "author": "romeobuilderotti", "title": "ComfyUI-EZ-Pipes", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 91869ad7..f48189e9 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "tkoenig89", + "title": "Load Image with metadata", + "reference": "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata", + "files": [ + "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata" + ], + "install_type": "git-clone", + "description": "A custom node for comfy ui to read generation data from images (prompt, seed, size...). This could be used when upscaling generated images to use the original prompt and seed." + }, { "author": "LucianoCirino", "title": "Efficiency Nodes for ComfyUI [LEGACY]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 939831f3..a76cfc43 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4199,14 +4199,6 @@ "title_aux": "Save Image Extended for ComfyUI" } ], - "https://github.com/tkoenig89/ComfyUI_Load_Image_With_Metadata": [ - [ - "LoadImageWithMetadata" - ], - { - "title_aux": "Load Image with metadata" - } - ], "https://github.com/trojblue/trNodes": [ [ "JpgConvertNode",