diff --git a/custom-node-list.json b/custom-node-list.json index 33856220..d6fc56fe 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3229,6 +3229,16 @@ "install_type": "git-clone", "description": "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes." }, + { + "author": "bruefire", + "title": "ComfyUI Sequential Image Loader", + "reference": "https://github.com/bruefire/ComfyUI-SeqImageLoader", + "files": [ + "https://github.com/bruefire/ComfyUI-SeqImageLoader" + ], + "install_type": "git-clone", + "description": "This is an extension node for ComfyUI that allows you to load frames from a video in bulk and perform masking and sketching on each frame through a GUI." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index de10273a..4b6fe23a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2437,6 +2437,14 @@ "title_aux": "LoRA Tag Loader for ComfyUI" } ], + "https://github.com/banodoco/steerable-motion": [ + [ + "BatchCreativeInterpolation" + ], + { + "title_aux": "Steerable Motion" + } + ], "https://github.com/bash-j/mikey_nodes": [ [ "AddMetaData", @@ -2677,6 +2685,14 @@ "title_aux": "comfyui-fitsize" } ], + "https://github.com/bruefire/ComfyUI-SeqImageLoader": [ + [ + "VFrame Loader With Mask Editor" + ], + { + "title_aux": "ComfyUI Sequential Image Loader" + } + ], "https://github.com/budihartono/comfyui_otonx_nodes": [ [ "OTX Integer Multiple Inputs 4", @@ -4495,14 +4511,6 @@ "title_aux": "comfy_clip_blip_node" } ], - "https://github.com/peteromallet/steerable-motion": [ - [ - "BatchCreativeInterpolation" - ], - { - "title_aux": "Steerable Motion" - } - ], "https://github.com/picturesonpictures/comfy_PoP": [ [ "AdaptiveCannyDetector_PoP", @@ -4653,6 +4661,7 @@ ], "https://github.com/shadowcz007/comfyui-mixlab-nodes": [ [ + "3DImage", "AreaToMask", "CLIPSeg", "CLIPSeg_", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 52bc915f..4eb650d8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "bruefire", + "title": "ComfyUI Sequential Image Loader", + "reference": "https://github.com/bruefire/ComfyUI-SeqImageLoader", + "files": [ + "https://github.com/bruefire/ComfyUI-SeqImageLoader" + ], + "install_type": "git-clone", + "description": "This is an extension node for ComfyUI that allows you to load frames from a video in bulk and perform masking and sketching on each frame through a GUI." + }, { "author": "yolain", "title": "ComfyUI Easy Use", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index de10273a..4b6fe23a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2437,6 +2437,14 @@ "title_aux": "LoRA Tag Loader for ComfyUI" } ], + "https://github.com/banodoco/steerable-motion": [ + [ + "BatchCreativeInterpolation" + ], + { + "title_aux": "Steerable Motion" + } + ], "https://github.com/bash-j/mikey_nodes": [ [ "AddMetaData", @@ -2677,6 +2685,14 @@ "title_aux": "comfyui-fitsize" } ], + "https://github.com/bruefire/ComfyUI-SeqImageLoader": [ + [ + "VFrame Loader With Mask Editor" + ], + { + "title_aux": "ComfyUI Sequential Image Loader" + } + ], "https://github.com/budihartono/comfyui_otonx_nodes": [ [ "OTX Integer Multiple Inputs 4", @@ -4495,14 +4511,6 @@ "title_aux": "comfy_clip_blip_node" } ], - "https://github.com/peteromallet/steerable-motion": [ - [ - "BatchCreativeInterpolation" - ], - { - "title_aux": "Steerable Motion" - } - ], "https://github.com/picturesonpictures/comfy_PoP": [ [ "AdaptiveCannyDetector_PoP", @@ -4653,6 +4661,7 @@ ], "https://github.com/shadowcz007/comfyui-mixlab-nodes": [ [ + "3DImage", "AreaToMask", "CLIPSeg", "CLIPSeg_",