mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-04 05:31:03 +08:00
structure output -> voxel
This commit is contained in:
parent
4e3c27a9b9
commit
bd22cb249d
@ -375,7 +375,7 @@ class VaeDecodeStructureTrellis2(IO.ComfyNode):
|
||||
IO.Combo.Input("resolution", options=["32", "64"], default="32")
|
||||
],
|
||||
outputs=[
|
||||
IO.Voxel.Output("structure_output"),
|
||||
IO.Voxel.Output("voxel"),
|
||||
]
|
||||
)
|
||||
|
||||
@ -420,7 +420,7 @@ class Trellis2UpsampleCascade(IO.ComfyNode):
|
||||
],
|
||||
outputs=[
|
||||
IO.AnyType.Output(
|
||||
"high_res_coords",
|
||||
"high_res_voxel",
|
||||
tooltip=(
|
||||
"High-resolution sparse coordinates produced after cascade upsampling. "
|
||||
"Represents the refined 3D structure at target resolution."
|
||||
@ -661,11 +661,11 @@ class EmptyTrellis2ShapeLatent(IO.ComfyNode):
|
||||
inputs=[
|
||||
IO.Model.Input("model"),
|
||||
IO.MultiType.Input(
|
||||
"shape_structure",
|
||||
"voxel",
|
||||
types=[IO.Voxel, IO.AnyType],
|
||||
tooltip=(
|
||||
"Shape structure input. Accepts either a voxel structure "
|
||||
"or upsampled coordinates from a previous cascade stage."
|
||||
"or upsampled voxel coordinates from a previous cascade stage."
|
||||
)
|
||||
)
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user