diff --git a/comfy/cli_args.py b/comfy/cli_args.py index a977b02ec..ef5ab6277 100644 --- a/comfy/cli_args.py +++ b/comfy/cli_args.py @@ -196,8 +196,7 @@ parser.add_argument( "--comfy-api-base", type=str, default="https://api.comfy.org", - choices=["https://api.comfy.org", "https://stagingapi.comfy.org"], - help="Set the base URL for the ComfyUI API.", + help="Set the base URL for the ComfyUI API. (default: https://api.comfy.org)", ) if comfy.options.args_parsing: