diff --git a/comfy_extras/nodes_trellis2.py b/comfy_extras/nodes_trellis2.py index e8ac4381f..3231407a4 100644 --- a/comfy_extras/nodes_trellis2.py +++ b/comfy_extras/nodes_trellis2.py @@ -690,7 +690,7 @@ class EmptyTrellis2ShapeLatent(IO.ComfyNode): model.model_options["transformer_options"]["generation_mode"] = "shape_generation" return IO.NodeOutput({"samples": latent, "coords": coords, "coords_counts": counts, "type": "trellis2"}, model) -class EmptyTextureLatentTrellis2(IO.ComfyNode): +class EmptyTrellis2LatentTexture(IO.ComfyNode): @classmethod def define_schema(cls): return IO.Schema(