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>
This commit is contained in:
tppp2806 2025-12-17 05:01:42 +08:00 committed by GitHub
parent 04cf18e149
commit 7c77942a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}