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