mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-17 12:37:29 +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()
|
coords = structure_or_coords.int()
|
||||||
is_512_pass = False
|
is_512_pass = False
|
||||||
else:
|
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)
|
batch_size, counts, max_tokens = infer_batched_coord_layout(coords)
|
||||||
in_channels = 32
|
in_channels = 32
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user