mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-08 08:37:03 +08:00
remove validation to make it easier to run against LAN copies of the API
This commit is contained in:
parent
1a87a6d663
commit
835a6a0f21
@ -196,8 +196,7 @@ parser.add_argument(
|
|||||||
"--comfy-api-base",
|
"--comfy-api-base",
|
||||||
type=str,
|
type=str,
|
||||||
default="https://api.comfy.org",
|
default="https://api.comfy.org",
|
||||||
choices=["https://api.comfy.org", "https://stagingapi.comfy.org"],
|
help="Set the base URL for the ComfyUI API. (default: https://api.comfy.org)",
|
||||||
help="Set the base URL for the ComfyUI API.",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if comfy.options.args_parsing:
|
if comfy.options.args_parsing:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user