Skip to content

Commit 268afd9

Browse files
Update pyproject.toml description
1 parent 19c669d commit 268afd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comfyui-3d-pack"
3-
description = ""
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)"
44
version = "1.0.0"
55
license = "LICENSE"
66
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"]
@@ -12,4 +12,3 @@ Repository = "https://github.com/MrForExample/ComfyUI-3D-Pack"
1212
PublisherId = ""
1313
DisplayName = "ComfyUI-3D-Pack"
1414
Icon = ""
15-
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 commit comments

Comments
 (0)