mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-07-23 09:10:51 -05:00
Remove duplicate @classmethod
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user