From 9bfb7fd51e6a70f1624b68f80bb6b35bac2740de Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 15 Jul 2026 10:34:50 +0800 Subject: [PATCH 1/6] docs: add Comfy In-App Agent private alpha waitlist page Surface the alpha waitlist under Agent Tools without a full product guide or website launch page yet. --- agent-tools/in-app-agent.mdx | 31 +++++++++++++++++++++++++++++++ agent-tools/index.mdx | 7 +++++++ agent-tools/mcp.mdx | 6 ++++++ docs.json | 1 + 4 files changed, 45 insertions(+) create mode 100644 agent-tools/in-app-agent.mdx diff --git a/agent-tools/in-app-agent.mdx b/agent-tools/in-app-agent.mdx new file mode 100644 index 000000000..7816d6028 --- /dev/null +++ b/agent-tools/in-app-agent.mdx @@ -0,0 +1,31 @@ +--- +title: "Comfy In-App Agent" +sidebarTitle: "In-App Agent" +description: "Join the private alpha waitlist for Comfy In-App Agent on Comfy Cloud." +icon: "comments" +--- + + + **Private alpha.** Comfy In-App Agent is rolling out to a limited set of users. Public docs and website pages are not available yet. Join the waitlist to request access. + + +**Comfy In-App Agent** is the agent experience inside Comfy Cloud: prompt in chat, and the agent can build or edit workflows on your graph (with confirmation before generation). + +This page is the waitlist landing page only. Full product docs will land when we open public beta. + +## Join the waitlist + +[Join the Comfy In-App Agent alpha waitlist](https://links.comfy.org/agentalpha) + +## Feedback + +Already in the alpha? Share bugs and impressions: + +- **[Feedback form](https://links.comfy.org/agentalphafeedback)** + +## Related + +Looking for agent tools that work from Claude, Cursor, Codex, and other MCP clients (outside the ComfyUI canvas)? + +- [Comfy Cloud MCP](/agent-tools/mcp) +- [Agent Tools / MCP overview](/agent-tools) diff --git a/agent-tools/index.mdx b/agent-tools/index.mdx index 363a0c8e5..3d78d1385 100644 --- a/agent-tools/index.mdx +++ b/agent-tools/index.mdx @@ -11,10 +11,17 @@ ComfyUI provides **MCP servers** and **Comfy CLI** so AI agents and developers c **Comfy Cloud MCP is in public beta.** Setup, feedback channels, and related tools (Comfy Skills, Comfy CLI) are on the [Comfy Cloud MCP](/agent-tools/mcp) page. + + **Comfy In-App Agent is in private alpha.** Full docs are not public yet. [Join the waitlist](/agent-tools/in-app-agent) to request access. + + Connect to the hosted MCP server at cloud.comfy.org/mcp. Generate images, video, audio, and 3D on Cloud GPUs, search templates/models/nodes, run workflows, and share saved workflows from chat. + + Agent experience inside Comfy Cloud (chat builds and edits your graph). *Private alpha; waitlist only for now.* + Run a local MCP server using the Comfy Partner-Node SDK. Provides unified generate_image, generate_video, generate_3d, and more tools across 30+ partner providers. diff --git a/agent-tools/mcp.mdx b/agent-tools/mcp.mdx index 9a5fad621..b7100406d 100644 --- a/agent-tools/mcp.mdx +++ b/agent-tools/mcp.mdx @@ -468,6 +468,12 @@ If your MCP client cannot run shell commands (some GUI-only setups), copy the co | [Comfy CLI](/agent-tools/cli) | Command-line tool for local ComfyUI install/launch and for calling hosted partner nodes from scripts or CI (`comfy generate`, in beta). Complements MCP when you need terminal or automation workflows. | | [Share a workflow on Comfy Cloud](/cloud/share-workflow) | Share workflows from the Comfy Cloud UI (the MCP `share_workflow` tool does this from an agent session). | +## Related: Comfy In-App Agent + +Want the agent experience **inside** Comfy Cloud (chat that builds and edits your graph), not an external MCP client? + +[Comfy In-App Agent](/agent-tools/in-app-agent) is in private alpha. [Join the waitlist](https://links.comfy.org/agentalpha) to request access. + ## Feedback Comfy Cloud MCP is in public beta. Please try it out and tell us what works and what doesn't: diff --git a/docs.json b/docs.json index 606afff10..515bf253b 100644 --- a/docs.json +++ b/docs.json @@ -92,6 +92,7 @@ "pages": [ "agent-tools/index", "agent-tools/mcp", + "agent-tools/in-app-agent", "agent-tools/partner-mcp", "agent-tools/local", "agent-tools/cli" From 63f29a8c752cce4215b7928937a719b9ff796a96 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 15 Jul 2026 10:35:26 +0800 Subject: [PATCH 2/6] docs: use Card CTAs on In-App Agent waitlist page --- agent-tools/in-app-agent.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/agent-tools/in-app-agent.mdx b/agent-tools/in-app-agent.mdx index 7816d6028..531768caf 100644 --- a/agent-tools/in-app-agent.mdx +++ b/agent-tools/in-app-agent.mdx @@ -15,13 +15,17 @@ This page is the waitlist landing page only. Full product docs will land when we ## Join the waitlist -[Join the Comfy In-App Agent alpha waitlist](https://links.comfy.org/agentalpha) + + Request access to Comfy In-App Agent private alpha. + ## Feedback Already in the alpha? Share bugs and impressions: -- **[Feedback form](https://links.comfy.org/agentalphafeedback)** + + Report bugs or share impressions from the alpha. + ## Related From c0c2d5b38182ef3f5e6a7c52f7af9975423e2197 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 15 Jul 2026 10:38:28 +0800 Subject: [PATCH 3/6] docs(i18n): sync In-App Agent waitlist page to zh/ja/ko Translate the new waitlist page and related overview/MCP links; add locale nav entries without unrelated docs.json churn. --- docs.json | 3 +++ ja/agent-tools/in-app-agent.mdx | 37 +++++++++++++++++++++++++++++++++ ja/agent-tools/index.mdx | 14 ++++++++++--- ja/agent-tools/mcp.mdx | 10 ++++++++- ko/agent-tools/in-app-agent.mdx | 37 +++++++++++++++++++++++++++++++++ ko/agent-tools/index.mdx | 16 +++++++++----- ko/agent-tools/mcp.mdx | 10 ++++++++- zh/agent-tools/in-app-agent.mdx | 37 +++++++++++++++++++++++++++++++++ zh/agent-tools/index.mdx | 14 ++++++++++--- zh/agent-tools/mcp.mdx | 10 ++++++++- 10 files changed, 174 insertions(+), 14 deletions(-) create mode 100644 ja/agent-tools/in-app-agent.mdx create mode 100644 ko/agent-tools/in-app-agent.mdx create mode 100644 zh/agent-tools/in-app-agent.mdx diff --git a/docs.json b/docs.json index 515bf253b..6a88d0efd 100644 --- a/docs.json +++ b/docs.json @@ -2816,6 +2816,7 @@ "pages": [ "zh/agent-tools/index", "zh/agent-tools/mcp", + "zh/agent-tools/in-app-agent", "zh/agent-tools/partner-mcp", "zh/agent-tools/local", "zh/agent-tools/cli" @@ -5554,6 +5555,7 @@ "pages": [ "ja/agent-tools/index", "ja/agent-tools/mcp", + "ja/agent-tools/in-app-agent", "ja/agent-tools/partner-mcp", "ja/agent-tools/local", "ja/agent-tools/cli" @@ -8377,6 +8379,7 @@ "pages": [ "ko/agent-tools/index", "ko/agent-tools/mcp", + "ko/agent-tools/in-app-agent", "ko/agent-tools/partner-mcp", "ko/agent-tools/local", "ko/agent-tools/cli" diff --git a/ja/agent-tools/in-app-agent.mdx b/ja/agent-tools/in-app-agent.mdx new file mode 100644 index 000000000..a5a0354f6 --- /dev/null +++ b/ja/agent-tools/in-app-agent.mdx @@ -0,0 +1,37 @@ +--- +title: "Comfy In-App Agent" +sidebarTitle: "In-App Agent" +description: "Comfy Cloud で Comfy In-App Agent のプライベートアルファウェイトリストに参加してください。" +icon: "comments" +translationSourceHash: 485fb4e2 +translationFrom: agent-tools/in-app-agent.mdx +--- + + + **プライベートアルファ。** Comfy In-App Agent は限定ユーザーに展開されています。公開ドキュメントとウェブサイトページはまだ利用不可です。ウェイトリストに参加してアクセスをリクエストしてください。 + + +**Comfy In-App Agent** は Comfy Cloud 内のエージェント体験です:チャットでプロンプトを入力すると、エージェントがグラフ上でワークフローを構築または編集できます(生成前に確認あり)。 + +このページはウェイトリストのランディングページのみです。完全な製品ドキュメントは、パブリックベータを開始したときに公開されます。 + +## ウェイトリストに参加 + + + Comfy In-App Agent プライベートアルファへのアクセスをリクエストします。 + + +## フィードバック + +すでにアルファに参加していますか?バグや感想を共有してください: + + + バグを報告するか、アルファの感想を共有してください。 + + +## 関連 + +Claude、Cursor、Codex、その他のMCPクライアント(ComfyUIキャンバス外)で動作するエージェントツールをお探しですか? + +- [Comfy Cloud MCP](/ja/agent-tools/mcp) +- [エージェントツール / MCP概要](/ja/agent-tools) \ No newline at end of file diff --git a/ja/agent-tools/index.mdx b/ja/agent-tools/index.mdx index 5981e0f19..3b4990781 100644 --- a/ja/agent-tools/index.mdx +++ b/ja/agent-tools/index.mdx @@ -3,25 +3,33 @@ title: "Agent Tools / MCP" description: "Model Context Protocol (MCP) を使用して AI エージェントを ComfyUI に接続し、画像、動画、オーディオ、3D コンテンツを生成します。" sidebarTitle: "概要" icon: "robot" -translationSourceHash: 52f434b2 +translationSourceHash: 0647990d translationFrom: agent-tools/index.mdx translationBlockHashes: - "_intro": 72089b69 + "_intro": 57347fa8 "Which One Should I Use?": fa16d052 - "What about local ComfyUI?": 345c7907 + "What about local ComfyUI?": 6e518082 "What is MCP?": bb62fbe5 --- + ComfyUI は **MCP サーバー** と **Comfy CLI** を提供しているので、AI エージェントや開発者は、常に ComfyUI キャンバスを開かなくても、画像、動画、オーディオ、3D コンテンツを生成できます。 **Comfy Cloud MCP はパブリックベータです。** セットアップ、フィードバックチャンネル、および関連ツール(Comfy Skills、Comfy CLI)については、[Comfy Cloud MCP](/ja/agent-tools/mcp) ページをご覧ください。 + + **Comfy In-App Agent はプライベートアルファです。** 完全なドキュメントはまだ公開されていません。[ウェイトリストに登録](/ja/agent-tools/in-app-agent)してアクセスをリクエストしてください。 + + ホスト型 MCP サーバー cloud.comfy.org/mcp に接続。Cloud GPU で画像、動画、オーディオ、3D を生成し、テンプレート/モデル/ノードを検索し、ワークフローを実行し、チャットから保存したワークフローを共有できます。 + + Comfy Cloud 内のエージェント体験(チャットでグラフを構築・編集)。*プライベートアルファ。現在はウェイトリストのみ。* + Comfy Partner-Node SDK を使用したローカル MCP サーバー。30以上のパートナープロバイダーに対応する統一された generate_imagegenerate_videogenerate_3d などのツールを提供します。 diff --git a/ja/agent-tools/mcp.mdx b/ja/agent-tools/mcp.mdx index 766c99c69..e8ecaa4d4 100644 --- a/ja/agent-tools/mcp.mdx +++ b/ja/agent-tools/mcp.mdx @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "Claude Code、Claude Desktop、Cursor、Codex、またはMCP互換エージェントからComfy Cloud MCPに接続: 画像・ビデオ・オーディオ・3Dの生成、モデルとノードの検索、ワークフローの実行。" icon: "cloud" -translationSourceHash: 93f43c41 +translationSourceHash: 0a3176fa translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 @@ -14,6 +14,7 @@ translationBlockHashes: "Credits and spending": 20e94ef0 "Outputs and downloads": a2c8c12f "Related resources": 2a86e2c5 + "Related: Comfy In-App Agent": 85e7df56 "Feedback": 6872768e "Known limitations": 2f9e13ba "FAQ": c943ff55 @@ -21,6 +22,7 @@ translationBlockHashes: + import CloudFeature from '/snippets/ja/cloud-feature.mdx' @@ -485,6 +487,12 @@ MCP クライアントがシェルコマンドを実行できない場合(一 | [Comfy CLI](/ja/agent-tools/cli) | ローカル ComfyUI のインストール/起動、およびスクリプトや CI からホスト型パートナーノードを呼び出すためのコマンドラインツール(`comfy generate`、ベータ版)。ターミナルや自動化ワークフローが必要な場合に MCP を補完します。 | | [Share a workflow on Comfy Cloud](/ja/cloud/share-workflow) | Comfy Cloud UI からワークフローを共有します(MCP の `share_workflow` ツールがエージェントセッションからこれを実行します)。 | +## 関連: Comfy In-App Agent + +外部の MCP クライアントではなく、Comfy Cloud **内**のエージェント体験(チャットでグラフを構築・編集)をお探しですか? + +[Comfy In-App Agent](/ja/agent-tools/in-app-agent) はプライベートアルファです。[ウェイトリストに参加](https://links.comfy.org/agentalpha)してアクセスをリクエストしてください。 + ## フィードバック Comfy Cloud MCP は公開ベータ版です。ぜひ試してみて、うまくいく点とそうでない点をお知らせください: diff --git a/ko/agent-tools/in-app-agent.mdx b/ko/agent-tools/in-app-agent.mdx new file mode 100644 index 000000000..b3c40d089 --- /dev/null +++ b/ko/agent-tools/in-app-agent.mdx @@ -0,0 +1,37 @@ +--- +title: "Comfy 인앱 에이전트" +sidebarTitle: "인앱 에이전트" +description: "Comfy Cloud에서 Comfy 인앱 에이전트 비공개 알파 대기자 명단에 참여하세요." +icon: "comments" +translationSourceHash: 485fb4e2 +translationFrom: agent-tools/in-app-agent.mdx +--- + + + **비공개 알파.** Comfy 인앱 에이전트는 제한된 사용자 그룹에 순차적으로 배포되고 있습니다. 공개 문서 및 웹사이트 페이지는 아직 사용할 수 없습니다. 액세스를 요청하려면 대기자 명단에 참여하세요. + + +**Comfy 인앱 에이전트**는 Comfy Cloud 내의 에이전트 경험입니다: 채팅으로 프롬프트를 입력하면 에이전트가 그래프에서 워크플로를 빌드하거나 편집할 수 있습니다(생성 전 확인 필요). + +이 페이지는 대기자 명단 랜딩 페이지일 뿐입니다. 전체 제품 문서는 공개 베타를 열 때 제공될 예정입니다. + +## 대기자 명단 참여 + + + Comfy 인앱 에이전트 비공개 알파에 대한 액세스를 요청하세요. + + +## 피드백 + +이미 알파에 참여 중이신가요? 버그와 인상을 공유하세요: + + + 알파에서 버그를 신고하거나 인상을 공유하세요. + + +## 관련 항목 + +Claude, Cursor, Codex 및 기타 MCP 클라이언트(ComfyUI 캔버스 외부)에서 작동하는 에이전트 도구를 찾고 계신가요? + +- [Comfy Cloud MCP](/ko/agent-tools/mcp) +- [에이전트 도구 / MCP 개요](/ko/agent-tools) \ No newline at end of file diff --git a/ko/agent-tools/index.mdx b/ko/agent-tools/index.mdx index 3fbd4d928..dc6dbb24d 100644 --- a/ko/agent-tools/index.mdx +++ b/ko/agent-tools/index.mdx @@ -3,25 +3,33 @@ title: "Agent Tools / MCP" description: "AI 에이전트를 모델 컨텍스트 프로토콜(MCP)을 통해 ComfyUI에 연결하여 이미지, 비디오, 오디오 및 3D 콘텐츠를 생성합니다." sidebarTitle: "개요" icon: "robot" -translationSourceHash: 52f434b2 +translationSourceHash: 0647990d translationFrom: agent-tools/index.mdx translationBlockHashes: - "_intro": 72089b69 + "_intro": 57347fa8 "Which One Should I Use?": fa16d052 - "What about local ComfyUI?": 345c7907 + "What about local ComfyUI?": 6e518082 "What is MCP?": bb62fbe5 --- + ComfyUI는 **MCP 서버**와 **Comfy CLI**를 제공하여 AI 에이전트와 개발자가 항상 ComfyUI 캔버스를 열지 않고도 이미지, 비디오, 오디오 및 3D 콘텐츠를 생성할 수 있도록 합니다. **Comfy Cloud MCP는 퍼블릭 베타입니다.** 설정, 피드백 채널 및 관련 도구(Comfy Skills, Comfy CLI)에 대한 내용은 [Comfy Cloud MCP](/ko/agent-tools/mcp) 페이지에서 확인하세요. + + **Comfy In-App Agent는 프라이빗 알파입니다.** 전체 문서는 아직 공개되지 않았습니다. [대기자 명단에 등록](/ko/agent-tools/in-app-agent)하여 액세스를 요청하세요. + + cloud.comfy.org/mcp에서 호스팅된 MCP 서버에 연결하세요. 클라우드 GPU에서 이미지, 비디오, 오디오 및 3D를 생성하고, 템플릿/모델/노드를 검색하며, 워크플로를 실행하고, 채팅에서 저장된 워크플로를 공유할 수 있습니다. + + Comfy Cloud 내에서의 에이전트 경험(채팅으로 그래프를 빌드하고 편집). 프라이빗 알파; 현재는 대기자 명단만 가능. + Comfy Partner-Node SDK를 사용해 로컬 MCP 서버를 실행하세요. 30개 이상의 파트너 제공업체에서 통합된 generate_image, generate_video, generate_3d 및 기타 도구를 제공합니다. @@ -33,8 +41,6 @@ ComfyUI는 **MCP 서버**와 **Comfy CLI**를 제공하여 AI 에이전트와 ---- - ## 어떤 것을 사용해야 할까요? | | Comfy Cloud MCP | Comfy Partner MCP | Comfy Local MCP | Comfy CLI | diff --git a/ko/agent-tools/mcp.mdx b/ko/agent-tools/mcp.mdx index 86c78426b..0edd54488 100644 --- a/ko/agent-tools/mcp.mdx +++ b/ko/agent-tools/mcp.mdx @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "Claude Code, Claude Desktop, Cursor, Codex, OpenClaw 또는 MCP 호환 에이전트에서 Comfy Cloud MCP에 연결하여 이미지, 비디오, 오디오 및 3D를 생성하고, 모델과 노드를 검색하며, 워크플로를 실행하세요." icon: "cloud" -translationSourceHash: 93f43c41 +translationSourceHash: 0a3176fa translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 @@ -14,12 +14,14 @@ translationBlockHashes: "Credits and spending": 20e94ef0 "Outputs and downloads": a2c8c12f "Related resources": 2a86e2c5 + "Related: Comfy In-App Agent": 85e7df56 "Feedback": 6872768e "Known limitations": 2f9e13ba "FAQ": c943ff55 --- + import CloudFeature from '/snippets/ko/cloud-feature.mdx' @@ -486,6 +488,12 @@ MCP 클라이언트가 셸 명령을 실행할 수 없는 경우(일부 GUI 전 | [Comfy CLI](/ko/agent-tools/cli) | 로컬 ComfyUI 설치/실행 및 스크립트나 CI에서 호스팅된 파트너 노드를 호출하기 위한 명령줄 도구입니다 (`comfy generate`, 베타). 터미널 또는 자동화 워크플로가 필요할 때 MCP를 보완합니다. | | [Share a workflow on Comfy Cloud](/ko/cloud/share-workflow) | Comfy Cloud UI에서 워크플로를 공유합니다 (MCP `share_workflow` 도구가 에이전트 세션에서 이 작업을 수행합니다). | +## 관련: Comfy In-App Agent + +외부 MCP 클라이언트가 아니라 Comfy Cloud **내부** 에이전트 경험(채팅으로 그래프를 빌드·편집)을 원하시나요? + +[Comfy In-App Agent](/ko/agent-tools/in-app-agent)는 비공개 알파입니다. [대기자 명단에 참여](https://links.comfy.org/agentalpha)하여 액세스를 요청하세요. + ## 피드백 Comfy Cloud MCP는 공개 베타 버전입니다. 사용해 보시고 어떤 점이 잘 작동하고 어떤 점이 그렇지 않은지 알려주세요: diff --git a/zh/agent-tools/in-app-agent.mdx b/zh/agent-tools/in-app-agent.mdx new file mode 100644 index 000000000..1b8d53b89 --- /dev/null +++ b/zh/agent-tools/in-app-agent.mdx @@ -0,0 +1,37 @@ +--- +title: "Comfy 应用内智能体" +sidebarTitle: "应用内智能体" +description: "加入 Comfy Cloud 上 Comfy 应用内智能体的内测等候列表。" +icon: "comments" +translationSourceHash: 485fb4e2 +translationFrom: agent-tools/in-app-agent.mdx +--- + + + **内测阶段。** Comfy 应用内智能体目前仅向部分用户开放。公开文档和网站页面尚不可用。加入等候列表以申请访问权限。 + + +**Comfy 应用内智能体**是在 Comfy Cloud 中的智能体体验:在聊天中提示,智能体可以在你的图上构建或编辑工作流(生成前需确认)。 + +此页面仅为等候列表着陆页。完整产品文档将在我们开放公测时发布。 + +## 加入等候列表 + + + 申请访问 Comfy 应用内智能体内测。 + + +## 反馈 + +已在内测中?分享错误和感受: + + + 反馈内测中的错误或分享感受。 + + +## 相关 + +寻找可从 Claude、Cursor、Codex 及其他 MCP 客户端(在 ComfyUI 画布之外)使用的智能体工具? + +- [Comfy Cloud MCP](/zh/agent-tools/mcp) +- [智能体工具 / MCP 概述](/zh/agent-tools) \ No newline at end of file diff --git a/zh/agent-tools/index.mdx b/zh/agent-tools/index.mdx index 50017a650..b30c25a69 100644 --- a/zh/agent-tools/index.mdx +++ b/zh/agent-tools/index.mdx @@ -3,25 +3,33 @@ title: "Agent Tools / MCP" description: "通过 Model Context Protocol (MCP) 将 AI 代理连接到 ComfyUI,用于生成图像、视频、音频和 3D 内容。" sidebarTitle: "概览" icon: "robot" -translationSourceHash: 52f434b2 +translationSourceHash: 0647990d translationFrom: agent-tools/index.mdx translationBlockHashes: - "_intro": 72089b69 + "_intro": 57347fa8 "Which One Should I Use?": fa16d052 - "What about local ComfyUI?": 345c7907 + "What about local ComfyUI?": 6e518082 "What is MCP?": bb62fbe5 --- + ComfyUI 提供了 **MCP 服务器** 和 **Comfy CLI**,让 AI 代理和开发者无需总是打开 ComfyUI 画布即可生成图像、视频、音频和 3D 内容。 **Comfy Cloud MCP 处于公开测试阶段。** 设置、反馈渠道及相关工具(Comfy Skills、Comfy CLI)详见 [Comfy Cloud MCP](/zh/agent-tools/mcp) 页面。 + + **Comfy In-App Agent 处于私有内测阶段。** 完整文档尚未公开。加入 [候补名单](/zh/agent-tools/in-app-agent) 申请访问权限。 + + 连接至托管在 cloud.comfy.org/mcp 的 MCP 服务器。在 Cloud GPU 上生成图像、视频、音频和 3D 内容,搜索模板/模型/节点,运行工作流,并通过聊天分享已保存的工作流。 + + Comfy Cloud 内部的代理体验(通过聊天构建和编辑您的画面)。*私有内测;目前仅限候补名单。* + 使用 Comfy Partner-Node SDK 运行本地 MCP 服务器。提供统一的 generate_imagegenerate_videogenerate_3d 等工具,覆盖 30+ 合作伙伴提供商。 diff --git a/zh/agent-tools/mcp.mdx b/zh/agent-tools/mcp.mdx index 9e80c55f4..c162e934c 100644 --- a/zh/agent-tools/mcp.mdx +++ b/zh/agent-tools/mcp.mdx @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "从 Claude Code、Claude Desktop、Cursor、Codex、OpenClaw 或任何兼容 MCP 的代理连接 Comfy Cloud MCP:生成图像、视频、音频和 3D,搜索模型与节点,并运行工作流。" icon: "cloud" -translationSourceHash: 93f43c41 +translationSourceHash: 0a3176fa translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 @@ -14,11 +14,13 @@ translationBlockHashes: "Credits and spending": 20e94ef0 "Outputs and downloads": a2c8c12f "Related resources": 2a86e2c5 + "Related: Comfy In-App Agent": 85e7df56 "Feedback": 6872768e "Known limitations": 2f9e13ba "FAQ": c943ff55 --- + import CloudFeature from '/snippets/zh/cloud-feature.mdx' @@ -481,6 +483,12 @@ MCP 服务器在云端运行,**绝不会将文件写入你的机器**。当生 | [Comfy CLI](/zh/agent-tools/cli) | 用于在本地安装/启动 ComfyUI,以及从脚本或 CI 中调用托管合作节点的命令行工具(`comfy generate`,测试版)。当需要终端或自动化工作流时,可补充 MCP 使用。 | | [在 Comfy Cloud 上分享工作流](/zh/cloud/share-workflow) | 从 Comfy Cloud UI 界面分享工作流(MCP 的 `share_workflow` 工具可在代理会话中完成此操作)。 | +## 相关:Comfy In-App Agent + +希望在 Comfy Cloud **内部**使用代理(通过聊天构建和编辑画面),而不是外部 MCP 客户端? + +[Comfy In-App Agent](/zh/agent-tools/in-app-agent) 目前处于私有内测阶段。[加入候补名单](https://links.comfy.org/agentalpha)申请访问权限。 + ## 反馈 Comfy Cloud MCP 目前处于公开测试阶段。请试试看,并告诉我们哪些功能好用、哪些不好用: From 4e9b18aeb8c7188056cd747f253cc4266c9dd9f6 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 15 Jul 2026 10:50:55 +0800 Subject: [PATCH 4/6] docs: drop public-beta promise from In-App Agent waitlist page Keep the page waitlist-only without tying fuller docs to an unfixed public beta date. --- agent-tools/in-app-agent.mdx | 2 +- ja/agent-tools/in-app-agent.mdx | 4 ++-- ko/agent-tools/in-app-agent.mdx | 4 ++-- zh/agent-tools/in-app-agent.mdx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/agent-tools/in-app-agent.mdx b/agent-tools/in-app-agent.mdx index 531768caf..c7fd52b23 100644 --- a/agent-tools/in-app-agent.mdx +++ b/agent-tools/in-app-agent.mdx @@ -11,7 +11,7 @@ icon: "comments" **Comfy In-App Agent** is the agent experience inside Comfy Cloud: prompt in chat, and the agent can build or edit workflows on your graph (with confirmation before generation). -This page is the waitlist landing page only. Full product docs will land when we open public beta. +This page is the waitlist landing page only. Full product docs are not available yet. ## Join the waitlist diff --git a/ja/agent-tools/in-app-agent.mdx b/ja/agent-tools/in-app-agent.mdx index a5a0354f6..2e0fe7eaf 100644 --- a/ja/agent-tools/in-app-agent.mdx +++ b/ja/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy In-App Agent" sidebarTitle: "In-App Agent" description: "Comfy Cloud で Comfy In-App Agent のプライベートアルファウェイトリストに参加してください。" icon: "comments" -translationSourceHash: 485fb4e2 +translationSourceHash: 9cd740e8 translationFrom: agent-tools/in-app-agent.mdx --- @@ -13,7 +13,7 @@ translationFrom: agent-tools/in-app-agent.mdx **Comfy In-App Agent** は Comfy Cloud 内のエージェント体験です:チャットでプロンプトを入力すると、エージェントがグラフ上でワークフローを構築または編集できます(生成前に確認あり)。 -このページはウェイトリストのランディングページのみです。完全な製品ドキュメントは、パブリックベータを開始したときに公開されます。 +このページはウェイトリストのランディングページのみです。完全な製品ドキュメントはまだ公開されていません。 ## ウェイトリストに参加 diff --git a/ko/agent-tools/in-app-agent.mdx b/ko/agent-tools/in-app-agent.mdx index b3c40d089..c2437aa0b 100644 --- a/ko/agent-tools/in-app-agent.mdx +++ b/ko/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy 인앱 에이전트" sidebarTitle: "인앱 에이전트" description: "Comfy Cloud에서 Comfy 인앱 에이전트 비공개 알파 대기자 명단에 참여하세요." icon: "comments" -translationSourceHash: 485fb4e2 +translationSourceHash: 9cd740e8 translationFrom: agent-tools/in-app-agent.mdx --- @@ -13,7 +13,7 @@ translationFrom: agent-tools/in-app-agent.mdx **Comfy 인앱 에이전트**는 Comfy Cloud 내의 에이전트 경험입니다: 채팅으로 프롬프트를 입력하면 에이전트가 그래프에서 워크플로를 빌드하거나 편집할 수 있습니다(생성 전 확인 필요). -이 페이지는 대기자 명단 랜딩 페이지일 뿐입니다. 전체 제품 문서는 공개 베타를 열 때 제공될 예정입니다. +이 페이지는 대기자 명단 랜딩 페이지일 뿐입니다. 전체 제품 문서는 아직 제공되지 않습니다. ## 대기자 명단 참여 diff --git a/zh/agent-tools/in-app-agent.mdx b/zh/agent-tools/in-app-agent.mdx index 1b8d53b89..15aceac84 100644 --- a/zh/agent-tools/in-app-agent.mdx +++ b/zh/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy 应用内智能体" sidebarTitle: "应用内智能体" description: "加入 Comfy Cloud 上 Comfy 应用内智能体的内测等候列表。" icon: "comments" -translationSourceHash: 485fb4e2 +translationSourceHash: 9cd740e8 translationFrom: agent-tools/in-app-agent.mdx --- @@ -13,7 +13,7 @@ translationFrom: agent-tools/in-app-agent.mdx **Comfy 应用内智能体**是在 Comfy Cloud 中的智能体体验:在聊天中提示,智能体可以在你的图上构建或编辑工作流(生成前需确认)。 -此页面仅为等候列表着陆页。完整产品文档将在我们开放公测时发布。 +此页面仅为等候列表着陆页。完整产品文档尚未发布。 ## 加入等候列表 From 0228a8b04281da192c88059fc7afe926d6233f5b Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 15 Jul 2026 10:52:14 +0800 Subject: [PATCH 5/6] docs: remove redundant waitlist-page disclaimer from In-App Agent The Note already states that public docs are not available yet. --- agent-tools/in-app-agent.mdx | 2 -- ja/agent-tools/in-app-agent.mdx | 4 +--- ko/agent-tools/in-app-agent.mdx | 4 +--- zh/agent-tools/in-app-agent.mdx | 4 +--- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/agent-tools/in-app-agent.mdx b/agent-tools/in-app-agent.mdx index c7fd52b23..676231979 100644 --- a/agent-tools/in-app-agent.mdx +++ b/agent-tools/in-app-agent.mdx @@ -11,8 +11,6 @@ icon: "comments" **Comfy In-App Agent** is the agent experience inside Comfy Cloud: prompt in chat, and the agent can build or edit workflows on your graph (with confirmation before generation). -This page is the waitlist landing page only. Full product docs are not available yet. - ## Join the waitlist diff --git a/ja/agent-tools/in-app-agent.mdx b/ja/agent-tools/in-app-agent.mdx index 2e0fe7eaf..53a6b7fa3 100644 --- a/ja/agent-tools/in-app-agent.mdx +++ b/ja/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy In-App Agent" sidebarTitle: "In-App Agent" description: "Comfy Cloud で Comfy In-App Agent のプライベートアルファウェイトリストに参加してください。" icon: "comments" -translationSourceHash: 9cd740e8 +translationSourceHash: ef8f5187 translationFrom: agent-tools/in-app-agent.mdx --- @@ -13,8 +13,6 @@ translationFrom: agent-tools/in-app-agent.mdx **Comfy In-App Agent** は Comfy Cloud 内のエージェント体験です:チャットでプロンプトを入力すると、エージェントがグラフ上でワークフローを構築または編集できます(生成前に確認あり)。 -このページはウェイトリストのランディングページのみです。完全な製品ドキュメントはまだ公開されていません。 - ## ウェイトリストに参加 diff --git a/ko/agent-tools/in-app-agent.mdx b/ko/agent-tools/in-app-agent.mdx index c2437aa0b..6566ef264 100644 --- a/ko/agent-tools/in-app-agent.mdx +++ b/ko/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy 인앱 에이전트" sidebarTitle: "인앱 에이전트" description: "Comfy Cloud에서 Comfy 인앱 에이전트 비공개 알파 대기자 명단에 참여하세요." icon: "comments" -translationSourceHash: 9cd740e8 +translationSourceHash: ef8f5187 translationFrom: agent-tools/in-app-agent.mdx --- @@ -13,8 +13,6 @@ translationFrom: agent-tools/in-app-agent.mdx **Comfy 인앱 에이전트**는 Comfy Cloud 내의 에이전트 경험입니다: 채팅으로 프롬프트를 입력하면 에이전트가 그래프에서 워크플로를 빌드하거나 편집할 수 있습니다(생성 전 확인 필요). -이 페이지는 대기자 명단 랜딩 페이지일 뿐입니다. 전체 제품 문서는 아직 제공되지 않습니다. - ## 대기자 명단 참여 diff --git a/zh/agent-tools/in-app-agent.mdx b/zh/agent-tools/in-app-agent.mdx index 15aceac84..bf3e9c8fa 100644 --- a/zh/agent-tools/in-app-agent.mdx +++ b/zh/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy 应用内智能体" sidebarTitle: "应用内智能体" description: "加入 Comfy Cloud 上 Comfy 应用内智能体的内测等候列表。" icon: "comments" -translationSourceHash: 9cd740e8 +translationSourceHash: ef8f5187 translationFrom: agent-tools/in-app-agent.mdx --- @@ -13,8 +13,6 @@ translationFrom: agent-tools/in-app-agent.mdx **Comfy 应用内智能体**是在 Comfy Cloud 中的智能体体验:在聊天中提示,智能体可以在你的图上构建或编辑工作流(生成前需确认)。 -此页面仅为等候列表着陆页。完整产品文档尚未发布。 - ## 加入等候列表 From 39279017a19949bc32d51f68387b2c6057fff75c Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Wed, 15 Jul 2026 10:54:58 +0800 Subject: [PATCH 6/6] docs: use Cards for Related sections on In-App Agent and MCP Match the waitlist CTA card style for cross-links between In-App Agent and Cloud MCP pages. --- agent-tools/in-app-agent.mdx | 10 ++++++++-- agent-tools/mcp.mdx | 4 +++- ja/agent-tools/in-app-agent.mdx | 12 +++++++++--- ja/agent-tools/mcp.mdx | 9 ++++++--- ko/agent-tools/in-app-agent.mdx | 12 +++++++++--- ko/agent-tools/mcp.mdx | 9 ++++++--- zh/agent-tools/in-app-agent.mdx | 12 +++++++++--- zh/agent-tools/mcp.mdx | 9 ++++++--- 8 files changed, 56 insertions(+), 21 deletions(-) diff --git a/agent-tools/in-app-agent.mdx b/agent-tools/in-app-agent.mdx index 676231979..b0d9bb029 100644 --- a/agent-tools/in-app-agent.mdx +++ b/agent-tools/in-app-agent.mdx @@ -29,5 +29,11 @@ Already in the alpha? Share bugs and impressions: Looking for agent tools that work from Claude, Cursor, Codex, and other MCP clients (outside the ComfyUI canvas)? -- [Comfy Cloud MCP](/agent-tools/mcp) -- [Agent Tools / MCP overview](/agent-tools) + + + Connect external MCP clients to Comfy Cloud for generation, search, and workflows. + + + Compare Cloud MCP, Partner MCP, Local MCP, and Comfy CLI. + + diff --git a/agent-tools/mcp.mdx b/agent-tools/mcp.mdx index b7100406d..3163daf50 100644 --- a/agent-tools/mcp.mdx +++ b/agent-tools/mcp.mdx @@ -472,7 +472,9 @@ If your MCP client cannot run shell commands (some GUI-only setups), copy the co Want the agent experience **inside** Comfy Cloud (chat that builds and edits your graph), not an external MCP client? -[Comfy In-App Agent](/agent-tools/in-app-agent) is in private alpha. [Join the waitlist](https://links.comfy.org/agentalpha) to request access. + + Private alpha on Comfy Cloud. Join the waitlist to request access. + ## Feedback diff --git a/ja/agent-tools/in-app-agent.mdx b/ja/agent-tools/in-app-agent.mdx index 53a6b7fa3..65486f8c7 100644 --- a/ja/agent-tools/in-app-agent.mdx +++ b/ja/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy In-App Agent" sidebarTitle: "In-App Agent" description: "Comfy Cloud で Comfy In-App Agent のプライベートアルファウェイトリストに参加してください。" icon: "comments" -translationSourceHash: ef8f5187 +translationSourceHash: b94ba198 translationFrom: agent-tools/in-app-agent.mdx --- @@ -31,5 +31,11 @@ translationFrom: agent-tools/in-app-agent.mdx Claude、Cursor、Codex、その他のMCPクライアント(ComfyUIキャンバス外)で動作するエージェントツールをお探しですか? -- [Comfy Cloud MCP](/ja/agent-tools/mcp) -- [エージェントツール / MCP概要](/ja/agent-tools) \ No newline at end of file + + + 外部 MCP クライアントを Comfy Cloud に接続し、生成、検索、ワークフローに利用します。 + + + Cloud MCP、Partner MCP、Local MCP、Comfy CLI を比較します。 + + diff --git a/ja/agent-tools/mcp.mdx b/ja/agent-tools/mcp.mdx index e8ecaa4d4..9dc92d197 100644 --- a/ja/agent-tools/mcp.mdx +++ b/ja/agent-tools/mcp.mdx @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "Claude Code、Claude Desktop、Cursor、Codex、またはMCP互換エージェントからComfy Cloud MCPに接続: 画像・ビデオ・オーディオ・3Dの生成、モデルとノードの検索、ワークフローの実行。" icon: "cloud" -translationSourceHash: 0a3176fa +translationSourceHash: 2fcc6145 translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 @@ -14,7 +14,7 @@ translationBlockHashes: "Credits and spending": 20e94ef0 "Outputs and downloads": a2c8c12f "Related resources": 2a86e2c5 - "Related: Comfy In-App Agent": 85e7df56 + "Related: Comfy In-App Agent": be5e2cdf "Feedback": 6872768e "Known limitations": 2f9e13ba "FAQ": c943ff55 @@ -23,6 +23,7 @@ translationBlockHashes: + import CloudFeature from '/snippets/ja/cloud-feature.mdx' @@ -491,7 +492,9 @@ MCP クライアントがシェルコマンドを実行できない場合(一 外部の MCP クライアントではなく、Comfy Cloud **内**のエージェント体験(チャットでグラフを構築・編集)をお探しですか? -[Comfy In-App Agent](/ja/agent-tools/in-app-agent) はプライベートアルファです。[ウェイトリストに参加](https://links.comfy.org/agentalpha)してアクセスをリクエストしてください。 + + Comfy Cloud のプライベートアルファ。ウェイトリストに参加してアクセスをリクエストしてください。 + ## フィードバック diff --git a/ko/agent-tools/in-app-agent.mdx b/ko/agent-tools/in-app-agent.mdx index 6566ef264..3dc9234c3 100644 --- a/ko/agent-tools/in-app-agent.mdx +++ b/ko/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy 인앱 에이전트" sidebarTitle: "인앱 에이전트" description: "Comfy Cloud에서 Comfy 인앱 에이전트 비공개 알파 대기자 명단에 참여하세요." icon: "comments" -translationSourceHash: ef8f5187 +translationSourceHash: b94ba198 translationFrom: agent-tools/in-app-agent.mdx --- @@ -31,5 +31,11 @@ translationFrom: agent-tools/in-app-agent.mdx Claude, Cursor, Codex 및 기타 MCP 클라이언트(ComfyUI 캔버스 외부)에서 작동하는 에이전트 도구를 찾고 계신가요? -- [Comfy Cloud MCP](/ko/agent-tools/mcp) -- [에이전트 도구 / MCP 개요](/ko/agent-tools) \ No newline at end of file + + + 외부 MCP 클라이언트를 Comfy Cloud에 연결하여 생성, 검색, 워크플로에 사용하세요. + + + Cloud MCP, Partner MCP, Local MCP, Comfy CLI를 비교합니다. + + diff --git a/ko/agent-tools/mcp.mdx b/ko/agent-tools/mcp.mdx index 0edd54488..4856fdf22 100644 --- a/ko/agent-tools/mcp.mdx +++ b/ko/agent-tools/mcp.mdx @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "Claude Code, Claude Desktop, Cursor, Codex, OpenClaw 또는 MCP 호환 에이전트에서 Comfy Cloud MCP에 연결하여 이미지, 비디오, 오디오 및 3D를 생성하고, 모델과 노드를 검색하며, 워크플로를 실행하세요." icon: "cloud" -translationSourceHash: 0a3176fa +translationSourceHash: 2fcc6145 translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 @@ -14,7 +14,7 @@ translationBlockHashes: "Credits and spending": 20e94ef0 "Outputs and downloads": a2c8c12f "Related resources": 2a86e2c5 - "Related: Comfy In-App Agent": 85e7df56 + "Related: Comfy In-App Agent": be5e2cdf "Feedback": 6872768e "Known limitations": 2f9e13ba "FAQ": c943ff55 @@ -22,6 +22,7 @@ translationBlockHashes: + import CloudFeature from '/snippets/ko/cloud-feature.mdx' @@ -492,7 +493,9 @@ MCP 클라이언트가 셸 명령을 실행할 수 없는 경우(일부 GUI 전 외부 MCP 클라이언트가 아니라 Comfy Cloud **내부** 에이전트 경험(채팅으로 그래프를 빌드·편집)을 원하시나요? -[Comfy In-App Agent](/ko/agent-tools/in-app-agent)는 비공개 알파입니다. [대기자 명단에 참여](https://links.comfy.org/agentalpha)하여 액세스를 요청하세요. + + Comfy Cloud 비공개 알파. 대기자 명단에 참여하여 액세스를 요청하세요. + ## 피드백 diff --git a/zh/agent-tools/in-app-agent.mdx b/zh/agent-tools/in-app-agent.mdx index bf3e9c8fa..755768369 100644 --- a/zh/agent-tools/in-app-agent.mdx +++ b/zh/agent-tools/in-app-agent.mdx @@ -3,7 +3,7 @@ title: "Comfy 应用内智能体" sidebarTitle: "应用内智能体" description: "加入 Comfy Cloud 上 Comfy 应用内智能体的内测等候列表。" icon: "comments" -translationSourceHash: ef8f5187 +translationSourceHash: b94ba198 translationFrom: agent-tools/in-app-agent.mdx --- @@ -31,5 +31,11 @@ translationFrom: agent-tools/in-app-agent.mdx 寻找可从 Claude、Cursor、Codex 及其他 MCP 客户端(在 ComfyUI 画布之外)使用的智能体工具? -- [Comfy Cloud MCP](/zh/agent-tools/mcp) -- [智能体工具 / MCP 概述](/zh/agent-tools) \ No newline at end of file + + + 将外部 MCP 客户端连接到 Comfy Cloud,用于生成、搜索和工作流。 + + + 比较 Cloud MCP、Partner MCP、Local MCP 和 Comfy CLI。 + + diff --git a/zh/agent-tools/mcp.mdx b/zh/agent-tools/mcp.mdx index c162e934c..eab27c9be 100644 --- a/zh/agent-tools/mcp.mdx +++ b/zh/agent-tools/mcp.mdx @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "从 Claude Code、Claude Desktop、Cursor、Codex、OpenClaw 或任何兼容 MCP 的代理连接 Comfy Cloud MCP:生成图像、视频、音频和 3D,搜索模型与节点,并运行工作流。" icon: "cloud" -translationSourceHash: 0a3176fa +translationSourceHash: 2fcc6145 translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 @@ -14,13 +14,14 @@ translationBlockHashes: "Credits and spending": 20e94ef0 "Outputs and downloads": a2c8c12f "Related resources": 2a86e2c5 - "Related: Comfy In-App Agent": 85e7df56 + "Related: Comfy In-App Agent": be5e2cdf "Feedback": 6872768e "Known limitations": 2f9e13ba "FAQ": c943ff55 --- + import CloudFeature from '/snippets/zh/cloud-feature.mdx' @@ -487,7 +488,9 @@ MCP 服务器在云端运行,**绝不会将文件写入你的机器**。当生 希望在 Comfy Cloud **内部**使用代理(通过聊天构建和编辑画面),而不是外部 MCP 客户端? -[Comfy In-App Agent](/zh/agent-tools/in-app-agent) 目前处于私有内测阶段。[加入候补名单](https://links.comfy.org/agentalpha)申请访问权限。 + + Comfy Cloud 私有内测。加入候补名单申请访问权限。 + ## 反馈