From ddae329fbfb9674bb1c9429c0a54bc66fbb67202 Mon Sep 17 00:00:00 2001 From: wimvanhenden-tool <125361595+wimvanhenden-tool@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:06:43 +0200 Subject: [PATCH] Update custom-node-list.json (#742) Co-authored-by: Wim Vanhenden --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 957b423a..fbe392c7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10295,6 +10295,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Tool Of North america", + "title": "Easy automatic (square) image cropper using Yolo", + "id": "tooldigital", + "reference": "https://github.com/tooldigital/ComfyUI-Yolo-Cropper", + "files": [ + "https://github.com/tooldigital/ComfyUI-Yolo-Cropper" + ], + "install_type": "copy", + "description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters" } ] }