No longer needed.

This commit is contained in:
comfyanonymous
2026-08-10 22:19:32 -04:00
parent fc548cd67d
commit 129e69e3f8

View File

@@ -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