mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 12:20:16 +08:00
fix output tensor return
This commit is contained in:
parent
67432bee6c
commit
c10f746bef
@ -16,9 +16,7 @@ class OutputTensor(CustomNode):
|
|||||||
FUNCTION = "execute"
|
FUNCTION = "execute"
|
||||||
|
|
||||||
def execute(self, tensor):
|
def execute(self, tensor):
|
||||||
return {
|
return {"ui": {"tensor": tensor}}
|
||||||
"result": tensor
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
export_custom_nodes()
|
export_custom_nodes()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user