mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Add MX450 and MX550 to list of cards with broken fp16.
This commit is contained in:
parent
9ba440995a
commit
18885f803a
@ -529,7 +529,7 @@ def should_use_fp16(device=None, model_params=0):
|
||||
return False
|
||||
|
||||
#FP16 is just broken on these cards
|
||||
nvidia_16_series = ["1660", "1650", "1630", "T500", "T550", "T600"]
|
||||
nvidia_16_series = ["1660", "1650", "1630", "T500", "T550", "T600", "MX550", "MX450"]
|
||||
for x in nvidia_16_series:
|
||||
if x in props.name:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user