mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-27 09:27:24 +08:00
Remove duplicate @classmethod
This commit is contained in:
parent
e90bde2f82
commit
7dc9ffdf14
@ -445,7 +445,6 @@ class Trellis2Conditioning(IO.ComfyNode):
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def execute(cls, clip_vision_model, image, mask) -> IO.NodeOutput:
|
def execute(cls, clip_vision_model, image, mask) -> IO.NodeOutput:
|
||||||
# Normalize to batched form so per-image conditioning loop below is uniform.
|
# Normalize to batched form so per-image conditioning loop below is uniform.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user