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",