From 129e69e3f80b4fe2c4c4e13925a3b1441e4c7f76 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 10 Aug 2026 22:19:32 -0400 Subject: [PATCH] No longer needed. --- comfy/ldm/modules/attention.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/comfy/ldm/modules/attention.py b/comfy/ldm/modules/attention.py index 05ebd71b7..f7ec8f69c 100644 --- a/comfy/ldm/modules/attention.py +++ b/comfy/ldm/modules/attention.py @@ -608,8 +608,6 @@ def attention_comfy_kitchen_int8(q, k, v, heads, mask=None, attn_precision=None, k, v, scale=kwargs.get("scale", None), - convrot=True, - stabilize_k=kwargs.get("stabilize_k", True), attn_mask=mask, ) if not skip_output_reshape: @@ -629,8 +627,6 @@ def _attention_comfy_kitchen_int8_containers(q, k, v, heads, mask=None, attn_pre k, v, scale=kwargs.get("scale", None), - convrot=True, - stabilize_k=kwargs.get("stabilize_k", True), attn_mask=mask, ) del q, k, v