diff --git a/comfy/cli_args.py b/comfy/cli_args.py index 74d00e171..155ec53d2 100644 --- a/comfy/cli_args.py +++ b/comfy/cli_args.py @@ -195,8 +195,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: