From f86e224a454888ff21b897b7f2bb40be2ff9f63f Mon Sep 17 00:00:00 2001 From: Wei Hai Date: Thu, 30 Jul 2026 14:17:25 -0700 Subject: [PATCH] docs: drop comfy-swift-sdk from the v2 client list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Swift SDK does not speak the Comfy API v2 contract, so listing it beside the Python and TypeScript SDKs under "Clients for the same Comfy API v2 contract" implied a conformance that does not exist. Per comfy-swift-sdk's own Scripts/contract/sdk-endpoints.yml, it targets the ComfyUI front-facing API (/api/prompt, /api/queue, /api/view, /api/upload/image, /api/jobs/{id}) validated against Comfy-Org/ComfyUI's openapi.yaml — not /api/v2/*, which is what this SDK and comfy-api-proxy use. Caught in review by @guill on comfy-api-proxy#15. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b783a41..48bf2a5 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,6 @@ Clients for the same Comfy API v2 contract: |---|---|---| | [comfy-python-sdk](https://github.com/Comfy-Org/comfy-python-sdk) | Python | `comfy-sdk` | | [comfy-typescript-sdk](https://github.com/Comfy-Org/comfy-typescript-sdk) | TypeScript | `@comfyorg/sdk` | -| [comfy-swift-sdk](https://github.com/Comfy-Org/comfy-swift-sdk) | Swift | SwiftPM | [comfy-api-proxy](https://github.com/Comfy-Org/comfy-api-proxy) fronts a self-hosted ComfyUI with this same v2 contract (it is the `comfy-api-proxy`