Skip to content

Commit ef8f3cb

Browse files
authored
comfy-aimdo 0.2.14: Hotfix async allocator estimations (Comfy-Org#13534)
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.
1 parent 6fbb6b6 commit ef8f3cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SQLAlchemy>=2.0
2323
filelock
2424
av>=14.2.0
2525
comfy-kitchen>=0.2.8
26-
comfy-aimdo>=0.2.12
26+
comfy-aimdo==0.2.14
2727
requests
2828
simpleeval>=1.0.0
2929
blake3

0 commit comments

Comments
 (0)