From 39eb08ce7305c5573d9b1c340631ed7b4b01f4d2 Mon Sep 17 00:00:00 2001 From: Alessandro Zonta Date: Tue, 28 May 2024 14:10:47 +0200 Subject: [PATCH] custom node addition (#724) Co-authored-by: server --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d3f3789c..7cccc74d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8761,6 +8761,16 @@ "install_type": "git-clone", "description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be." }, + { + "author": "alessandrozonta", + "title": "Save Layers Node for ComfyUI", + "reference": "https://github.com/alessandrozonta/ComfyUI-Layers", + "files": [ + "https://github.com/alessandrozonta/ComfyUI-Layers" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file." + }, { "author": "curiousjp", "title": "ComfyUI-MaskBatchPermutations",