Skip to content

Commit 1d5d658

Browse files
Fix ruff.
1 parent 3574025 commit 1d5d658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/model_management.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def should_use_bf16(device=None, model_params=0, prioritize_performance=True, ma
10821082

10831083
if is_intel_xpu():
10841084
return True
1085-
1085+
10861086
if is_ascend_npu():
10871087
return True
10881088

0 commit comments

Comments
 (0)