Extensions/Tracking Nodes for Videos
ComfyUI Extension

Tracking Nodes for Videos

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

By logtd·Created 2 years ago·Updated 2 years ago· 19
logtd/ComfyUI-TrackingNodes
Nodes1
On cloudLocal install
Categorytracking
Stars19
Updated2 years ago
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