-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (34 loc) · 943 Bytes
/
pyproject.toml
File metadata and controls
36 lines (34 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[project]
name = "Pixal3D-ComfyUI"
description = "ComfyUI custom nodes for TencentARC Pixal3D image-to-3D generation with GLB export, FlashAttention 2/3 selection, and ComfyUI DynamicVRAM/Aimdo integration"
version = "0.2.3"
license = {file = "LICENSE"}
dependencies = [
"accelerate>=1.13.0",
"diffusers>=0.37.1",
"easydict",
"einops",
"huggingface_hub>=0.34.0",
"hf-transfer>=0.1.9",
"hf_xet>=1.1.0",
"imageio>=2.0.0",
"natten==0.21.6",
"numpy>=1.21.0",
"opencv-python-headless",
"pillow>=9.0.0",
"plyfile",
"safetensors",
"scipy",
"timm",
"tqdm",
"transformers>=4.56.0,<5.4",
"trimesh[easy]",
"utils3d",
"moge @ git+https://github.com/microsoft/MoGe.git@07444410f1e33f402353b99d6ccd26bd31e469e8",
]
[project.urls]
Repository = "https://github.com/Saganaki22/Pixal3D-ComfyUI"
[tool.comfy]
PublisherId = "saganaki22"
DisplayName = "Pixal3D"
Icon = "https://avatars.githubusercontent.com/u/84208527"