From c18f714fb43672e8502fe892f915936956870071 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Tue, 22 Jul 2025 16:39:39 +0200 Subject: [PATCH] Add Comfyui-LayerForge Add the "Comfyui-LayerForge" node to the community list. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index bd33f305..bbc7ed8f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30099,6 +30099,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Azornes", + "title": "Comfyui-LayerForge", + "id": "layerforge", + "reference": "https://github.com/Azornes/Comfyui-LayerForge", + "files": [ + "https://github.com/Azornes/Comfyui-LayerForge" + ], + "install_type": "git-clone", + "description": "Photoshop-like layered canvas editor to your ComfyUI workflow. This node is perfect for complex compositing, inpainting, and outpainting, featuring multi-layer support, masking, blend modes, and precise transformations. Includes optional AI-powered background removal for streamlined image editing." } ] }