Commit 1ce0d8ad authored by comfyanonymous's avatar comfyanonymous
Browse files

Add CMP 30HX card to the nvidia_16_series list.

parent 3d614dde
...@@ -535,7 +535,7 @@ def should_use_fp16(device=None, model_params=0): ...@@ -535,7 +535,7 @@ def should_use_fp16(device=None, model_params=0):
return False return False
#FP16 is just broken on these cards #FP16 is just broken on these cards
nvidia_16_series = ["1660", "1650", "1630", "T500", "T550", "T600", "MX550", "MX450"] nvidia_16_series = ["1660", "1650", "1630", "T500", "T550", "T600", "MX550", "MX450", "CMP 30HX"]
for x in nvidia_16_series: for x in nvidia_16_series:
if x in props.name: if x in props.name:
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment