mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-06 06:30:52 +08:00
Update comfy_extras/nodes_trellis2.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
5a038c2ee1
commit
b5a6c8a1ca
@ -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