We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151f746 commit bb76c5eCopy full SHA for bb76c5e
pyproject.toml
@@ -0,0 +1,15 @@
1
+[project]
2
+name = "comfyui-layerdiffuse"
3
+description = "Transparent Image Layer Diffusion using Latent Transparency"
4
+version = "1.0.0"
5
+license = "LICENSE"
6
+dependencies = ["diffusers>=0.25.0", "opencv-python"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/huchenlei/ComfyUI-layerdiffuse"
10
11
+# Used by Comfy Registry https://comfyregistry.org
12
+[tool.comfy]
13
+PublisherId = ""
14
+DisplayName = "ComfyUI-layerdiffuse"
15
+Icon = ""
0 commit comments