From 666944f974ce42c6fe48e3fa057dc1675940aa74 Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Thu, 14 May 2026 14:55:05 +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 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(