Spaces:
Configuration error
Configuration error
File size: 438 Bytes
8866644 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "comfyui-layerdiffuse"
description = "Transparent Image Layer Diffusion using Latent Transparency"
version = "1.0.1"
license = { file = "LICENSE" }
dependencies = ["diffusers>=0.25.0", "opencv-python"]
[project.urls]
Repository = "https://github.com/huchenlei/ComfyUI-layerdiffuse"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "huchenlei"
DisplayName = "ComfyUI-layerdiffuse"
Icon = ""
|