ComfyUI/comfy_execution
Chargeuk ed945a1790
Dependency Aware Node Caching for low RAM/VRAM machines (#7509)
* add dependency aware cache that removed a cached node as soon as all of its decendents have executed. This allows users with lower RAM to run workflows they would otherwise not be able to run. The downside is that every workflow will fully run each time even if no nodes have changed.

* remove test code

* tidy code
2025-04-11 06:55:51 -04:00
..
caching.py Dependency Aware Node Caching for low RAM/VRAM machines (#7509) 2025-04-11 06:55:51 -04:00
graph_utils.py Move a few files from comfy -> comfy_execution. 2024-08-15 11:21:14 -04:00
graph.py Remove duplicate calls to INPUT_TYPES (#6249) 2024-12-29 20:06:49 -05:00
validation.py Reland union type (#5900) 2024-12-04 15:12:10 -05:00