From 835a6a0f21b4ad85171186917f95d01d01ba2a46 Mon Sep 17 00:00:00 2001 From: thot-experiment Date: Mon, 28 Apr 2025 15:01:16 -0700 Subject: [PATCH] remove validation to make it easier to run against LAN copies of the API --- comfy/cli_args.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: