From 7d4c7ec4ec406d6a60c8b0fe31dee8b496f3c94c Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Tue, 16 Jun 2026 22:59:44 +0800 Subject: [PATCH 1/2] Add Comfy Cloud MCP waitlist link to /agent-tools/cloud page Add 'Join the waitlist' link (typeform) in the Overview section, right after the current supported clients mention, so users can sign up for upcoming client support. --- agent-tools/cloud.mdx | 4 ++++ ja/agent-tools/cloud.mdx | 4 ++++ ko/agent-tools/cloud.mdx | 4 ++++ zh/agent-tools/cloud.mdx | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/agent-tools/cloud.mdx b/agent-tools/cloud.mdx index 4dae0b984..2ca43474d 100644 --- a/agent-tools/cloud.mdx +++ b/agent-tools/cloud.mdx @@ -11,6 +11,10 @@ import CloudFeature from '/snippets/cloud-feature.mdx' ## Overview + + Comfy Cloud MCP is in **closed beta — invite only**. Access is gated by a per-user feature flag. If you don't have access yet, [sign up for the waitlist](https://form.typeform.com/to/hHmvw1UH). + + The **Comfy Cloud MCP server** connects AI agents to [Comfy Cloud](https://cloud.comfy.org) over the [Model Context Protocol](https://modelcontextprotocol.io). Once connected, you can generate images, video, audio, and 3D, search models, nodes, and templates, and run ComfyUI workflows — all from a chat with your agent. Support is currently scoped to **Claude Code** and **Claude Desktop**, which sign in with **OAuth** — a one-time browser sign-in. Support for more clients is coming. diff --git a/ja/agent-tools/cloud.mdx b/ja/agent-tools/cloud.mdx index 88dd44887..fbabd4322 100644 --- a/ja/agent-tools/cloud.mdx +++ b/ja/agent-tools/cloud.mdx @@ -13,6 +13,10 @@ import CloudFeature from '/snippets/ja/cloud-feature.mdx' ## 概要 + + Comfy Cloud MCP は**クローズドベータ版です — 招待制**です。アクセスはユーザー単位の機能フラグによって制御されています。まだアクセス権がない場合は、[ウェイトリストに登録](https://form.typeform.com/to/hHmvw1UH)してください。 + + **Comfy Cloud MCP サーバー**は、[モデルコンテキストプロトコル(MCP)](https://modelcontextprotocol.io)を通じて AI エージェントを [Comfy Cloud](https://cloud.comfy.org) に接続します。接続後、チャットから画像・動画・音声・3D の生成、モデル・ノード・テンプレートの検索、ComfyUI ワークフローの実行ができます。 現在は **Claude Code** と **Claude Desktop** に対応しており、どちらも **OAuth** でサインインします — ブラウザでの一度きりのログインで完了します。他のクライアントへの対応も予定されています。 diff --git a/ko/agent-tools/cloud.mdx b/ko/agent-tools/cloud.mdx index 2d4b5fe4f..793746f64 100644 --- a/ko/agent-tools/cloud.mdx +++ b/ko/agent-tools/cloud.mdx @@ -13,6 +13,10 @@ import CloudFeature from '/snippets/ko/cloud-feature.mdx' ## 개요 + + Comfy Cloud MCP는 **클로즈드 베타입니다 — 초대 전용**입니다. 액세스는 사용자별 기능 플래그로 제어됩니다. 아직 액세스 권한이 없다면 [대기자 명단에 등록](https://form.typeform.com/to/hHmvw1UH)하세요. + + **Comfy Cloud MCP 서버**는 [Model Context Protocol](https://modelcontextprotocol.io)을 통해 AI 에이전트를 [Comfy Cloud](https://cloud.comfy.org)에 연결합니다. 연결 후에는 이미지, 비디오, 오디오 및 3D 생성, 모델, 노드 및 템플릿 검색, ComfyUI 워크플로우 실행 등 모든 작업을 에이전트와의 채팅에서 수행할 수 있습니다. 현재 지원되는 클라이언트는 **Claude Code**와 **Claude Desktop**이며, 이들은 **OAuth**를 통해 로그인합니다 — 한 번만 브라우저에서 로그인하면 됩니다. 더 많은 클라이언트 지원은 곧 제공될 예정입니다. diff --git a/zh/agent-tools/cloud.mdx b/zh/agent-tools/cloud.mdx index f548b4b7d..feed078f6 100644 --- a/zh/agent-tools/cloud.mdx +++ b/zh/agent-tools/cloud.mdx @@ -13,6 +13,10 @@ import CloudFeature from '/snippets/zh/cloud-feature.mdx' ## 概述 + + Comfy Cloud MCP 目前处于**封闭测试阶段 — 仅限邀请**。访问权限由用户级别的功能开关控制。如果你还没有权限,请[加入等待列表](https://form.typeform.com/to/hHmvw1UH)。 + + **Comfy Cloud MCP 服务器**通过[模型上下文协议(MCP)](https://modelcontextprotocol.io)将 AI 代理连接到 [Comfy Cloud](https://cloud.comfy.org)。连接成功后,你可以在代理对话中生成图片、视频、音频和 3D 内容,搜索模型、节点和模板,并运行 ComfyUI 工作流。 目前支持 **Claude Code** 和 **Claude Desktop**,两者均通过 **OAuth** 登录 — 只需在浏览器中完成一次性登录。更多客户端支持即将推出。 From 9442332f0d8c1c92dc85152cba0a085daa039f83 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 17 Jun 2026 00:25:05 +0800 Subject: [PATCH 2/2] Fix snapshot support for Tracked instances Discussion #1141 reported that Snapshots are listed as available for Tracked instances, but snapshot capture and restore are currently only implemented for Standalone instances per the snapshots-portable- git-plan docs. Updated the table and note to reflect this. - EN/ZH/JA/KO all updated. --- installation/desktop/usage/instance-management.mdx | 4 ++-- ja/installation/desktop/usage/instance-management.mdx | 4 ++-- ko/installation/desktop/usage/instance-management.mdx | 4 ++-- zh/installation/desktop/usage/instance-management.mdx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/installation/desktop/usage/instance-management.mdx b/installation/desktop/usage/instance-management.mdx index c08a0fd8e..e95c06900 100644 --- a/installation/desktop/usage/instance-management.mdx +++ b/installation/desktop/usage/instance-management.mdx @@ -117,10 +117,10 @@ The key difference between a **Tracked** (Add Existing Install) installation and | **Updates** | No automatic updates — manage ComfyUI version manually via Git | Built-in automatic updates | | **Python** | Uses an existing Python environment (`.venv`, `python_embeded`, etc.) | Bundled Python, automatic dependency management | | **Isolation** | Shares the existing path and environment | Fully self-contained, isolated installation | -| **Snapshots** | Snapshot support available | Snapshot support available | +| **Snapshots** | Not supported | Snapshot support available | | **Use case** | Already have ComfyUI set up and customized | Fresh install from scratch | -> **Note:** Tracked installations use `launchMode: 'external'` — Comfy Desktop launches the existing ComfyUI process without managing it internally. Snapshots still work as a restore mechanism, but version management is your responsibility. +> **Note:** Tracked installations use `launchMode: 'external'` — Comfy Desktop launches the existing ComfyUI process without managing it internally. Snapshots are currently supported for Standalone instances only. ## Uninstalling an Instance diff --git a/ja/installation/desktop/usage/instance-management.mdx b/ja/installation/desktop/usage/instance-management.mdx index f54ae927f..9060c46ff 100644 --- a/ja/installation/desktop/usage/instance-management.mdx +++ b/ja/installation/desktop/usage/instance-management.mdx @@ -117,10 +117,10 @@ Dashboard で **New Install** をクリックしてインストールメニュ | **更新** | 自動更新なし。Git で手動管理 | 内蔵の自動更新 | | **Python** | 既存の Python 環境を使用(`.venv`、`python_embeded` 等) | Python 同梱、依存関係の自動管理 | | **分離性** | 既存のパスと環境をそのまま使用 | 完全に自己完結した独立インストール | -| **スナップショット** | スナップショット対応 | スナップショット対応 | +| **スナップショット** | 非対応 | スナップショット対応 | | **適用シーン** | 既に ComfyUI をカスタマイズして使用中 | 新規にクリーンインストール | -> **注意:** 追跡インストールは `launchMode: 'external'` モードを使用します。Comfy Desktop は既存の ComfyUI プロセスを起動しますが、内部管理は行いません。スナップショットは復元メカニズムとして機能しますが、バージョン管理はユーザー自身で行う必要があります。 +> **注意:** 追跡インストールは `launchMode: 'external'` モードを使用します。Comfy Desktop は既存の ComfyUI プロセスを起動しますが、内部管理は行いません。現在スナップショットは Standalone インスタンスのみでサポートされています。 ## インスタンスのアンインストール diff --git a/ko/installation/desktop/usage/instance-management.mdx b/ko/installation/desktop/usage/instance-management.mdx index 8df2bc7db..5c3811dd2 100644 --- a/ko/installation/desktop/usage/instance-management.mdx +++ b/ko/installation/desktop/usage/instance-management.mdx @@ -119,10 +119,10 @@ Comfy Desktop이 나머지 작업을 처리합니다: Python 다운로드, 환 | **업데이트** | 자동 업데이트 없음 — Git을 통해 수동으로 ComfyUI 버전 관리 | 기본 제공 자동 업데이트 | | **Python** | 기존 Python 환경 사용(`.venv`, `python_embeded` 등) | 번들 Python, 자동 의존성 관리 | | **격리** | 기존 경로와 환경 공유 | 완전히 자체 완비된 격리 설치 | -| **스냅샷** | 스냅샷 지원 가능 | 스냅샷 지원 가능 | +| **스냅샷** | 지원 안 함 | 스냅샷 지원 가능 | | **용도** | 이미 ComfyUI를 설정하고 사용자 정의한 경우 | 처음부터 새로 설치하는 경우 | -> **참고:** 추적형 설치는 `launchMode: 'external'`을 사용합니다 — Comfy Desktop이 기존 ComfyUI 프로세스를 내부 관리 없이 시작합니다. 스냅샷은 복원 메커니즘으로 계속 작동하지만 버전 관리는 사용자의 책임입니다. +> **참고:** 추적형 설치는 `launchMode: 'external'`을 사용합니다 — Comfy Desktop이 기존 ComfyUI 프로세스를 내부 관리 없이 시작합니다. 현재 스냅샷은 Standalone 인스턴스에서만 지원됩니다. ## 인스턴스 제거하기 diff --git a/zh/installation/desktop/usage/instance-management.mdx b/zh/installation/desktop/usage/instance-management.mdx index c68be129b..b7ce267a8 100644 --- a/zh/installation/desktop/usage/instance-management.mdx +++ b/zh/installation/desktop/usage/instance-management.mdx @@ -119,10 +119,10 @@ Comfy Desktop 将接管后续操作:下载 Python、搭建环境、安装 Comf | **更新** | 无自动更新——通过 Git 手动管理 ComfyUI 版本 | 内置自动更新 | | **Python** | 使用现有 Python 环境(`.venv`、`python_embeded` 等) | 捆绑 Python,自动管理依赖 | | **隔离性** | 共享现有路径和环境 | 完全自包含的独立安装 | -| **快照** | 支持快照 | 支持快照 | +| **快照** | 不支持 | 支持快照 | | **适用场景** | 已有 ComfyUI 并已自定义配置 | 从头开始全新安装 | -> **注意:** 追踪安装使用 `launchMode: 'external'`——Comfy Desktop 启动现有的 ComfyUI 进程,但不进行内部管理。快照仍可作为还原机制,但版本管理需自行负责。 +> **注意:** 追踪安装使用 `launchMode: 'external'`——Comfy Desktop 启动现有的 ComfyUI 进程,但不进行内部管理。目前仅 Standalone 实例支持快照功能。 ## 卸载实例