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
18885f80
Commit
18885f80
authored
Jul 19, 2023
by
comfyanonymous
Browse files
Add MX450 and MX550 to list of cards with broken fp16.
parent
9ba44099
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 @
18885f80
...
@@ -529,7 +529,7 @@ def should_use_fp16(device=None, model_params=0):
...
@@ -529,7 +529,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"
]
nvidia_16_series
=
[
"1660"
,
"1650"
,
"1630"
,
"T500"
,
"T550"
,
"T600"
,
"MX550"
,
"MX450"
]
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