mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-29 09:16:48 +00: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