mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-01 05:27:54 +08:00
Adds --comfy-platform-base CLI flag mirroring --comfy-api-base, and surfaces both through the existing /features endpoint as comfy_api_base_url and comfy_platform_base_url. Lets the frontend discover at runtime which backend the local server expects it to talk to, so an ephemeral or self-hosted comfy-api deployment can be wired up without rebuilding the frontend bundle. Companion frontend change consumes these keys.