mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-17 04:27:27 +08:00
Update comfy_extras/nodes_trellis2.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
47ce08b67d
commit
e800d12bb1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user