Nodes Browser
ComfyDeploy: How Tracking Nodes for Videos works in ComfyUI?
What is Tracking Nodes for Videos?
A set of nodes to track objects through videos using YOLO and other processors.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Tracking Nodes for Videos
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-TrackingNodes
ComfyUI nodes to track objects in videos using YOLOv8
Table of Contents
Installation
How to Install
Clone or download this repo into your ComfyUI/custom_nodes/
directory.
Then run pip install -r requirments.txt
within the cloned repo.
How to Configure Models
Download one of the YOLOv8 models from https://github.com/ultralytics/ultralytics and place it into ComfyUI/custom_nodes/ComfyUI-TrackingNodes/models/yolov8