From 7dc9ffdf14d9d986785c32bcab2bba3b750355b6 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 25 May 2026 12:24:18 +0800 Subject: [PATCH] Remove duplicate @classmethod --- comfy_extras/nodes_trellis2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_extras/nodes_trellis2.py b/comfy_extras/nodes_trellis2.py index 698b6b128..380948b64 100644 --- a/comfy_extras/nodes_trellis2.py +++ b/comfy_extras/nodes_trellis2.py @@ -445,7 +445,6 @@ class Trellis2Conditioning(IO.ComfyNode): ] ) - @classmethod @classmethod def execute(cls, clip_vision_model, image, mask) -> IO.NodeOutput: # Normalize to batched form so per-image conditioning loop below is uniform.