From 7c77942a92b1fe4c57ad05e90ff0428df2d010b4 Mon Sep 17 00:00:00 2001 From: tppp2806 <149225226+tppp2806@users.noreply.github.com> Date: Wed, 17 Dec 2025 05:01:42 +0800 Subject: [PATCH] Add ComfyUI-YoloTrack node to custom-node-list.json (#2400) * Add ComfyUI-YoloTrack node to custom-node-list.json Added a new node for ComfyUI-YoloTrack with details. * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index b82e4892..02567ddc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39242,6 +39242,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "tppp2806", + "title": "ComfyUI-YoloTrack", + "reference": "https://github.com/tppp2806/ComfyUI-YoloTrack", + "files": [ + "https://github.com/tppp2806/ComfyUI-YoloTrack" + ], + "install_type": "git-clone", + "description": "Based on a YOLO model, it performs object detection, capture, and smooth tracking-based cropping on images." + } ] }