ComfyUI/custom_nodes/execution-inversion-demo-comfyui
Jacob Segal b66253b930 Improve recognition of node linkage
Honestly, I'm still a little concerned here. There's nothing stopping a
custom node from having a data type of ["str",int]. I've improved
recognition to at least prevent the detection of other types, but we
may still want a more systemic fix (e.g. wrapping literals within a
class when using them as inputs to nodes in subgraphs).
2023-07-22 22:38:17 -07:00
..
js Add lazy evaluation and dynamic node expansion 2023-07-18 20:08:12 -07:00
__init__.py Add nodes for dealing with BOOLs 2023-07-20 21:04:08 -07:00
components.py Add nodes for dealing with BOOLs 2023-07-20 21:04:08 -07:00
conditions.py Add nodes for dealing with BOOLs 2023-07-20 21:04:08 -07:00
flow_control.py Improve recognition of node linkage 2023-07-22 22:38:17 -07:00
nodes.py Fix lazy index node. No idea how this ever worked. 2023-07-21 20:25:20 -07:00
utility_nodes.py Add nodes for dealing with BOOLs 2023-07-20 21:04:08 -07:00