mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-22 05:02:11 -03:00
17 lines
713 B
TOML
17 lines
713 B
TOML
[project]
|
|
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.1"
|
|
license = {file = "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 = []
|