From fe75968e13fd4d0668f8c3446ef428e7ca2e6cb7 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Tue, 22 Jul 2025 00:25:59 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 874f4dd..8b53e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,16 +1,14 @@ [project] -name = "layerforge" +name = "comfyui-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 = {file = "LICENSE"} +license = { text = "MIT License" } dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"] [project.urls] Repository = "https://github.com/Azornes/Comfyui-LayerForge" -# Used by Comfy Registry https://registry.comfy.org [tool.comfy] PublisherId = "azornes" DisplayName = "Comfyui-LayerForge" -Icon = "" -includes = [] +Icon = "" \ No newline at end of file