Skip to content

Commit 626b082

Browse files
authored
Fix typo in ops.py (Comfy-Org#11925)
1 parent d0328b4 commit 626b082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def to_dequant(tensor, dtype):
260260

261261

262262
def cast_bias_weight(s, input=None, dtype=None, device=None, bias_dtype=None, offloadable=False, compute_dtype=None, want_requant=False):
263-
# NOTE: offloadable=False is a a legacy and if you are a custom node author reading this please pass
263+
# NOTE: offloadable=False is a legacy mode and if you are a custom node author reading this please pass
264264
# offloadable=True and call uncast_bias_weight() after your last usage of the weight/bias. This
265265
# will add async-offload support to your cast and improve performance.
266266
if input is not None:

0 commit comments

Comments
 (0)