From 055d94a9194f80ba06cda075a02264aed38c0f5a Mon Sep 17 00:00:00 2001 From: gitadmini <457938831@qq.com> Date: Wed, 11 Jun 2025 21:00:32 +0800 Subject: [PATCH] add node extractstoryboards (#1927) * add node extractstoryboards * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a7a5fb0e..a7bed069 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27821,6 +27821,17 @@ ], "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" } ] }