ComfyUI/comfy_execution
Rattus 783da446c1 comfy_execution: add cache barriers
Add a system where an input is marked as a cache barrier, deferring its
evaluation. Once the node is executed, the barrier is released and
everything behind the barrier is executed at increase priority.
2025-12-19 22:35:25 +10:00
..
caching.py caching: build headroom into the RAM cache 2025-12-19 19:32:51 +10:00
graph_utils.py V3 Node Schema Definition - initial (#8656) 2025-07-31 18:02:12 -04:00
graph.py comfy_execution: add cache barriers 2025-12-19 22:35:25 +10:00
jobs.py Add unified jobs API with /api/jobs endpoints (#11054) 2025-12-17 21:44:31 -08:00
progress.py Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
utils.py Support for async node functions (#8830) 2025-07-10 14:46:19 -04:00
validation.py Add MatchType, DynamicCombo, and Autogrow support to V3 Schema (#10832) 2025-12-03 00:17:13 -05:00