From aafe661e9cc9968f388898584d5f9c413438cce0 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Thu, 26 Dec 2024 19:30:07 -0500 Subject: [PATCH] cleanup --- comfy/model_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/model_management.py b/comfy/model_management.py index cf3fc0ca8..c36c52ffd 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -1017,7 +1017,7 @@ def should_use_fp16(device=None, model_params=0, prioritize_performance=True, ma if is_intel_xpu(): return True - + if is_ascend_npu(): return True