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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Tracking Nodes for Videos and select it
  5. 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

Accompanying Node Repos