remove validation to make it easier to run against LAN copies of the API

This commit is contained in:
thot-experiment 2025-04-28 15:01:16 -07:00 committed by Jedrzej Kosinski
parent 1a87a6d663
commit 835a6a0f21

View File

@ -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: