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
dce35553
"sims/net/vscode:/vscode.git/clone" did not exist on "385c0e8300fbfea76aaf1da2aadac2628384593f"
Commit
dce35553
authored
Mar 02, 2024
by
comfyanonymous
Browse files
Add some tesla pascal GPUs to the fp16 working but slower list.
parent
51df8465
Changes
1
Show 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 @
dce35553
...
...
@@ -753,7 +753,7 @@ def should_use_fp16(device=None, model_params=0, prioritize_performance=True, ma
#FP16 is confirmed working on a 1080 (GP104) but it's a bit slower than FP32 so it should only be enabled
#when the model doesn't actually fit on the card
#TODO: actually test if GP106 and others have the same type of behavior
nvidia_10_series
=
[
"1080"
,
"1070"
,
"titan x"
,
"p3000"
,
"p3200"
,
"p4000"
,
"p4200"
,
"p5000"
,
"p5200"
,
"p6000"
,
"1060"
,
"1050"
]
nvidia_10_series
=
[
"1080"
,
"1070"
,
"titan x"
,
"p3000"
,
"p3200"
,
"p4000"
,
"p4200"
,
"p5000"
,
"p5200"
,
"p6000"
,
"1060"
,
"1050"
,
"p40"
,
"p100"
,
"p6"
,
"p4"
]
for
x
in
nvidia_10_series
:
if
x
in
props
.
name
.
lower
():
fp16_works
=
True
...
...
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