Commit Graph

4 Commits

Author SHA1 Message Date
rattus 00d34d92fe Comfy Aimdo 0.5.3 + Memory compiler fixes (#16180) 2026-09-08 12:32:43 -04:00
Alexis Rolland 5bbdf8a766 chore: Harmonize model attention nodes (#16154) 2026-09-07 20:05:59 -04:00
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
Jukka Seppänen e308cc73b4 Add Sparse Attention node (#16072)
* support VSA

* BlockSparseAttention node

* Add extra_tokens

* cleanup

* cleanup
2026-09-05 21:18:15 -04:00