From 70b25f6a78afc73c7e64dfa0bd2623cfcfd6e3fd Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 4 May 2026 11:28:31 -0700 Subject: [PATCH 1/2] Clarify Cloud API tier availability (Creator/Pro only) Surface that the Cloud API is gated to Creator and Pro subscription tiers, and that API requests consume the same monthly credits as UI usage. Updates the en/ja/zh cloud overview docs and the api-reference overview note. Co-Authored-By: Claude Opus 4.7 --- api-reference/cloud/overview.mdx | 2 +- development/cloud/overview.mdx | 17 ++++++++++++++--- ja/development/cloud/overview.mdx | 17 ++++++++++++++--- zh/development/cloud/overview.mdx | 17 ++++++++++++++--- 4 files changed, 43 insertions(+), 10 deletions(-) diff --git a/api-reference/cloud/overview.mdx b/api-reference/cloud/overview.mdx index 11fbc8d10..cf8db24ba 100644 --- a/api-reference/cloud/overview.mdx +++ b/api-reference/cloud/overview.mdx @@ -9,7 +9,7 @@ title: "Cloud API Overview" The Comfy Cloud API provides programmatic access to run workflows on Comfy Cloud infrastructure. - **Subscription Required:** Running workflows via the API requires an active Comfy Cloud subscription. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs) for details. + **Creator or Pro subscription required:** API access is only available on the **Creator** and **Pro** tiers. The Free and Standard tiers do not include API access. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs) for details. ## Getting Started diff --git a/development/cloud/overview.mdx b/development/cloud/overview.mdx index d534663db..1ea0864a7 100644 --- a/development/cloud/overview.mdx +++ b/development/cloud/overview.mdx @@ -18,9 +18,22 @@ import GetApiKey from '/snippets/get-api-key.mdx' The Comfy Cloud API provides programmatic access to run workflows on Comfy Cloud infrastructure. The API is compatible with local ComfyUI's API, making it easy to migrate existing integrations. - **Subscription Required:** Running workflows via the API requires an active Comfy Cloud subscription. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for details. + **Creator or Pro subscription required:** API access is only available on the **Creator** and **Pro** tiers. The Free and Standard tiers do not include API access. See [pricing plans](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for details. +## Credits and Usage + +API requests draw from the same monthly credit allocation as the Comfy Cloud web UI — there is no separate API credit pool. Each tier's included credits, top-up options, and per-workflow runtime caps apply to API jobs in exactly the same way as UI jobs. + +| Subscription Tier | API Access | Monthly Credits | +|-------------------|------------|-----------------| +| Free | Not available | — | +| Standard | Not available | — | +| Creator | ✓ | See [pricing](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | +| Pro | ✓ | See [pricing](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | + +If you run out of credits mid-month, top-ups can be purchased from your account dashboard. + ## Base URL ``` @@ -92,8 +105,6 @@ API users can submit multiple workflows concurrently without waiting for previou | Subscription Tier | Concurrent Jobs | |-------------------|-----------------| -| Free | 1 | -| Standard | 1 | | Creator | 3 | | Pro | 5 | diff --git a/ja/development/cloud/overview.mdx b/ja/development/cloud/overview.mdx index 9a746a446..109dbde1d 100644 --- a/ja/development/cloud/overview.mdx +++ b/ja/development/cloud/overview.mdx @@ -20,9 +20,22 @@ import GetApiKey from '/snippets/get-api-key.mdx' Comfy Cloud API は、Comfy Cloud インフラストラクチャ上でワークフローを実行するためのプログラムによるアクセスを提供します。この API はローカルの ComfyUI の API と互換性があり、既存の統合を簡単に移行できます。 - **サブスクリプションが必要:** API を介してワークフローを実行するには、有効な Comfy Cloud サブスクリプションが必要です。詳細は[料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)をご覧ください。 + **Creator または Pro サブスクリプションが必要:** API へのアクセスは **Creator** および **Pro** ティアでのみ利用可能です。Free および Standard ティアには API アクセスは含まれません。詳細は[料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)をご覧ください。 +## クレジットと使用量 + +API リクエストは、Comfy Cloud のウェブ UI と同じ月間クレジット枠から消費されます。API 専用のクレジットプールはありません。各ティアに含まれるクレジット、追加購入オプション、ワークフロー単位のランタイム上限は、API ジョブにも UI ジョブと同じ条件で適用されます。 + +| サブスクリプションティア | API アクセス | 月間クレジット | +|-------------------|------------|-----------------| +| Free | 利用不可 | — | +| Standard | 利用不可 | — | +| Creator | ✓ | [料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)を参照 | +| Pro | ✓ | [料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)を参照 | + +月の途中でクレジットが不足した場合、アカウントダッシュボードから追加購入できます。 + ## ベース URL ``` @@ -94,8 +107,6 @@ API ユーザーは、前のジョブの完了を待たずに、複数のワー | サブスクリプションティア | 同時ジョブ数 | |-------------------|-----------------| -| Free | 1 | -| Standard | 1 | | Creator | 3 | | Pro | 5 | diff --git a/zh/development/cloud/overview.mdx b/zh/development/cloud/overview.mdx index bf0134ded..78f730dc8 100644 --- a/zh/development/cloud/overview.mdx +++ b/zh/development/cloud/overview.mdx @@ -18,9 +18,22 @@ import CompleteExample from '/snippets/zh/cloud/complete-example.mdx' Comfy Cloud API 提供以编程方式访问 Comfy Cloud 的能力,可在云端基础设施上运行工作流。该 API 与本地 ComfyUI 的 API 兼容,便于迁移现有集成。 - **需要订阅:** 通过 API 运行工作流需要有效的 Comfy Cloud 订阅。详情请参阅[定价方案](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)。 + **需要 Creator 或 Pro 订阅:** API 访问权限仅在 **Creator** 和 **Pro** 等级提供。Free 和 Standard 等级不包含 API 访问权限。详情请参阅[定价方案](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)。 +## 积分与用量 + +API 请求消耗的是与 Comfy Cloud 网页端相同的每月积分配额——不存在单独的 API 积分池。每个等级的包含积分、加购选项以及单次工作流运行时长上限对 API 任务和网页端任务完全相同。 + +| 订阅等级 | API 访问 | 每月积分 | +|----------|----------|----------| +| Free | 不可用 | — | +| Standard | 不可用 | — | +| Creator | ✓ | 详见[定价](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | +| Pro | ✓ | 详见[定价](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | + +如果在月中用尽积分,可在账户面板中购买加购包。 + ## 基础 URL ``` @@ -92,8 +105,6 @@ API 用户可以同时提交多个工作流,无需等待之前的任务完成 | 订阅等级 | 并发任务数 | |----------|-----------| -| Free | 1 | -| Standard | 1 | | Creator | 3 | | Pro | 5 | From cabbc1d032beaf5c82bc9511877f36a5f1febb62 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 4 May 2026 11:59:55 -0700 Subject: [PATCH 2/2] Drop redundant Credits and Usage table in cloud API overview The introduced table used checkmark glyphs that don't match any other table in the cloud docs (which use plain text or numbers). The prose already conveys the same information, so the table was redundant. Mirrored in ja/zh. Co-Authored-By: Claude Opus 4.7 --- development/cloud/overview.mdx | 11 +---------- ja/development/cloud/overview.mdx | 11 +---------- zh/development/cloud/overview.mdx | 11 +---------- 3 files changed, 3 insertions(+), 30 deletions(-) diff --git a/development/cloud/overview.mdx b/development/cloud/overview.mdx index 1ea0864a7..e3e5bb511 100644 --- a/development/cloud/overview.mdx +++ b/development/cloud/overview.mdx @@ -23,16 +23,7 @@ The Comfy Cloud API provides programmatic access to run workflows on Comfy Cloud ## Credits and Usage -API requests draw from the same monthly credit allocation as the Comfy Cloud web UI — there is no separate API credit pool. Each tier's included credits, top-up options, and per-workflow runtime caps apply to API jobs in exactly the same way as UI jobs. - -| Subscription Tier | API Access | Monthly Credits | -|-------------------|------------|-----------------| -| Free | Not available | — | -| Standard | Not available | — | -| Creator | ✓ | See [pricing](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | -| Pro | ✓ | See [pricing](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | - -If you run out of credits mid-month, top-ups can be purchased from your account dashboard. +API requests draw from the same monthly credit allocation as the Comfy Cloud web UI — there is no separate API credit pool. Each tier's included credits, top-up options, and per-workflow runtime caps apply to API jobs in exactly the same way as UI jobs. See the [pricing page](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) for the monthly credit amounts on the Creator and Pro tiers. If you run out of credits mid-month, top-ups can be purchased from your account dashboard. ## Base URL diff --git a/ja/development/cloud/overview.mdx b/ja/development/cloud/overview.mdx index 109dbde1d..34f418bd0 100644 --- a/ja/development/cloud/overview.mdx +++ b/ja/development/cloud/overview.mdx @@ -25,16 +25,7 @@ Comfy Cloud API は、Comfy Cloud インフラストラクチャ上でワーク ## クレジットと使用量 -API リクエストは、Comfy Cloud のウェブ UI と同じ月間クレジット枠から消費されます。API 専用のクレジットプールはありません。各ティアに含まれるクレジット、追加購入オプション、ワークフロー単位のランタイム上限は、API ジョブにも UI ジョブと同じ条件で適用されます。 - -| サブスクリプションティア | API アクセス | 月間クレジット | -|-------------------|------------|-----------------| -| Free | 利用不可 | — | -| Standard | 利用不可 | — | -| Creator | ✓ | [料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)を参照 | -| Pro | ✓ | [料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)を参照 | - -月の途中でクレジットが不足した場合、アカウントダッシュボードから追加購入できます。 +API リクエストは、Comfy Cloud のウェブ UI と同じ月間クレジット枠から消費されます。API 専用のクレジットプールはありません。各ティアに含まれるクレジット、追加購入オプション、ワークフロー単位のランタイム上限は、API ジョブにも UI ジョブと同じ条件で適用されます。Creator および Pro ティアの月間クレジット数については、[料金プラン](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)を参照してください。月の途中でクレジットが不足した場合、アカウントダッシュボードから追加購入できます。 ## ベース URL diff --git a/zh/development/cloud/overview.mdx b/zh/development/cloud/overview.mdx index 78f730dc8..cd8a6db8e 100644 --- a/zh/development/cloud/overview.mdx +++ b/zh/development/cloud/overview.mdx @@ -23,16 +23,7 @@ Comfy Cloud API 提供以编程方式访问 Comfy Cloud 的能力,可在云端 ## 积分与用量 -API 请求消耗的是与 Comfy Cloud 网页端相同的每月积分配额——不存在单独的 API 积分池。每个等级的包含积分、加购选项以及单次工作流运行时长上限对 API 任务和网页端任务完全相同。 - -| 订阅等级 | API 访问 | 每月积分 | -|----------|----------|----------| -| Free | 不可用 | — | -| Standard | 不可用 | — | -| Creator | ✓ | 详见[定价](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | -| Pro | ✓ | 详见[定价](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api) | - -如果在月中用尽积分,可在账户面板中购买加购包。 +API 请求消耗的是与 Comfy Cloud 网页端相同的每月积分配额——不存在单独的 API 积分池。每个等级的包含积分、加购选项以及单次工作流运行时长上限对 API 任务和网页端任务完全相同。Creator 和 Pro 等级的每月积分数量请参阅[定价方案](https://www.comfy.org/cloud/pricing?utm_source=docs&utm_campaign=cloud-api)。如果在月中用尽积分,可在账户面板中购买加购包。 ## 基础 URL