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.
2 parents 4c13885 + 7b7d9e7 commit 7e7f255Copy full SHA for 7e7f255
pyproject.toml
@@ -0,0 +1,15 @@
1
+[project]
2
+name = "comfyui_imageprocessing"
3
+description = "ComfyUI custom nodes to apply various image processing techniques."
4
+version = "1.0.0"
5
+license = "GPL-3.0"
6
+dependencies = ["torch", "kornia"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/bvhari/ComfyUI_ImageProcessing"
10
+# Used by Comfy Registry https://comfyregistry.org
11
12
+[tool.comfy]
13
+PublisherId = "bvhari"
14
+DisplayName = "ComfyUI_ImageProcessing"
15
+Icon = ""
0 commit comments