mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Add laptop quadro cards to fp32 list.
This commit is contained in:
parent
5b1efc70ec
commit
9d0665c8d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user