From 720d0a88e689b82b4d1bb6711cb8e280a52e0c71 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Sat, 30 Aug 2025 01:11:34 -0700 Subject: [PATCH] Disable attention logs for now --- comfy/samplers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/samplers.py b/comfy/samplers.py index 79d26db35..7775bcada 100755 --- a/comfy/samplers.py +++ b/comfy/samplers.py @@ -1034,7 +1034,7 @@ class CFGGuider: self, comfy.patcher_extension.get_all_wrappers(comfy.patcher_extension.WrappersMP.OUTER_SAMPLE, self.model_options, is_model_options=True) ) - comfy.ldm.modules.attention.LOG_ATTN_CALLS = True #TODO: Remove this $$$$$ + comfy.ldm.modules.attention.LOG_ATTN_CALLS = False #TODO: Remove this $$$$$ comfy.ldm.modules.attention.LOG_CONTENTS = {} if "optimized_attention_override" not in self.model_options["transformer_options"]: def optimized_attention_override(func, *args, **kwargs):