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.