Skip to content

Releases: Comfy-Org/comfy-api-proxy

v0.1.2

Choose a tag to compare

@wei-hai wei-hai released this 23 Jul 16:47
0a2b09f

Docs

  • Fix the Quickstart to match the actual CLI: the proxy is a single foreground comfy-api-proxy [flags] command. The previously-documented start / stop / status / run subcommands never existed and errored on use.

No functional changes since v0.1.1.

v0.1.1

Choose a tag to compare

@wei-hai wei-hai released this 21 Jul 23:18
10c3938

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

Choose a tag to compare

@wei-hai wei-hai released this 21 Jul 22:05
905ce22

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.