From 3c65a6486644af7b30b2635d83a1eb3c2e53f53d Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 9 Jan 2024 16:26:15 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 31 ++++++++++++++------- extension-node-map.json | 34 ++++++++++++++++++++++- node_db/dev/custom-node-list.json | 10 +++++++ node_db/new/custom-node-list.json | 42 ++++++++++++++--------------- node_db/new/extension-node-map.json | 34 ++++++++++++++++++++++- 5 files changed, 118 insertions(+), 33 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5dda6867..66df6431 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4124,6 +4124,27 @@ "install_type": "git-clone", "description": "Nodes:SegToMask" }, + { + "author": "glowcone", + "title": "Load Image From Base64 URI", + "reference": "https://github.com/glowcone/comfyui-base64-to-image", + "files": [ + "https://github.com/glowcone/comfyui-base64-to-image" + ], + "install_type": "git-clone", + "description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection." + }, + { + "author": "AInseven", + "title": "ComfyUI-fastblend", + "reference": "https://github.com/AInseven/ComfyUI-fastblend", + "files": [ + "https://github.com/AInseven/ComfyUI-fastblend" + ], + "install_type": "git-clone", + "description": "fastblend for comfyui, and other nodes that I write for video2video. rebatch image, my openpose" + }, + { "author": "Ser-Hilary", @@ -4431,16 +4452,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "glowcone", - "title": "Load Image From Base64 URI", - "reference": "https://github.com/glowcone/comfyui-base64-to-image", - "files": [ - "https://github.com/glowcone/comfyui-base64-to-image" - ], - "install_type": "git-clone", - "description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index d23a65e1..e2ba233d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -70,6 +70,19 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/AInseven/ComfyUI-fastblend": [ + [ + "FillDarkMask", + "InterpolateKeyFrame", + "MaskListcaptoBatch", + "MyOpenPoseNode", + "SmoothVideo", + "reBatchImage" + ], + { + "title_aux": "ComfyUI-fastblend" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "AutoNegativePrompt", @@ -1029,8 +1042,10 @@ [ "VHS_DuplicateImages", "VHS_DuplicateLatents", + "VHS_DuplicateMasks", "VHS_GetImageCount", "VHS_GetLatentCount", + "VHS_GetMaskCount", "VHS_LoadAudio", "VHS_LoadImages", "VHS_LoadImagesPath", @@ -1038,10 +1053,13 @@ "VHS_LoadVideoPath", "VHS_MergeImages", "VHS_MergeLatents", + "VHS_MergeMasks", "VHS_SelectEveryNthImage", "VHS_SelectEveryNthLatent", + "VHS_SelectEveryNthMask", "VHS_SplitImages", "VHS_SplitLatents", + "VHS_SplitMasks", "VHS_VAEDecodeBatched", "VHS_VAEEncodeBatched", "VHS_VideoCombine" @@ -2058,6 +2076,7 @@ "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", "tri3d-face-recognise", + "tri3d-float-to-image", "tri3d-fuzzification", "tri3d-interaction-canny", "tri3d-load-pose-json", @@ -3726,6 +3745,7 @@ "BatchCount+", "CLIPTextEncodeSDXL+", "ConsoleDebug+", + "DebugTensorShape+", "ExtractKeyframes+", "GetImageSize+", "ImageCASharpening+", @@ -3747,7 +3767,6 @@ "ModelCompile+", "SDXLResolutionPicker+", "SimpleMath+", - "StableZero123_Increments", "TransitionMask+" ], { @@ -4201,6 +4220,14 @@ "title_aux": "ComfyUI-GlifNodes" } ], + "https://github.com/glowcone/comfyui-base64-to-image": [ + [ + "LoadImageFromBase64" + ], + { + "title_aux": "Load Image From Base64 URI" + } + ], "https://github.com/guoyk93/yk-node-suite-comfyui": [ [ "YKImagePadForOutpaint", @@ -4961,11 +4988,13 @@ "GlobalSampler //Inspire", "GlobalSeed //Inspire", "HEDPreprocessor_Provider_for_SEGS //Inspire", + "ImageBatchSplitter //Inspire", "InpaintPreprocessor_Provider_for_SEGS //Inspire", "KSampler //Inspire", "KSamplerAdvanced //Inspire", "KSamplerAdvancedProgress //Inspire", "KSamplerProgress //Inspire", + "LatentBatchSplitter //Inspire", "LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "LineArt_Preprocessor_Provider_for_SEGS //Inspire", "ListCounter //Inspire", @@ -4985,6 +5014,7 @@ "OpenPose_Preprocessor_Provider_for_SEGS //Inspire", "PromptBuilder //Inspire", "PromptExtractor //Inspire", + "RandomGeneratorForList //Inspire", "RegionalConditioningColorMask //Inspire", "RegionalConditioningSimple //Inspire", "RegionalIPAdapterColorMask //Inspire", @@ -5681,6 +5711,7 @@ "LoadImagesFromPath", "LoadImagesFromURL", "MergeLayers", + "MirroredImage", "MultiplicationNode", "NewLayer", "NoiseImage", @@ -5698,6 +5729,7 @@ "SplitLongMask", "SvgImage", "SwitchByIndex", + "TESTNODE_", "TextImage", "TextInput_", "TextToNumber", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 26bcfe6a..217fd1ac 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "MrAdamBlack", + "title": "CheckProgress [WIP]", + "reference": "https://github.com/MrAdamBlack/CheckProgress", + "files": [ + "https://github.com/MrAdamBlack/CheckProgress" + ], + "install_type": "git-clone", + "description": "I was looking for a node to put in place to ensure my prompt etc where going as expected before the rest of the flow executed. To end the session, I just return the input image as None (see expected error). Recommend using it alongside PreviewImage, then output to the rest of the flow and Save Image." + }, { "author": "11cafe", "title": "ComfyUI Model Manager [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b5b57448..ac7b7378 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,27 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel." }, - + + { + "author": "AInseven", + "title": "ComfyUI-fastblend", + "reference": "https://github.com/AInseven/ComfyUI-fastblend", + "files": [ + "https://github.com/AInseven/ComfyUI-fastblend" + ], + "install_type": "git-clone", + "description": "fastblend for comfyui, and other nodes that I write for video2video. rebatch image, my openpose" + }, + { + "author": "glowcone", + "title": "Load Image From Base64 URI", + "reference": "https://github.com/glowcone/comfyui-base64-to-image", + "files": [ + "https://github.com/glowcone/comfyui-base64-to-image" + ], + "install_type": "git-clone", + "description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection." + }, { "author": "shiimizu", "title": "Tiled Diffusion & VAE for ComfyUI", @@ -673,26 +693,6 @@ ], "install_type": "git-clone", "description": "ComfyUI nodes to facilitate parameter/prompt keyframing using comfyui nodes for defining and manipulating parameter curves. Essentially provides a ComfyUI interface to the [a/keyframed](https://github.com/dmarx/keyframed) library." - }, - { - "author": "TripleHeadedMonkey", - "title": "ComfyUI_MileHighStyler", - "reference": "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler", - "files": [ - "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler" - ], - "install_type": "git-clone", - "description": "This extension provides various SDXL Prompt Stylers. See: [a/youtube](https://youtu.be/WBHI-2uww7o?si=dijvDaUI4nmx4VkF)" - }, - { - "author": "Extraltodeus", - "title": "sigmas_tools_and_the_golden_scheduler", - "reference": "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler", - "files": [ - "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler" - ], - "install_type": "git-clone", - "description": "A few nodes to mix sigmas and a custom scheduler that uses phi, then one using eval() to be able to schedule with custom formulas." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d23a65e1..e2ba233d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -70,6 +70,19 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/AInseven/ComfyUI-fastblend": [ + [ + "FillDarkMask", + "InterpolateKeyFrame", + "MaskListcaptoBatch", + "MyOpenPoseNode", + "SmoothVideo", + "reBatchImage" + ], + { + "title_aux": "ComfyUI-fastblend" + } + ], "https://github.com/AIrjen/OneButtonPrompt": [ [ "AutoNegativePrompt", @@ -1029,8 +1042,10 @@ [ "VHS_DuplicateImages", "VHS_DuplicateLatents", + "VHS_DuplicateMasks", "VHS_GetImageCount", "VHS_GetLatentCount", + "VHS_GetMaskCount", "VHS_LoadAudio", "VHS_LoadImages", "VHS_LoadImagesPath", @@ -1038,10 +1053,13 @@ "VHS_LoadVideoPath", "VHS_MergeImages", "VHS_MergeLatents", + "VHS_MergeMasks", "VHS_SelectEveryNthImage", "VHS_SelectEveryNthLatent", + "VHS_SelectEveryNthMask", "VHS_SplitImages", "VHS_SplitLatents", + "VHS_SplitMasks", "VHS_VAEDecodeBatched", "VHS_VAEEncodeBatched", "VHS_VideoCombine" @@ -2058,6 +2076,7 @@ "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", "tri3d-face-recognise", + "tri3d-float-to-image", "tri3d-fuzzification", "tri3d-interaction-canny", "tri3d-load-pose-json", @@ -3726,6 +3745,7 @@ "BatchCount+", "CLIPTextEncodeSDXL+", "ConsoleDebug+", + "DebugTensorShape+", "ExtractKeyframes+", "GetImageSize+", "ImageCASharpening+", @@ -3747,7 +3767,6 @@ "ModelCompile+", "SDXLResolutionPicker+", "SimpleMath+", - "StableZero123_Increments", "TransitionMask+" ], { @@ -4201,6 +4220,14 @@ "title_aux": "ComfyUI-GlifNodes" } ], + "https://github.com/glowcone/comfyui-base64-to-image": [ + [ + "LoadImageFromBase64" + ], + { + "title_aux": "Load Image From Base64 URI" + } + ], "https://github.com/guoyk93/yk-node-suite-comfyui": [ [ "YKImagePadForOutpaint", @@ -4961,11 +4988,13 @@ "GlobalSampler //Inspire", "GlobalSeed //Inspire", "HEDPreprocessor_Provider_for_SEGS //Inspire", + "ImageBatchSplitter //Inspire", "InpaintPreprocessor_Provider_for_SEGS //Inspire", "KSampler //Inspire", "KSamplerAdvanced //Inspire", "KSamplerAdvancedProgress //Inspire", "KSamplerProgress //Inspire", + "LatentBatchSplitter //Inspire", "LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire", "LineArt_Preprocessor_Provider_for_SEGS //Inspire", "ListCounter //Inspire", @@ -4985,6 +5014,7 @@ "OpenPose_Preprocessor_Provider_for_SEGS //Inspire", "PromptBuilder //Inspire", "PromptExtractor //Inspire", + "RandomGeneratorForList //Inspire", "RegionalConditioningColorMask //Inspire", "RegionalConditioningSimple //Inspire", "RegionalIPAdapterColorMask //Inspire", @@ -5681,6 +5711,7 @@ "LoadImagesFromPath", "LoadImagesFromURL", "MergeLayers", + "MirroredImage", "MultiplicationNode", "NewLayer", "NoiseImage", @@ -5698,6 +5729,7 @@ "SplitLongMask", "SvgImage", "SwitchByIndex", + "TESTNODE_", "TextImage", "TextInput_", "TextToNumber",