From cc434f4442b5488d3f693adb529825e6cb66a82f Mon Sep 17 00:00:00 2001 From: Arman Jangmiri Date: Mon, 13 Jul 2026 11:11:31 +0330 Subject: [PATCH] add ComfyUI-FirstframeLastframeExtractor custom node to the list @ --- custom-node-list.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index bf4602a4..dd71ab15 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54338,17 +54338,18 @@ "install_type": "git-clone", "description": "A1111-style PNG Info for ComfyUI: load an image, read its generation metadata as human-readable text (A1111 parameters and ComfyUI embedded workflows), and reuse positive/negative/seed/steps/cfg as typed outputs." }, - { - "author": "RmaN (Arman Jangmiri)", - "title": "ComfyUI-FirstframeLastframeExtractor", - "reference": "https://github.com/RmaNMetaverse/ComfyUI-FirstframeLastframeExtractor", - "files": [ - "https://github.com/RmaNMetaverse/ComfyUI-FirstframeLastframeExtractor" - ], - "install_type": "git-clone", - "description": "A simple utility node that extracts the first and last frame from any video file or image batch. Supports direct file paths and image batches from other nodes like VideoHelperSuite. Developed by RmaN (Arman Jangmiri). Keywords: FirstFrame LastFrame First Frame Last Frame video frame extractor.", - "pip": ["opencv-python-headless"] - } - + { + "author": "RmaN (Arman Jangmiri)", + "title": "ComfyUI-FirstframeLastframeExtractor", + "reference": "https://github.com/RmaNMetaverse/ComfyUI-FirstframeLastframeExtractor", + "files": [ + "https://github.com/RmaNMetaverse/ComfyUI-FirstframeLastframeExtractor" + ], + "pip": [ + "opencv-python-headless" + ], + "install_type": "git-clone", + "description": "A simple utility node that extracts the first and last frame from any video file or image batch. Supports direct file paths and image batches from other nodes like VideoHelperSuite. Developed by RmaN (Arman Jangmiri). Keywords: FirstFrame LastFrame First Frame Last Frame video frame extractor." + } ] }