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 aabbcc3 + f76ab9d commit a7128baCopy full SHA for a7128ba
pyproject.toml
@@ -0,0 +1,14 @@
1
+[project]
2
+name = "comfyui_toyxyz_test_nodes"
3
+description = "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM."
4
+version = "1.0.0"
5
+license = "LICENSE"
6
+dependencies = ["numpy", "torch", "opencv-python"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes"
10
11
+[tool.comfy]
12
+PublisherId = ""
13
+DisplayName = "ComfyUI_toyxyz_test_nodes"
14
+Icon = ""
0 commit comments