Update comfy_extras/nodes_trellis2.py

Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
Yousef R. Gamaleldin 2026-05-14 14:52:35 +03:00 committed by GitHub
parent 47ce08b67d
commit e800d12bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -670,7 +670,7 @@ class EmptyShapeLatentTrellis2(IO.ComfyNode):
coords = structure_or_coords.int()
is_512_pass = False
else:
raise ValueError(f"Invalid input to EmptyShapeLatent: {type(structure_or_coords)}")
raise ValueError(f"Invalid input to EmptyTrellis2ShapeLatent: {type(structure_or_coords)}")
batch_size, counts, max_tokens = infer_batched_coord_layout(coords)
in_channels = 32