mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-07 14:37:05 +08:00
remove validation to make it easier to run against LAN copies of the API
This commit is contained in:
parent
019ec67e1d
commit
66d42afd23
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user