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
Updated4 months ago
Nodes (9)
Loop Strip — Assemble Sprite Strip
LoopStrip
Loop Strip — Center Character
LoopStrip
Loop Strip — Center Subject
LoopStrip
Loop Strip — Ensure RGB
LoopStrip
Loop Strip — Face-Aligned Center
LoopStrip
Loop Strip — Find Best Cycle
LoopStrip
Loop Strip — Load Video
LoopStrip
Loop Strip — Split Grid
LoopStrip
Loop Strip — Sprite Inspector
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