Releases: Comfy-Org/comfy-api-proxy
Releases · Comfy-Org/comfy-api-proxy
Release list
v0.1.2
Docs
- Fix the Quickstart to match the actual CLI: the proxy is a single foreground
comfy-api-proxy [flags]command. The previously-documentedstart/stop/status/runsubcommands never existed and errored on use.
No functional changes since v0.1.1.
v0.1.1
Adds partner (API) node auth: `POST /api/v2/jobs` now accepts an optional, typed, closed `extra_data` object (only `api_key_comfy_org`), forwarded verbatim to ComfyUI's `/prompt`. The key is never persisted or logged and is excluded from idempotency. Uncontracted `extra_data` shapes are rejected with 400.
Published to PyPI via OIDC trusted publishing.
v0.1.0
First release of comfy-api-proxy — a self-hosted proxy that fronts a local ComfyUI with the Comfy API v2 (/api/v2).
Install:
pip install comfy-api-proxy
Run, or manage it as a background daemon:
comfy-api-proxy --comfyui http://127.0.0.1:8188 --port 8189
comfy-api-proxy start # background
comfy-api-proxy status
comfy-api-proxy stop
Published to PyPI via OIDC trusted publishing.