ComfyUI-TrackingNodes

February 23, 2024 ยท View on GitHub

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