From 509f00fe89e6b470ff01069b35fdebf0ca7a7507 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Wed, 23 Jul 2025 00:30:43 +0200 Subject: [PATCH] Add Comfyui-LayerForge (#2022) 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." } ] }