Skip to content

Commit 8b0505c

Browse files
authored
Merge pull request #154 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 6ec4e38 + 268afd9 commit 8b0505c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "comfyui-3d-pack"
3+
description = "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["# base", "cmake", "ninja", "# computational libraries", "numpy", "einops", "scipy", "kornia", "opencv-python", "pillow", "roma", "nerfacc>=0.5.3", "PyMCubes", "scikit-learn", "# for use ML models", "diffusers>=0.26.1", "transformers>=4.36.2", "safetensors", "open_clip_torch", "# for training differentiable tensors", "pytorch_msssim", "# for process images & videos", "imageio", "imageio-ffmpeg", "matplotlib", "# for dmtet and mesh import & export", "trimesh", "plyfile", "pygltflib", "xatlas", "pymeshlab", "# configs & extra", "torchtyping", "tqdm", "jaxtyping", "packaging", "OmegaConf", "pyhocon"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/MrForExample/ComfyUI-3D-Pack"
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI-3D-Pack"
14+
Icon = ""

0 commit comments

Comments
 (0)