From 4292687e8d6647ad214b7ee26267f9b2c8cdbf7b 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:27 +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 3231407a4..fd7a1c9cc 100644 --- a/comfy_extras/nodes_trellis2.py +++ b/comfy_extras/nodes_trellis2.py @@ -694,7 +694,7 @@ class EmptyTrellis2LatentTexture(IO.ComfyNode): @classmethod def define_schema(cls): return IO.Schema( - node_id="EmptyTextureLatentTrellis2", + node_id="EmptyTrellis2LatentTexture", category="latent/3d", inputs=[ IO.Voxel.Input("structure_or_coords"),