ComfyUI Extension
Loop Strip
Character animation nodes for ComfyUI: walk cycle detection, face-based centering, and sprite strip assembly.
serhiiyashyn-sf/comfyui-loopstrip
Nodes9
On cloudLocal install
CategoryLoopStrip
Stars0
Updated5 months ago
Nodes (9)
Loop Strip — Assemble Sprite Strip
Turn a frame batch into one long image
LoopStrip
Loop Strip — Center Character
The face-aware centering for character sheets
LoopStrip
Loop Strip — Center Subject
Stop the character drifting in your loop
LoopStrip
Loop Strip — Ensure RGB
The boring node that un-breaks your workflow
LoopStrip
Loop Strip — Face-Aligned Center
One consistent zoom for the whole character sheet
LoopStrip
Loop Strip — Find Best Cycle
Let the math find your seamless walk loop
LoopStrip
Loop Strip — Load Video
Get your walk-cycle footage into the graph
LoopStrip
Loop Strip — Split Grid
Carve a 2×2 reference video into separate characters
LoopStrip
Loop Strip — Sprite Inspector
Playtest your walk cycle without leaving ComfyUI
LoopStrip
Readme
ComfyUI Loop Strip
Character animation nodes for ComfyUI: walk cycle detection, face-based centering, and sprite strip assembly.
Nodes
- Loop Strip — Load Video — load a video file into a batch of frames
- Loop Strip — Find Best Cycle — detects the best seamless loop cycle in a walking animation; optional grid splitting for multi-character videos
- Loop Strip — Center Subject — centers a moving subject across video frames
- Loop Strip — Center Character — centers a character image using anime face detection (lbpcascade_animeface)
- Loop Strip — Assemble Sprite Strip — concatenates frames into a horizontal or vertical sprite strip
- Loop Strip — Split Grid — splits a grid video (e.g. 2x2) into separate videos
Installation
Via ComfyUI Manager, or manually:
cd ComfyUI/custom_nodes
git clone https://github.com/YOUR_USERNAME/comfyui-loopstrip
cd comfyui-loopstrip
pip install -r requirements.txt
License
MIT