From 1eb1affd25a1d235fc3bba2b7cb126a38908a590 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 7 Dec 2023 20:11:59 +0900 Subject: [PATCH] update DB version mark --- __init__.py | 2 +- custom-node-list.json | 20 +++++++++ extension-node-map.json | 63 ++++++++++++++++++++++++++--- node_db/new/custom-node-list.json | 20 +++++++++ node_db/new/extension-node-map.json | 63 ++++++++++++++++++++++++++--- 5 files changed, 155 insertions(+), 13 deletions(-) diff --git a/__init__.py b/__init__.py index ed1efe11..79ea65b7 100644 --- a/__init__.py +++ b/__init__.py @@ -17,7 +17,7 @@ import http.client import re import signal -version = "V1.6.4" +version = "V1.6.5" print(f"### Loading: ComfyUI-Manager ({version})") diff --git a/custom-node-list.json b/custom-node-list.json index 63d31dc3..bd762f37 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3139,6 +3139,26 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for project management to centralize the management of all your workflows in one place. Seamlessly switch between workflows, create and update them within a single workspace, like Google Docs." }, + { + "author": "thecooltechguy", + "title": "ComfyUI-MagicAnimate", + "reference": "https://github.com/thecooltechguy/ComfyUI-MagicAnimate", + "files": [ + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate" + ], + "install_type": "git-clone", + "description": "Easily use Magic Animate within ComfyUI!" + }, + { + "author": "knuknX", + "title": "ComfyUI-Image-Tools", + "reference": "https://github.com/knuknX/ComfyUI-Image-Tools", + "files": [ + "https://github.com/knuknX/ComfyUI-Image-Tools" + ], + "install_type": "git-clone", + "description": "Nodes:BatchImageResizeProcessor, SingleImagePathLoader, SingleImageUrlLoader" + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 88ee421a..37425ec5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -126,6 +126,16 @@ "title_aux": "AnimateDiff" } ], + "https://github.com/AustinMroz/ComfyUI-SpliceTools": [ + [ + "LogSigmas", + "SpliceDenoised", + "SpliceLatents" + ], + { + "title_aux": "SpliceTools" + } + ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -1092,6 +1102,19 @@ "title_aux": "ComfyUI-N-Nodes" } ], + "https://github.com/Off-Live/ComfyUI-off-suite": [ + [ + "Crop Center wigh SEGS", + "GW Number Formatting", + "Image Crop Fit", + "Image Resize Fit", + "OFF SEGS to Image", + "Watermarking" + ], + { + "title_aux": "ComfyUI-off-suite" + } + ], "https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py": [ [ "QRNG_Node_CSV" @@ -2309,19 +2332,14 @@ ], "https://github.com/asagi4/comfyui-prompt-control": [ [ - "CondLinearInterpolate", - "ConditioningCutoff", "EditableCLIPEncode", "FilterSchedule", - "JinjaRender", "LoRAScheduler", "PCSplitSampling", "PromptControlSimple", "PromptToSchedule", "ScheduleToCond", - "ScheduleToModel", - "SimpleWildcard", - "StringConcat" + "ScheduleToModel" ], { "title_aux": "ComfyUI prompt control" @@ -2545,6 +2563,7 @@ "HypernetworkLoader (dirty)", "ImageBatchToList", "InRange (hsv)", + "InnerCylinder (remap)", "Inpaint", "Input/String to Int Array", "KMeansColor", @@ -2557,8 +2576,10 @@ "MorphologicSkeletoning", "NaiveAutoKMeansColor", "OtsuThreshold", + "OuterCylinder (remap)", "RGB to HSV", "Rect Grab Cut", + "Remap", "Repeat Into Grid (image)", "Repeat Into Grid (latent)", "RequestInputs", @@ -2695,14 +2716,20 @@ "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ [ "ConditionText", + "ConditionTextMulti", + "ImageAddText", "ImageSimpleResize", "ImageSizeInfo", "ImageTool", "Int2String", "LoadEmbedding", + "LoadImageExtended", "Loader", "Prompts", "SaveImages", + "SeedGenerator", + "SimpleSampler", + "TextSplit", "Textbox", "Wildcards" ], @@ -3447,8 +3474,10 @@ "https://github.com/jags111/ComfyUI_Jags_VectorMagic": [ [ "CircularVAEDecode", + "SVG", "YoloSEGdetectionNode", "YoloSegNode", + "color_drop", "my unique name", "xy_Tiling_KSampler" ], @@ -3646,6 +3675,16 @@ "title_aux": "TiledIPAdapter" } ], + "https://github.com/knuknX/ComfyUI-Image-Tools": [ + [ + "BatchImageResizeProcessor", + "SingleImagePathLoader", + "SingleImageUrlLoader" + ], + { + "title_aux": "ComfyUI-Image-Tools" + } + ], "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [ [ "LLLiteLoader" @@ -4544,12 +4583,15 @@ "ChatGPTOpenAI", "CombineMasks_", "CombineSegMasks", + "EmptyLayer", "EnhanceImage", "FaceToMask", "FeatheredMask", "FloatingVideo", "ImageCropByAlpha", "LoadImagesFromPath", + "MergeLayers", + "NewLayer", "RandomPrompt", "ScreenShare", "ShowTextForGPT", @@ -4910,6 +4952,15 @@ "title_aux": "Styles CSV Loader Extension for ComfyUI" } ], + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": [ + [ + "MagicAnimate", + "MagicAnimateModelLoader" + ], + { + "title_aux": "ComfyUI-MagicAnimate" + } + ], "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": [ [ "SVDDecoder", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 21d9f73b..882badce 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "thecooltechguy", + "title": "ComfyUI-MagicAnimate", + "reference": "https://github.com/thecooltechguy/ComfyUI-MagicAnimate", + "files": [ + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate" + ], + "install_type": "git-clone", + "description": "Easily use Magic Animate within ComfyUI!" + }, + { + "author": "knuknX", + "title": "ComfyUI-Image-Tools", + "reference": "https://github.com/knuknX/ComfyUI-Image-Tools", + "files": [ + "https://github.com/knuknX/ComfyUI-Image-Tools" + ], + "install_type": "git-clone", + "description": "Nodes:BatchImageResizeProcessor, SingleImagePathLoader, SingleImageUrlLoader" + }, { "author": "11cafe", "title": "ComfyUI Workspace Manager - Comfyspace", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 88ee421a..37425ec5 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -126,6 +126,16 @@ "title_aux": "AnimateDiff" } ], + "https://github.com/AustinMroz/ComfyUI-SpliceTools": [ + [ + "LogSigmas", + "SpliceDenoised", + "SpliceLatents" + ], + { + "title_aux": "SpliceTools" + } + ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -1092,6 +1102,19 @@ "title_aux": "ComfyUI-N-Nodes" } ], + "https://github.com/Off-Live/ComfyUI-off-suite": [ + [ + "Crop Center wigh SEGS", + "GW Number Formatting", + "Image Crop Fit", + "Image Resize Fit", + "OFF SEGS to Image", + "Watermarking" + ], + { + "title_aux": "ComfyUI-off-suite" + } + ], "https://github.com/Onierous/QRNG_Node_ComfyUI/raw/main/qrng_node.py": [ [ "QRNG_Node_CSV" @@ -2309,19 +2332,14 @@ ], "https://github.com/asagi4/comfyui-prompt-control": [ [ - "CondLinearInterpolate", - "ConditioningCutoff", "EditableCLIPEncode", "FilterSchedule", - "JinjaRender", "LoRAScheduler", "PCSplitSampling", "PromptControlSimple", "PromptToSchedule", "ScheduleToCond", - "ScheduleToModel", - "SimpleWildcard", - "StringConcat" + "ScheduleToModel" ], { "title_aux": "ComfyUI prompt control" @@ -2545,6 +2563,7 @@ "HypernetworkLoader (dirty)", "ImageBatchToList", "InRange (hsv)", + "InnerCylinder (remap)", "Inpaint", "Input/String to Int Array", "KMeansColor", @@ -2557,8 +2576,10 @@ "MorphologicSkeletoning", "NaiveAutoKMeansColor", "OtsuThreshold", + "OuterCylinder (remap)", "RGB to HSV", "Rect Grab Cut", + "Remap", "Repeat Into Grid (image)", "Repeat Into Grid (latent)", "RequestInputs", @@ -2695,14 +2716,20 @@ "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ [ "ConditionText", + "ConditionTextMulti", + "ImageAddText", "ImageSimpleResize", "ImageSizeInfo", "ImageTool", "Int2String", "LoadEmbedding", + "LoadImageExtended", "Loader", "Prompts", "SaveImages", + "SeedGenerator", + "SimpleSampler", + "TextSplit", "Textbox", "Wildcards" ], @@ -3447,8 +3474,10 @@ "https://github.com/jags111/ComfyUI_Jags_VectorMagic": [ [ "CircularVAEDecode", + "SVG", "YoloSEGdetectionNode", "YoloSegNode", + "color_drop", "my unique name", "xy_Tiling_KSampler" ], @@ -3646,6 +3675,16 @@ "title_aux": "TiledIPAdapter" } ], + "https://github.com/knuknX/ComfyUI-Image-Tools": [ + [ + "BatchImageResizeProcessor", + "SingleImagePathLoader", + "SingleImageUrlLoader" + ], + { + "title_aux": "ComfyUI-Image-Tools" + } + ], "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [ [ "LLLiteLoader" @@ -4544,12 +4583,15 @@ "ChatGPTOpenAI", "CombineMasks_", "CombineSegMasks", + "EmptyLayer", "EnhanceImage", "FaceToMask", "FeatheredMask", "FloatingVideo", "ImageCropByAlpha", "LoadImagesFromPath", + "MergeLayers", + "NewLayer", "RandomPrompt", "ScreenShare", "ShowTextForGPT", @@ -4910,6 +4952,15 @@ "title_aux": "Styles CSV Loader Extension for ComfyUI" } ], + "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": [ + [ + "MagicAnimate", + "MagicAnimateModelLoader" + ], + { + "title_aux": "ComfyUI-MagicAnimate" + } + ], "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": [ [ "SVDDecoder",