From 133b0090867bb33c9914757e51e7dbceed0b65a0 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Tue, 22 Jul 2025 00:31:46 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b53e0a..891008d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "comfyui-layerforge" +name = "layerforge" 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." version = "1.3.8" license = { text = "MIT License" }