-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodels.yaml
More file actions
175 lines (156 loc) · 4.86 KB
/
Copy pathmodels.yaml
File metadata and controls
175 lines (156 loc) · 4.86 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# Models Configuration
# Available models for each feature
# Use the actual adapter model IDs as defined in the adapter classes
# text-conditioned geometry/geometry+texture generation
text_to_textured_mesh:
trellis_text_to_textured_mesh:
vram_requirement: 11776 # MB
supported_inputs: ["text"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/TRELLIS"
enabled: true
max_workers: 1
# text-conditioned mesh painting
text_mesh_painting:
trellis_text_mesh_painting:
vram_requirement: 11776 # MB
supported_inputs: ["mesh", "text"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/TRELLIS"
enabled: true
max_workers: 1
# image-conditioned geometry generation
image_to_raw_mesh:
hunyuan3dv21_image_to_raw_mesh:
vram_requirement: 8192 # MB
supported_inputs: ["image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/Hunyuan3D-2.1"
enabled: true
max_workers: 1
partpacker_image_to_raw_mesh:
vram_requirement: 10240 # MB
supported_inputs: ["image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/PartPacker"
enabled: true
max_workers: 1
ultrashape_image_to_raw_mesh:
vram_requirement: 26640 # MB (20GB: 8GB Hunyuan + 12GB UltraShape)
supported_inputs: ["image"]
supported_outputs: ["glb", "obj", "ply"]
model_path: "thirdparty/UltraShape"
enabled: true
max_workers: 1
# image-conditioned geometry+texture generation
image_to_textured_mesh:
trellis_image_to_textured_mesh:
vram_requirement: 11776 # MB
supported_inputs: ["image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/TRELLIS"
enabled: true
max_workers: 1
trellis2_image_to_textured_mesh:
vram_requirement: 23552 # MB (23GB, TRELLIS.2)
supported_inputs: ["image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/TRELLIS.2"
enabled: true
max_workers: 1
hunyuan3dv21_image_to_textured_mesh:
vram_requirement: 19456 # MB
supported_inputs: ["image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/Hunyuan3D-2.1"
enabled: true
max_workers: 1
# image-conditioned mesh painting
image_mesh_painting:
trellis_image_mesh_painting:
vram_requirement: 11776 # MB
supported_inputs: ["mesh", "image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/TRELLIS"
enabled: true
max_workers: 1
trellis2_image_mesh_painting:
vram_requirement: 23552 # MB (23GB, TRELLIS.2)
supported_inputs: ["mesh", "image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/TRELLIS.2"
enabled: true
max_workers: 1
hunyuan3dv21_image_mesh_painting:
vram_requirement: 12288 # MB
supported_inputs: ["mesh", "text", "image"]
supported_outputs: ["glb", "obj"]
model_path: "thirdparty/Hunyuan3D-2"
enabled: true
max_workers: 1
# mesh segmentation
mesh_segmentation:
partfield_mesh_segmentation:
vram_requirement: 4096 # MB
supported_inputs: ["glb", "obj"]
supported_outputs: ["glb"]
model_path: "thirdparty/PartField"
enabled: true
max_workers: 1
p3sam_mesh_segmentation:
vram_requirement: 61440 # MB (60GB, P3-SAM)
supported_inputs: ["glb", "obj", "ply"]
supported_outputs: ["glb"]
model_path: "pretrained/P3-SAM/last.ckpt"
enabled: true
max_workers: 1
auto_rig:
unirig_auto_rig:
vram_requirement: 9216 # MB
supported_inputs: ["obj", "glb", "fbx"]
supported_outputs: ["glb", "fbx"]
model_path: "thirdparty/UniRig"
enabled: true
max_workers: 1
# mesh retopology
mesh_retopology:
fastmesh_v1k_retopology:
vram_requirement: 16384 # MB
supported_inputs: ["obj", "glb", "ply", "stl"]
supported_outputs: ["obj", "glb", "ply"]
model_path: "pretrained/FastMesh-V1K"
enabled: true
max_workers: 1
fastmesh_v4k_retopology:
vram_requirement: 24500 # MB
supported_inputs: ["obj", "glb", "ply", "stl"]
supported_outputs: ["obj", "glb", "ply"]
model_path: "pretrained/FastMesh-V4K"
enabled: true
max_workers: 1
# UV unwrapping
uv_unwrapping:
partuv_uv_unwrapping:
vram_requirement: 7168 # MB
supported_inputs: ["obj", "glb"]
supported_outputs: ["obj"]
model_path: "pretrained/PartField/model_objaverse.ckpt"
enabled: true
max_workers: 1
# Mesh editing (local editing with VoxHammer)
text_mesh_editing:
voxhammer_text_mesh_editing:
vram_requirement: 40960 # MB (40GB: TRELLIS + rendering)
supported_inputs: ["mesh", "text"]
supported_outputs: ["glb"]
model_path: "thirdparty/VoxHammer"
enabled: true
max_workers: 1
image_mesh_editing:
voxhammer_image_mesh_editing:
vram_requirement: 40960 # MB (40GB: TRELLIS + rendering)
supported_inputs: ["mesh", "image"]
supported_outputs: ["glb"]
model_path: "thirdparty/VoxHammer"
enabled: true
max_workers: 1