Skip to content

Commit 04ce526

Browse files
committed
Update pyproject.toml
1 parent cf770a8 commit 04ce526

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[project]
2-
name = "comfyui-3d-pack"
2+
name = "ComfyUI-3D-Pack"
33
description = "
44
Make ComfyUI generates 3D assets as good & convenient as it generates image/video!
55
This is an extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc.) using cutting edge algorithms (3DGS, NeRF, etc.) and models (InstantMesh, CRM, TripoSR, etc.)
6+
7+
Note: There are many CUDA library that need to be installed correctly, please check [Install Instruction](https://github.com/MrForExample/ComfyUI-3D-Pack?tab=readme-ov-file#install)
68
"
7-
version = "1.0.0"
9+
version = "0.0.2"
810
license = "LICENSE"
911
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"]
1012

1113
[project.urls]
1214
Repository = "https://github.com/MrForExample/ComfyUI-3D-Pack"
1315

1416
[tool.comfy]
15-
PublisherId = ""
17+
PublisherId = "mr-for-example"
1618
DisplayName = "ComfyUI-3D-Pack"
1719
Icon = ""

0 commit comments

Comments
 (0)