From 87c2966283ed8d695ec2df39911277c23b447c54 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 8 Nov 2023 00:04:32 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 18 ++++++++++++++---- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 18 ++++++++++++++---- 4 files changed, 48 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b6ecbe7..7afc29b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2525,6 +2525,16 @@ "install_type": "git-clone", "description": "Nodes:ImageOverlap-badger, FloatToInt-badger, IntToString-badger, FloatToString-badger, ImageNormalization-badger, ImageScaleToSide-badger, NovelToFizz-badger." }, + { + "author": "palant", + "title": "Image Resize for ComfyUI", + "reference": "https://github.com/palant/image-resize-comfyui", + "files": [ + "https://github.com/palant/image-resize-comfyui" + ], + "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": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 200c967..3284f45 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -461,6 +461,7 @@ "Zoe-DepthMapPreprocessor" ], { + "author": "tstandley", "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], @@ -1463,7 +1464,8 @@ ], "https://github.com/Trung0246/ComfyUI-0246": [ [ - "Highway" + "Highway", + "Junction" ], { "title_aux": "ComfyUI-0246" @@ -1826,9 +1828,8 @@ [ "ZuellniExLlamaGenerator", "ZuellniExLlamaLoader", - "ZuellniTextCondition", - "ZuellniTextFormat", - "ZuellniTextPreview" + "ZuellniTextPreview", + "ZuellniTextReplace" ], { "title_aux": "ComfyUI-ExLlama" @@ -3182,6 +3183,7 @@ "MediaPipe_FaceMesh_Preprocessor_Provider_for_SEGS //Inspire", "MiDaS_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "OpenPose_Preprocessor_Provider_for_SEGS //Inspire", + "PromptBuilder //Inspire", "PromptExtractor //Inspire", "RegionalConditioningColorMask //Inspire", "RegionalConditioningSimple //Inspire", @@ -3485,6 +3487,14 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/palant/image-resize-comfyui": [ + [ + "ImageResize" + ], + { + "title_aux": "Image Resize for ComfyUI" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1382772..a31c2cf 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": "Image Resize for ComfyUI", + "reference": "https://github.com/palant/image-resize-comfyui", + "files": [ + "https://github.com/palant/image-resize-comfyui" + ], + "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": "M1kep", "title": "ComfyUI-KepOpenAI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 200c967..3284f45 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -461,6 +461,7 @@ "Zoe-DepthMapPreprocessor" ], { + "author": "tstandley", "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], @@ -1463,7 +1464,8 @@ ], "https://github.com/Trung0246/ComfyUI-0246": [ [ - "Highway" + "Highway", + "Junction" ], { "title_aux": "ComfyUI-0246" @@ -1826,9 +1828,8 @@ [ "ZuellniExLlamaGenerator", "ZuellniExLlamaLoader", - "ZuellniTextCondition", - "ZuellniTextFormat", - "ZuellniTextPreview" + "ZuellniTextPreview", + "ZuellniTextReplace" ], { "title_aux": "ComfyUI-ExLlama" @@ -3182,6 +3183,7 @@ "MediaPipe_FaceMesh_Preprocessor_Provider_for_SEGS //Inspire", "MiDaS_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "OpenPose_Preprocessor_Provider_for_SEGS //Inspire", + "PromptBuilder //Inspire", "PromptExtractor //Inspire", "RegionalConditioningColorMask //Inspire", "RegionalConditioningSimple //Inspire", @@ -3485,6 +3487,14 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/palant/image-resize-comfyui": [ + [ + "ImageResize" + ], + { + "title_aux": "Image Resize for ComfyUI" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO",