From 9155752ddb96fd68d031849b8345c08b389e5a25 Mon Sep 17 00:00:00 2001 From: RM Date: Sun, 21 Jun 2026 11:45:59 -0400 Subject: [PATCH] Add SpriteSheetExtractor node --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5af21392..b5097030 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -53410,6 +53410,20 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ugotworms", + "title": "Sprite Sheet Extractor Nodes for ComfyUI", + "id": "sprite-sheet-extractor", + "reference": "https://github.com/ugotworms/comfyui_sprite_sheet_extractor", + "files": [ + "https://github.com/ugotworms/comfyui_sprite_sheet_extractor" + ], + "install_type": "git-clone", + "description": "Extract sprite sheets from WAN video output. Samples evenly-spaced frames, removes background via YCbCr chroma keying, applies palette lock for temporal colour drift correction, and saves a horizontal RGBA sprite sheet. Includes animated preview node.", + "category": "Image Processing", + "tags": ["sprite", "animation", "video", "wan", "background-removal", "chroma-key"], + "version": "1.0.0" } ] }