ComfyUI Extension: Comfyui CoTracker Node
This is a node that outputs tracking results of a grid or specified points using CoTracker. It can be directly connected to the WanVideo ATI Tracks Node.
Custom Nodes (0)
README
Comfyui CoTracker Node
This is a node that outputs tracking results of a grid or specified points using CoTracker.
It can be directly connected to the WanVideo ATI Tracks Node.
Other examples can be found here.
<br>Example Workflow
workflow with perlin
workflow with xyamp
Changelog
2025-6-4
1st commit
2025-6-6
added utility node
- PerlinCoordinateRandomizerNode
Applies Perlin noise-based randomization to coordinate data, adding natural, smooth variations to tracking points across frames. - XYMotionAmplifierNode
Amplifies coordinate movement with directional control for X/Y axes, preserving static points while enhancing motion intensity with optional mask-based selection. - GridPointGeneratorNode
Generates a grid of coordinate points.
2025-6-8
Added the enable_backward option. This is an experimental feature intended for tracking objects that don't appear in the first frame.
Fixed a bug where the min_distance option was sometimes ignored.
2025-6-24
ver 1.0.3
Fixed a bug that could trigger errors in OpenCV functions.
Fixed an issue where certain mask shapes were not handled correctly.