From 662e15540f89f707551526ce1dd8dc3e9dadc68e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 8 Nov 2023 00:31:05 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 1 + node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 1 + 4 files changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7afc29bc..f2c55b76 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2535,6 +2535,16 @@ "install_type": "git-clone", "description": "This custom node provides various tools for resizing images. The goal is resizing without distorting proportions, yet without having to perform any calculations with the size of the original image. If a mask is present, it is resized and modified along with the image." }, + { + "author": "palant", + "title": "Integrated Nodes for ComfyUI", + "reference": "https://github.com/palant/integrated-nodes-comfyui", + "files": [ + "https://github.com/palant/integrated-nodes-comfyui" + ], + "install_type": "git-clone", + "description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 3284f451..a9da6de2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3173,6 +3173,7 @@ "LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "LineArt_Preprocessor_Provider_for_SEGS //Inspire", "LoadImage //Inspire", + "LoadImageListFromDir //Inspire", "LoadImagesFromDir //Inspire", "LoadPromptsFromDir //Inspire", "LoadPromptsFromFile //Inspire", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a31c2cf5..977bdafb 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "palant", + "title": "Integrated Nodes for ComfyUI", + "reference": "https://github.com/palant/integrated-nodes-comfyui", + "files": [ + "https://github.com/palant/integrated-nodes-comfyui" + ], + "install_type": "git-clone", + "description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected." + }, { "author": "palant", "title": "Image Resize for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3284f451..a9da6de2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3173,6 +3173,7 @@ "LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "LineArt_Preprocessor_Provider_for_SEGS //Inspire", "LoadImage //Inspire", + "LoadImageListFromDir //Inspire", "LoadImagesFromDir //Inspire", "LoadPromptsFromDir //Inspire", "LoadPromptsFromFile //Inspire",