Remove duplicate @classmethod

This commit is contained in:
Alexis Rolland
2026-05-25 12:24:18 +08:00
parent e90bde2f82
commit 7dc9ffdf14

View File

@@ -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.