From f1d0eb5106e49326139ce17313951e1f91bdec08 Mon Sep 17 00:00:00 2001 From: Rattus Date: Thu, 23 Apr 2026 23:55:26 +1000 Subject: [PATCH] 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. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a25bc0667..13e6bcaaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ SQLAlchemy>=2.0 filelock av>=14.2.0 comfy-kitchen>=0.2.8 -comfy-aimdo>=0.2.12 +comfy-aimdo==0.2.14 requests simpleeval>=1.0.0 blake3