From 626b08283877607e80fb8fccf2bce822c752bcd8 Mon Sep 17 00:00:00 2001 From: yy Date: Wed, 20 May 2026 06:45:04 +0900 Subject: [PATCH] Fix typo in ops.py (#11925) --- comfy/ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/ops.py b/comfy/ops.py index f9456854b..eae3bd873 100644 --- a/comfy/ops.py +++ b/comfy/ops.py @@ -260,7 +260,7 @@ def resolve_cast_module_with_vbar(s, dtype, device, bias_dtype, compute_dtype, w def cast_bias_weight(s, input=None, dtype=None, device=None, bias_dtype=None, offloadable=False, compute_dtype=None, want_requant=False): - # NOTE: offloadable=False is a a legacy and if you are a custom node author reading this please pass + # NOTE: offloadable=False is a legacy mode and if you are a custom node author reading this please pass # offloadable=True and call uncast_bias_weight() after your last usage of the weight/bias. This # will add async-offload support to your cast and improve performance. if input is not None: