diff --git a/custom-node-list.json b/custom-node-list.json index b6ecbe7e..7afc29bc 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 200c967e..3284f451 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 1382772c..a31c2cf5 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 200c967e..3284f451 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",