mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-14 23:34:35 +08:00
Add comment
This commit is contained in:
parent
70301c5e54
commit
9349d318ba
@ -761,6 +761,7 @@ The 'any_input' is required for making sure the node you want the value from exi
|
|||||||
for node_input in node["inputs"]:
|
for node_input in node["inputs"]:
|
||||||
link_id = node_input["link"]
|
link_id = node_input["link"]
|
||||||
|
|
||||||
|
# Construct a map of links to node IDs for future reference
|
||||||
node_outputs = node.get("outputs", None)
|
node_outputs = node.get("outputs", None)
|
||||||
if not node_outputs:
|
if not node_outputs:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user