mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-15 14:09:36 +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
|
return False
|
||||||
|
|
||||||
#FP32 is faster on those cards?
|
#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:
|
for x in nvidia_16_series:
|
||||||
if x in props.name:
|
if x in props.name:
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user