mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-14 15:24:34 +08:00
Add comment
This commit is contained in:
parent
70301c5e54
commit
9349d318ba
@ -760,7 +760,8 @@ The 'any_input' is required for making sure the node you want the value from exi
|
|||||||
if node["type"] == "WidgetToString" and node["id"] == int(unique_id) and not link_id:
|
if node["type"] == "WidgetToString" and node["id"] == int(unique_id) and not link_id:
|
||||||
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