mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-13 03:56:58 +08:00
Fixed missing self
This commit is contained in:
parent
1fb1bad150
commit
a7f515e913
@ -46,7 +46,7 @@ class V3TestNode(ComfyNodeV3):
|
||||
is_output_node=True,
|
||||
)
|
||||
|
||||
def execute(image: torch.Tensor, xyz, some_int: int, combo: str, mask: torch.Tensor=None):
|
||||
def execute(self, image: torch.Tensor, xyz, some_int: int, combo: str, mask: torch.Tensor=None):
|
||||
return NodeOutput(some_int, image)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user