Skip to content

Add SpriteSheetExtractor node#3013

Open
ugotworms wants to merge 1 commit into
Comfy-Org:mainfrom
ugotworms:main
Open

Add SpriteSheetExtractor node#3013
ugotworms wants to merge 1 commit into
Comfy-Org:mainfrom
ugotworms:main

Conversation

@ugotworms

Copy link
Copy Markdown

Add SpriteSheetExtractor custom node

Adds two nodes for extracting sprite sheets from WAN (or any batch) video output:

  • SpriteSheetExtractor — Samples evenly-spaced frames, removes background via per-frame YCbCr chroma keying with flood-fill, applies palette lock for colour drift correction, and saves a horizontal RGBA sprite sheet PNG. Includes an interactive "Tweak Tolerance" panel for live adjustment without re-running generation.
  • SpriteSheetPreview — Displays the sprite sheet as a looping pixel-art animation with checkerboard background for transparent areas.

Details:

  • install_type: git-clone
  • No extra pip dependencies (uses PyTorch, numpy, Pillow — all ComfyUI built-ins)
  • NODE_CLASS_MAPPINGS: SpriteSheetExtractor, SpriteSheetPreview
  • Category: image/animation

Repo: https://github.com/ugotworms/comfyui_sprite_sheet_extractor

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 143c1f74-a912-4856-be73-7ce6f3ea8534

📥 Commits

Reviewing files that changed from the base of the PR and between 579c4f9 and 9155752.

📒 Files selected for processing (1)
  • custom-node-list.json

📝 Walkthrough

Walkthrough

A new entry for "Sprite Sheet Extractor Nodes for ComfyUI" is appended to custom-node-list.json. The entry defines the node's id (sprite-sheet-extractor), author, GitHub reference, git-clone install method, description, Image Processing category, relevant tags, and version 1.0.0.

Changes

Sprite Sheet Extractor Node Registration

Layer / File(s) Summary
New sprite-sheet-extractor node list entry
custom-node-list.json
Inserts a 14-line JSON object defining the sprite-sheet-extractor node's full metadata: author, title, id, reference, pip/files fields, git-clone install type, description covering sprite extraction and background removal, Image Processing category, animation/video/WAN/chroma-key tags, and version 1.0.0.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request has been flagged as potential spam (promotional) by CodeRabbit slop detection and should be reviewed carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant