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 8c0835d + 114bba1 commit 802b22eCopy full SHA for 802b22e
pyproject.toml
@@ -0,0 +1,15 @@
1
+[project]
2
+name = "comfyui-tripo"
3
+description = "Custom nodes for using [a/Tripo](https://www.tripo3d.ai/) in ComfyUI to create 3D from text and image prompts."
4
+version = "1.0.0"
5
+license = "LICENSE"
6
+dependencies = ["requests", "numpy"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/VAST-AI-Research/ComfyUI-Tripo"
10
+# Used by Comfy Registry https://comfyregistry.org
11
12
+[tool.comfy]
13
+PublisherId = ""
14
+DisplayName = "ComfyUI-Tripo"
15
+Icon = ""
0 commit comments