From ba1d0efc9f7b9be64725e46093714401f265b1bb Mon Sep 17 00:00:00 2001 From: rattus <46076784+rattus128@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:47:11 +1000 Subject: [PATCH] comfy-aimdo 0.4.13 (#15290) Comfy-aimdo 0.4.12 increases error logging reliablity to help root cause os errors in some of the C APIs that are causing issues for some users. The log is also unified with python logging, so non-terminal users see the logs properly. Aimdo 0.4.13 fixes a bug in async-offload + MRU primary weights allocation. https://github.com/Comfy-Org/ComfyUI/issues/15284 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7be24d6b..ced0a5d6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ SQLAlchemy>=2.0.0 filelock av>=16.0.0 comfy-kitchen==0.2.26 -comfy-aimdo==0.4.11 +comfy-aimdo==0.4.13 requests simpleeval>=1.0.0 blake3