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
7e254d2f
Commit
7e254d2f
authored
Apr 07, 2023
by
comfyanonymous
Browse files
Clarify what --windows-standalone-build does.
parent
07e9a6b8
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 @
7e254d2f
...
...
@@ -26,6 +26,6 @@ vram_group.add_argument("--cpu", action="store_true", help="To use the CPU for e
parser
.
add_argument
(
"--dont-print-server"
,
action
=
"store_true"
,
help
=
"Don't print server output."
)
parser
.
add_argument
(
"--quick-test-for-ci"
,
action
=
"store_true"
,
help
=
"Quick test for CI."
)
parser
.
add_argument
(
"--windows-standalone-build"
,
action
=
"store_true"
,
help
=
"Windows standalone build."
)
parser
.
add_argument
(
"--windows-standalone-build"
,
action
=
"store_true"
,
help
=
"Windows standalone build
: Enable convenient things that most people using the standalone windows build will probably enjoy (like auto opening the page on startup)
."
)
args
=
parser
.
parse_args
()
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