Update pyproject.toml

This commit is contained in:
Dariusz L
2025-06-28 08:38:35 +02:00
parent 2033ab168a
commit ffe37ea2fb

View File

@@ -1,7 +1,7 @@
[project]
name = "layerforge"
description = "LayerForge is an advanced canvas node for ComfyUI that provides a Photoshop-like, layer-based editing experience. It allows you to composite, mask, and blend multiple images directly within your workflow. It offers full control over transformations (move, scale, rotate), blend modes, and opacity for each layer. The final image and its corresponding mask are provided as outputs, ready for seamless integration with other nodes."
version = "1.2.1"
version = "1.2.2"
license = {file = "LICENSE"}
dependencies = ["torch", "torchvision", "transformers", "aiohttp", "numpy", "tqdm", "Pillow"]