mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-25 06:22:14 -03:00
Update pyproject.toml
This commit is contained in:
@@ -1,16 +1,14 @@
|
|||||||
[project]
|
[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."
|
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"
|
version = "1.3.8"
|
||||||
license = {file = "LICENSE"}
|
license = { text = "MIT License" }
|
||||||
dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]
|
dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Repository = "https://github.com/Azornes/Comfyui-LayerForge"
|
Repository = "https://github.com/Azornes/Comfyui-LayerForge"
|
||||||
# Used by Comfy Registry https://registry.comfy.org
|
|
||||||
|
|
||||||
[tool.comfy]
|
[tool.comfy]
|
||||||
PublisherId = "azornes"
|
PublisherId = "azornes"
|
||||||
DisplayName = "Comfyui-LayerForge"
|
DisplayName = "Comfyui-LayerForge"
|
||||||
Icon = ""
|
Icon = ""
|
||||||
includes = []
|
|
||||||
|
|||||||
Reference in New Issue
Block a user