diff --git a/custom-node-list.json b/custom-node-list.json
index 95be2334..6dc05b1a 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -1064,6 +1064,16 @@
"install_type": "git-clone",
"description": "A forked repository that actively maintains AnimateDiff, created by ArtVentureX.
Improved AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.
Download one or more motion models from Original Models | Finetuned Models. See README for additional model links and usage. Put the model weights under ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models. You are free to rename the models, but keeping original names will ease use when sharing your workflow.
" }, + { + "author": "Kosinkadink", + "title": "ComfyUI-VideoHelperSuite", + "reference": "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite", + "files": [ + "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite" + ], + "install_type": "git-clone", + "description": "Nodes: VHS_VideoCombine. Nodes related to video workflows" + }, { "author": "Gourieff", "title": "ReActor Node 0.1.0 for ComfyUI", diff --git a/extension-node-map.json b/extension-node-map.json index 64d05f06..c47c8b5d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -554,6 +554,14 @@ "title_aux": "AnimateDiff (Kosinkadink version)" } ], + "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [ + [ + "VHS_VideoCombine" + ], + { + "title_aux": "ComfyUI-VideoHelperSuite" + } + ], "https://github.com/LEv145/images-grid-comfy-plugin": [ [ "GridAnnotation", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9314444e..a94cb7c3 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Kosinkadink", + "title": "ComfyUI-VideoHelperSuite", + "reference": "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite", + "files": [ + "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite" + ], + "install_type": "git-clone", + "description": "Nodes: VHS_VideoCombine. Nodes related to video workflows" + }, { "author": "chrisgoringe", "title": "Variation seeds", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 64d05f06..c47c8b5d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -554,6 +554,14 @@ "title_aux": "AnimateDiff (Kosinkadink version)" } ], + "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [ + [ + "VHS_VideoCombine" + ], + { + "title_aux": "ComfyUI-VideoHelperSuite" + } + ], "https://github.com/LEv145/images-grid-comfy-plugin": [ [ "GridAnnotation",