From 42507b61ca5025a0b1399ee3acef632f2abafcff Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 19:17:10 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..1324b04 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-depth-anything-tensorrt" +description = "This extension provides a ComfyUI Custom Node implementation of the [a/Depth-Anything-Tensorrt](https://github.com/spacewalk01/depth-anything-tensorrt) in Python for ultra fast depth map generation" +version = "1.0.0" +license = "LICENSE" +dependencies = ["tensorrt", "opencv-python", "polygraphy"] + +[project.urls] +Repository = "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-Depth-Anything-Tensorrt" +Icon = ""