Files
ComfyUI/comfy
rattus a99d1f9c14 Pause comfy compiler for long lived sparse allocations (#16148)
* model_prefetch: add friendly API to pause comfy compiler

* sparse_attention: Pause comfy compiler for un-freed pieces

The VSA plan and pool stats do not free within the transformer causing
a comfy-compiler rogue allocation and graph break.

Ideally these should be freed in the lifetime of the transformer run
(and comfy-compiler scope) but there isnt a convenient place for the
particular lifecylce intended by these variables. So go with the pause()
approach.
2026-09-06 10:49:45 -07:00
..
2026-09-05 21:18:15 -04:00
2026-08-17 23:20:28 -04:00
2026-02-26 01:30:31 -05:00
2025-07-06 07:07:39 -04:00
2026-05-08 17:14:45 +08:00