ComfyUI Extension: Tracking Nodes for Videos

Authored by logtd

Created

Updated

17 stars

A set of nodes to track objects through videos using YOLO and other processors.

README

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

Accompanying Node Repos