ComfyUI/comfy_execution
guill 6ab1e6fd4a
[Bug #4529] Fix graph partial validation failure (#4588)
Currently, if a graph partially fails validation (i.e. some outputs are
valid while others have links from missing nodes), the execution loop
could get an exception resulting in server lockup.

This isn't actually possible to reproduce via the default UI, but is a
potential issue for people using the API to construct invalid graphs.
2024-08-24 15:34:58 -04:00
..
caching.py [Bug #4529] Fix graph partial validation failure (#4588) 2024-08-24 15:34:58 -04:00
graph.py Improve execution UX. 2024-08-17 11:37:21 -04:00
graph_utils.py