mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 10:27:04 +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",
|
||||
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