mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-15 07:52:35 +08:00
make normal arg
This commit is contained in:
parent
e78edee987
commit
2aec927587
@ -106,8 +106,7 @@ parser.add_argument("--windows-standalone-build", action="store_true", help="Win
|
||||
|
||||
parser.add_argument("--disable-metadata", action="store_true", help="Disable saving prompt metadata in files.")
|
||||
|
||||
user_group = parser.add_mutually_exclusive_group()
|
||||
user_group.add_argument("--multi-user", action="store_true", help="Enables per-user settings.")
|
||||
parser.add_argument("--multi-user", action="store_true", help="Enables per-user settings.")
|
||||
|
||||
if comfy.options.args_parsing:
|
||||
args = parser.parse_args()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user