Add SpriteSheetExtractor node

This commit is contained in:
RM 2026-06-21 11:45:59 -04:00
parent 579c4f9493
commit 9155752ddb

View File

@ -53410,6 +53410,20 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"
} }
] ]
} }