diff --git a/comfy/model_management.py b/comfy/model_management.py index c26d682f7..5c4e97da3 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -231,7 +231,7 @@ def should_use_fp16(): return False #FP32 is faster on those cards? - nvidia_16_series = ["1660", "1650", "1630"] + nvidia_16_series = ["1660", "1650", "1630", "T500", "T550", "T600"] for x in nvidia_16_series: if x in props.name: return False