mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-22 19:24:30 +08:00
support tensors
This commit is contained in:
parent
9349d318ba
commit
98c1fb17c5
@ -756,7 +756,7 @@ The 'any_input' is required for making sure the node you want the value from exi
|
|||||||
if node["id"] == id:
|
if node["id"] == id:
|
||||||
node_id = id
|
node_id = id
|
||||||
break
|
break
|
||||||
elif any_input:
|
elif any_input is not None:
|
||||||
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"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user