mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-06-26 17:59:18 +08:00
Add SpriteSheetExtractor node
This commit is contained in:
parent
579c4f9493
commit
9155752ddb
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user