Skip to content

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.