Skip to content

v0.1.2

Choose a tag to compare

@wei-hai wei-hai released this 23 Jul 16:47
· 86 commits to main since this release
643751c

Highlights

  • New: Output.get_download_url() — get a fetchable URL for an output instead of streaming the bytes through your process. On Comfy Cloud / serverless it is a short-lived, self-authorizing signed storage URL (with expires_at); on a self-hosted proxy it is the content endpoint (expires_at=None). Available on both Output and AsyncOutput.
  • The client now identifies itself via a User-Agent header; pass client_info= to attribute your own integration's traffic.

Fixes

  • SSE: a read-idle timeout so a stalled stream can no longer hang events().
  • Map entity-specific 404s (job_not_found / asset_not_found) to NotFound.

Docs

  • Document get_download_url(); correct the API-key placeholder (comfyui-…) and the Cloud host (api.comfy.org).