forked from extern/easydiffusion
Merge pull request #1270 from JeLuF/patch-26
Add GTX1630 to list of FP32 GPUs
This commit is contained in:
commit
1dc326cc41
@ -165,6 +165,7 @@ def needs_to_force_full_precision(context):
|
||||
and (
|
||||
" 1660" in device_name
|
||||
or " 1650" in device_name
|
||||
or " 1630" in device_name
|
||||
or " t400" in device_name
|
||||
or " t550" in device_name
|
||||
or " t600" in device_name
|
||||
|
Loading…
Reference in New Issue
Block a user