Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
9d0665c8
Commit
9d0665c8
authored
Mar 21, 2023
by
comfyanonymous
Browse files
Add laptop quadro cards to fp32 list.
parent
5b1efc70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy/model_management.py
comfy/model_management.py
+1
-1
No files found.
comfy/model_management.py
View file @
9d0665c8
...
@@ -231,7 +231,7 @@ def should_use_fp16():
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment