ComfyUI/custom_nodes
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
..
execution-inversion-demo-comfyui Code cleanup 2023-08-09 00:54:42 -07:00
example_node.py.example Merge branch 'master' of https://github.com/city96/ComfyUI 2023-04-08 15:50:26 -04:00