mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-23 21:14:47 +08:00
process the NodeV1 dict results correctly (#11237)
This commit is contained in:
parent
f668c2e3c9
commit
36357bbcc3
@ -1815,7 +1815,7 @@ class NodeOutput(_NodeOutputInternal):
|
|||||||
ui = data["ui"]
|
ui = data["ui"]
|
||||||
if "expand" in data:
|
if "expand" in data:
|
||||||
expand = data["expand"]
|
expand = data["expand"]
|
||||||
return cls(args=args, ui=ui, expand=expand)
|
return cls(*args, ui=ui, expand=expand)
|
||||||
|
|
||||||
def __getitem__(self, index) -> Any:
|
def __getitem__(self, index) -> Any:
|
||||||
return self.args[index]
|
return self.args[index]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user