From 5634c02cd3300494ce2059292a8b5dd63130fa12 Mon Sep 17 00:00:00 2001 From: xuhuan1024 <457938831@qq.com> Date: Tue, 10 Jun 2025 20:37:05 +0800 Subject: [PATCH] add node extractstoryboards --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index ef0a0ea2..3afdcf8d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27761,7 +27761,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "xuhuan2048", + "title": "ExtractStoryboards", + "id": "xuhuan2048_ExtractStoryboards", + "reference": "https://github.com/gitadmini/comfyui_extractstoryboards", + "files": [ + "https://github.com/gitadmini/comfyui_extractstoryboards" + ], + "install_type": "git-clone", + "description": "A tool for decomposing video storyboards, which can obtain storyboards and keyframes" + } ] }