comfy-aimdo 0.2.14: Hotfix async allocator estimations

This was doing an over-estimate of VRAM used by the async allocator when lots
of little small tensors were in play.

Also change the versioning scheme to == so we can roll forward aimdo without
worrying about stable regressions downstream in comfyUI core.
This commit is contained in:
Rattus 2026-04-23 23:55:26 +10:00
parent 3cdc0d523f
commit f1d0eb5106

View File

@ -23,7 +23,7 @@ SQLAlchemy>=2.0
filelock filelock
av>=14.2.0 av>=14.2.0
comfy-kitchen>=0.2.8 comfy-kitchen>=0.2.8
comfy-aimdo>=0.2.12 comfy-aimdo==0.2.14
requests requests
simpleeval>=1.0.0 simpleeval>=1.0.0
blake3 blake3