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
0b284f65
Commit
0b284f65
authored
Jul 19, 2023
by
comfyanonymous
Browse files
Fix typo.
parent
e032ca61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy/cli_args.py
comfy/cli_args.py
+1
-1
No files found.
comfy/cli_args.py
View file @
0b284f65
...
...
@@ -42,7 +42,7 @@ parser.add_argument("--auto-launch", action="store_true", help="Automatically la
parser
.
add_argument
(
"--cuda-device"
,
type
=
int
,
default
=
None
,
metavar
=
"DEVICE_ID"
,
help
=
"Set the id of the cuda device this instance will use."
)
cm_group
=
parser
.
add_mutually_exclusive_group
()
cm_group
.
add_argument
(
"--cuda-malloc"
,
action
=
"store_true"
,
help
=
"Enable cudaMallocAsync (enabled by default for torch 2.0 and up)."
)
cm_group
.
add_argument
(
"--disable-cuda-malloc"
,
action
=
"store_true"
,
help
=
"
En
able cudaMallocAsync."
)
cm_group
.
add_argument
(
"--disable-cuda-malloc"
,
action
=
"store_true"
,
help
=
"
Dis
able cudaMallocAsync."
)
parser
.
add_argument
(
"--dont-upcast-attention"
,
action
=
"store_true"
,
help
=
"Disable upcasting of attention. Can boost speed but increase the chances of black images."
)
...
...
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