From e800d12bb1580d82b17ee4de8d0b10c9d2fcaf5c Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Thu, 14 May 2026 14:52:35 +0300 Subject: [PATCH] Update comfy_extras/nodes_trellis2.py Co-authored-by: Alexis Rolland --- comfy_extras/nodes_trellis2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_trellis2.py b/comfy_extras/nodes_trellis2.py index 7ad1b17d7..407ac105b 100644 --- a/comfy_extras/nodes_trellis2.py +++ b/comfy_extras/nodes_trellis2.py @@ -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