From ae461152660d65b4fc3e926ac76092c623ed2fcb Mon Sep 17 00:00:00 2001 From: Wim Vanhenden Date: Tue, 4 Jun 2024 18:56:30 +0200 Subject: [PATCH] Update custom-node-list.json --- 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" } ] }