forked from if-ai/ComfyUI-IF_Trellis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
15 lines (13 loc) · 803 Bytes
/
pyproject.toml
File metadata and controls
15 lines (13 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "comfyui-if_trellis"
description = "ComfyUI IF Trellis creates a 3d mesh from a single view or multi angle pictures"
version = "0.1.4"
license = { file = "LICENSE.txt" }
dependencies = ["pillow", "imageio", "imageio-ffmpeg", "tqdm", "easydict","opencv-python-headless","scipy","ninja","plyfile","diso","rembg","onnxruntime-gpu","trimesh","xatlas","pyvista","pymeshfix","igraph","sageattention","git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8","xformers","spconv-cu120"]
[project.urls]
Repository = "https://github.com/if-ai/ComfyUI-IF_Trellis.git"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "impactframes"
DisplayName = "ComfyUI-IF_Trellis"
Icon = "https://impactframes.ai/System/Icons/48x48/if.png"