ComfyUI/custom_nodes/execution-inversion-demo-comfyui
Jacob Segal a86d383ff3 Code cleanup
While implementing caching for components, I did some cleanup. Despite
the fact that subgraph caching is put on hold for now (in favor of a
larger cache refactor later), these are the changes that I think are
worth keeping anyway.

* Makes subgraph node IDs deterministic
* Allows usage of the topological sort without execution
* Tracks parent nodes (i.e. those that caused a node to be created) and
  display nodes (i.e. the one we want to highlight while an ephemeral
  node is executing) separately.
2023-08-09 00:54:42 -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 Code cleanup 2023-08-09 00:54:42 -07:00
conditions.py Reorganize all demo components 2023-07-28 22:41:43 -07:00
flow_control.py Code cleanup 2023-08-09 00:54:42 -07:00
nodes.py Reorganize all demo components 2023-07-28 22:41:43 -07:00
utility_nodes.py Add additional accumulation nodes 2023-07-30 19:34:28 -07:00