diff --git a/cloud/workspace.mdx b/cloud/workspace.mdx new file mode 100644 index 000000000..3055441ae --- /dev/null +++ b/cloud/workspace.mdx @@ -0,0 +1,148 @@ +--- +title: "Workspaces" +description: "Learn how to use workspaces in Comfy Cloud to collaborate with your team members" +sidebarTitle: "Workspaces" +icon: "users" +--- + +import CloudFeature from '/snippets/cloud-feature.mdx' + + + +## Overview + +Workspaces in Comfy Cloud allow you to organize your work and collaborate with team members. Each user has a **Personal** workspace for individual use and can create or join **Team** workspaces to share Comfy Cloud resources with others. + +## Workspace types + +There are two types of workspaces: + +| Type | Description | +|------|-------------| +| **Personal** | Your private workspace. Automatically created for every user. Cannot be deleted. | +| **Team** | A shared workspace where you can invite members and collaborate. Created by users with a plan that supports multiple seats. | + +## Personal workspace + +Your Personal workspace is your default workspace when you first use Comfy Cloud. It is a single-user space — only you have access to it. You cannot invite others to your Personal workspace or leave it. + +## Team workspaces + +Team workspaces let you work together with other Comfy Cloud users. Members of a team workspace share the workspace's subscription plan, credits, and billing. + +### Creating a team workspace + +To create a new team workspace: + + + + Click your workspace avatar or name in the top navigation bar to open the workspace switcher popover. + + + Click **Create workspace** at the bottom of the popover. Alternatively, navigate to the workspace settings panel and create one from there. + + + Enter a workspace name (1-50 characters) and click **Create**. The name must start with a letter or number and can contain letters, numbers, spaces, and common punctuation (`- _ ' . , ( ) & +`). + + + After creation, you will be automatically switched to the new workspace. + + + + + Each user can own up to **10 team workspaces**. You can be a member of additional workspaces owned by other users. + + +### Workspace roles + +Each member of a team workspace has one of the following roles: + +| Role | Permissions | +|------|-------------| +| **Owner** | Full control: manage members, invite/revoke invites, rename workspace, delete workspace, manage subscription, top up credits | +| **Member** | View other members, leave workspace. Cannot invite others, manage billing, or delete the workspace | + +### Managing members + +As an owner of a team workspace, you can: + +- **Invite members** by email — an invite link is generated and sent to the recipient +- **Remove members** from the workspace +- **Revoke pending invites** that haven't been accepted yet + +To access member management: + +1. Open the workspace settings panel (click your workspace avatar → workspace name) +2. Go to the **Members** tab +3. Click the **+** button to invite a new member + +#### Invite members + +When you invite a member: + +1. Enter the recipient's email address +2. A unique invite link is generated +3. Share the invite link with the recipient +4. The recipient accepts the invite by visiting the link (they must have or create a Comfy Cloud account) + + + Invites have an expiration date. Pending invites show their expiry time in the members panel. You can revoke invites that haven't been accepted yet. + + +#### Invite limits + +- The total number of members + pending invites cannot exceed the **max seats** of your current subscription plan +- If you're on a single-seat plan, you'll be prompted to upgrade before you can invite members + +### Workspace settings + +As an owner, you can: + +- **Rename** the workspace from the workspace menu +- **Delete** the workspace (not available if the workspace has an active subscription — cancel the subscription first) + +As a member, you can: + +- **Leave** the workspace from the workspace menu + +### Switching between workspaces + +To switch between your workspaces: + +1. Click your workspace avatar or name in the top navigation bar +2. Select the workspace you want to switch to from the list +3. The page will reload and switch to the selected workspace + +Your last active workspace is remembered across browser sessions. + +### Billing and subscription + +Each workspace has its own billing and subscription: + +- **Personal workspaces** use your personal subscription +- **Team workspaces** can have their own subscription plan +- As an owner, you can manage the workspace subscription, top up credits, and view billing status from the **Plan & Credits** tab in workspace settings +- Workspace members share the workspace's credits and resources + +## URL shortcuts + +You can use URL parameters to access workspace features directly: + +| URL | Action | +|-----|--------| +| `?create_workspace=1` | Opens the create workspace dialog | +| `?invite=TOKEN` | Accepts a workspace invite | + +## FAQ + +### Can I have multiple team workspaces? +Yes, you can own up to 10 team workspaces and be a member of additional workspaces owned by others. + +### Can I delete my Personal workspace? +No. Your Personal workspace is permanent and cannot be deleted. It serves as your default workspace. + +### What happens when I leave a team workspace? +The workspace will no longer appear in your workspace list. You'll lose access to the workspace's workflows and resources. + +### Can a workspace be recovered after deletion? +No. Deleting a workspace is permanent. You must cancel any active subscriptions before deleting a workspace. diff --git a/docs.json b/docs.json index 745c2e746..12c4d2590 100644 --- a/docs.json +++ b/docs.json @@ -114,6 +114,7 @@ "group": "Cloud Exclusive", "icon": "cloud", "pages": [ + "cloud/workspace", "cloud/share-workflow", "cloud/import-models" ] @@ -2242,6 +2243,7 @@ "group": "Cloud 专属功能", "icon": "cloud", "pages": [ + "zh/cloud/workspace", "zh/cloud/share-workflow", "zh/cloud/import-models" ] @@ -4369,6 +4371,7 @@ "group": "Cloud 専用機能", "icon": "cloud", "pages": [ + "ja/cloud/workspace", "ja/cloud/share-workflow", "ja/cloud/import-models" ] diff --git a/get_started/cloud.mdx b/get_started/cloud.mdx index aaaec5403..68c34c747 100644 --- a/get_started/cloud.mdx +++ b/get_started/cloud.mdx @@ -31,6 +31,10 @@ ComfyUI Cloud is the cloud version of ComfyUI with the same features as the loca Use ComfyUI from any device with an internet connection - no local installation needed + + + Create team workspaces to collaborate with your team members. Share subscription plans, credits, and workflows + ## Cloud vs local @@ -45,7 +49,7 @@ ComfyUI offers both an official cloud version, [Comfy Cloud](https://comfy.org/c | **Technical Knowledge** | No technical knowledge required. | While desktop and portable give you easy ways to get started, you'll need to troubleshoot custom node installations and local installation issues. | | **Custom Nodes** | Use pre-installed custom nodes and never worry about compatibility issues. | Install any custom node you want, but you'll need to manage it yourself. | | **Models** | Use pre-installed models. Import LoRA models from Civitai. Import models from Hugging Face (coming soon). | Use any models you want, but you'll need to download them first. | -| **Notable Differences** | Easy to onboard your team | Works offline, infinitely customizable | +| **Notable Differences** | Easy to onboard your team with [Workspaces](/cloud/workspace) | Works offline, infinitely customizable | | **Get started** | [Run ComfyUI Cloud](https://comfy.org/cloud) | [Install ComfyUI locally](/installation/system_requirements) | @@ -55,6 +59,10 @@ ComfyUI offers both an official cloud version, [Comfy Cloud](https://comfy.org/c View pricing and subscription options for Comfy Cloud + + Learn about Workspaces in Comfy Cloud — create team workspaces, manage members, and collaborate + + ## How to use ComfyUI Cloud diff --git a/interface/overview.mdx b/interface/overview.mdx index d5df0eadf..73ce31daa 100644 --- a/interface/overview.mdx +++ b/interface/overview.mdx @@ -63,6 +63,12 @@ In the current ComfyUI, we provide four side panels with the following functions 3. Model Library: Models in your local `ComfyUI/models` directory can be found here 4. Local User Workflows (Workflows): Your locally saved workflows can be found here + + If you are using **Comfy Cloud**, you can also create and manage **Team Workspaces** — + shared spaces where you can collaborate with team members, invite others, and share + subscription credits. Learn more in the [Workspaces](/cloud/workspace) documentation. + + ## Old Menu Version Currently, ComfyUI enables the new interface by default. If you prefer to use the old interface, you can click the **Settings gear icon** and then set `Use new menu` to `disabled` under `Comfy` --> `Menu` to switch to the old menu version. diff --git a/ja/cloud/workspace.mdx b/ja/cloud/workspace.mdx new file mode 100644 index 000000000..33171f1df --- /dev/null +++ b/ja/cloud/workspace.mdx @@ -0,0 +1,147 @@ +--- +title: "ワークスペース" +sidebarTitle: "ワークスペース" +description: "Comfy Cloud でワークスペースを使用してチームメンバーと共同作業する方法を学びます" +--- + +import CloudFeature from '/snippets/cloud-feature.mdx' + + + +## 概要 + +Comfy Cloud のワークスペースを使用すると、作業を整理し、チームメンバーと共同作業できます。各ユーザーには個人用の**個人ワークスペース**があり、他のユーザーと Comfy Cloud リソースを共有するために**チームワークスペース**を作成または参加できます。 + +## ワークスペースの種類 + +2 種類のワークスペースがあります: + +| 種類 | 説明 | +|------|------| +| **個人(Personal)** | プライベートワークスペース。すべてのユーザーに自動的に作成されます。削除はできません。 | +| **チーム(Team)** | メンバーを招待して共同作業できる共有ワークスペース。複数シートのサブスクリプションプランを持つユーザーが作成できます。 | + +## 個人ワークスペース + +個人ワークスペースは、Comfy Cloud を初めて使用するときのデフォルトのワークスペースです。シングルユーザースペースであり、あなただけがアクセスできます。他のユーザーを個人ワークスペースに招待したり、個人ワークスペースを離脱することはできません。 + +## チームワークスペース + +チームワークスペースを使用すると、他の Comfy Cloud ユーザーと共同作業できます。チームメンバーはワークスペースのサブスクリプションプラン、クレジット、請求を共有します。 + +### チームワークスペースの作成 + +新しいチームワークスペースを作成するには: + + + + 上部のナビゲーションバーにあるワークスペースのアバターまたは名前をクリックして、ワークスペース切り替えポップオーバーを開きます。 + + + ポップオーバーの下部にある **ワークスペースを作成** をクリックします。または、ワークスペース設定パネルから作成することもできます。 + + + ワークスペース名(1〜50文字)を入力し、**作成** をクリックします。名前は英数字で始まる必要があり、英数字、スペース、一般的な句読点(`- _ ' . , ( ) & +`)を含めることができます。 + + + 作成後、自動的に新しいワークスペースに切り替わります。 + + + + + 各ユーザーは最大 **10 個のチームワークスペース** を所有できます。また、他のユーザーが所有するワークスペースにメンバーとして参加することもできます。 + + +### ワークスペースのロール + +チームワークスペースの各メンバーは、次のいずれかのロールを持ちます: + +| ロール | 権限 | +|------|------| +| **Owner(所有者)** | 完全な制御:メンバー管理、招待/招待取り消し、ワークスペース名変更、削除、サブスクリプション管理、クレジット追加 | +| **Member(メンバー)** | 他のメンバーの表示、ワークスペースからの離脱。他のユーザーの招待、請求管理、ワークスペースの削除は不可 | + +### メンバーの管理 + +チームワークスペースの Owner は、以下の操作ができます: + +- **メンバーの招待** — メールで招待リンクを生成 +- **メンバーの削除** — ワークスペースから削除 +- **保留中の招待を取り消し** — まだ承認されていない招待を取り消し + +メンバー管理にアクセスするには: + +1. ワークスペース設定パネルを開く(ワークスペースアバター → ワークスペース名をクリック) +2. **メンバー** タブに移動 +3. **+** ボタンをクリックして新しいメンバーを招待 + +#### メンバーの招待 + +メンバーを招待する手順: + +1. 受信者のメールアドレスを入力 +2. 一意の招待リンクが生成される +3. 受信者と招待リンクを共有 +4. 受信者がリンクにアクセスして招待を受け入れる(Comfy Cloud アカウントが必要) + + + 招待には有効期限があります。保留中の招待はメンバーパネルに期限が表示されます。まだ承認されていない招待は取り消すことができます。 + + +#### 招待の制限 + +- メンバー数 + 保留中の招待の合計は、現在のサブスクリプションプランの最大シート数を超えることはできません +- シングルシートプランの場合、メンバーを招待する前にアップグレードを促すメッセージが表示されます + +### ワークスペース設定 + +Owner の場合: + +- ワークスペースの **名前変更** +- ワークスペースの **削除**(アクティブなサブスクリプションがある場合は先に解約が必要) + +Member の場合: + +- ワークスペースからの **離脱** + +### ワークスペースの切り替え + +ワークスペース間を切り替えるには: + +1. 上部のナビゲーションバーにあるワークスペースのアバターまたは名前をクリック +2. リストから切り替え先のワークスペースを選択 +3. ページが再読み込みされ、選択したワークスペースに切り替わります + +最後にアクティブだったワークスペースは、ブラウザセッション間で記憶されます。 + +### 請求とサブスクリプション + +各ワークスペースには独自の請求とサブスクリプションがあります: + +- **個人ワークスペース** は個人のサブスクリプションを使用 +- **チームワークスペース** は独自のサブスクリプションプランを持つことができます +- Owner はワークスペース設定の **プランとクレジット** タブからサブスクリプションの管理、クレジットの追加、請求状況の確認ができます +- チームメンバーはワークスペースのクレジットとリソースを共有します + +## URL ショートカット + +URL パラメータを使用してワークスペース機能に直接アクセスできます: + +| URL | アクション | +|-----|-----------| +| `?create_workspace=1` | ワークスペース作成ダイアログを開く | +| `?invite=TOKEN` | ワークスペース招待を受け入れる | + +## FAQ + +### 複数のチームワークスペースを持つことはできますか? +はい。最大 10 個のチームワークスペースを所有でき、他のユーザーが所有するワークスペースにメンバーとして参加することもできます。 + +### 個人ワークスペースを削除できますか? +いいえ。個人ワークスペースは永続的で、削除できません。デフォルトのワークスペースとして機能します。 + +### チームワークスペースを離脱するとどうなりますか? +そのワークスペースはワークスペースリストから表示されなくなります。ワークスペースのワークフローとリソースへのアクセスが失われます。 + +### ワークスペースを削除した後、復元できますか? +いいえ。ワークスペースの削除は永続的です。ワークスペースを削除する前に、アクティブなサブスクリプションを解約する必要があります。 diff --git a/ja/get_started/cloud.mdx b/ja/get_started/cloud.mdx index 8f987e4df..e57b335f3 100644 --- a/ja/get_started/cloud.mdx +++ b/ja/get_started/cloud.mdx @@ -35,6 +35,10 @@ ComfyUI Cloud は、ローカルバージョンと同じ機能を備えた Comfy インターネット接続のある任意のデバイスから ComfyUI を使用できます - ローカルインストールは不要です + + + チームワークスペースを作成してメンバーと共同作業。サブスクリプションプラン、クレジット、ワークフローを共有できます + ## クラウド版 vs ローカル版 @@ -59,6 +63,10 @@ ComfyUI には、公式クラウドバージョンである [Comfy Cloud](https: Comfy Cloud の料金とサブスクリプションオプションを表示 + + Comfy Cloud のワークスペース機能について — チームワークスペースの作成、メンバー管理、共同作業 + + ## ComfyUI Cloud の使い方 diff --git a/support/subscription/managing.mdx b/support/subscription/managing.mdx index 7a28721f7..394a520a8 100644 --- a/support/subscription/managing.mdx +++ b/support/subscription/managing.mdx @@ -17,3 +17,23 @@ To manage your Comfy Cloud subscription: 4. Click **Manage subscription** This will take you to Stripe, where you can manage your subscription details. + + + The subscription management above applies to **Personal workspaces**. For Team workspaces, subscription management is done from the workspace settings panel — only the workspace **Owner** can manage the subscription. See [Workspaces](/cloud/workspace) for more details. + + +## Personal vs Team workspace subscriptions + +Comfy Cloud subscriptions are tied to **workspaces**, not to individual user accounts: + +| Aspect | Personal Workspace | Team Workspace | +|-------|-------------------|----------------| +| **Subscription owner** | You (the user) | Workspace Owner | +| **Credits** | Your personal credits | Shared across all members | +| **Multi-seat** | Single seat | Multiple seats (plan-dependent) | +| **Switching** | Switch to any team workspace | Switch back to personal anytime | + +- Your **Personal workspace** uses your personal subscription. Credits and seats are for your sole use. +- **Team workspaces** have their own subscription managed by the workspace Owner. Credits are shared among all members. +- When you switch to a team workspace, the workspace's credits and billing apply. +- Switching back to your Personal workspace restores your personal subscription context. diff --git a/zh/cloud/workspace.mdx b/zh/cloud/workspace.mdx new file mode 100644 index 000000000..d92db8318 --- /dev/null +++ b/zh/cloud/workspace.mdx @@ -0,0 +1,147 @@ +--- +title: "工作区" +sidebarTitle: "工作区" +description: "了解如何在 Comfy Cloud 中使用工作区与团队成员协作" +--- + +import CloudFeature from '/snippets/zh/cloud-feature.mdx' + + + +## 概览 + +Comfy Cloud 中的工作区(Workspaces)让您可以组织工作并与团队成员协作。每个用户都有一个**个人工作区**供个人使用,也可以创建或加入**团队工作区**来与他人共享 Comfy Cloud 资源。 + +## 工作区类型 + +工作区分为两种类型: + +| 类型 | 说明 | +|------|------| +| **个人(Personal)** | 您的私人工作区。系统自动为每个用户创建,不可删除。 | +| **团队(Team)** | 共享工作区,可邀请成员并协作。由拥有多席位订阅计划的用户创建。 | + +## 个人工作区 + +您的个人工作区是首次使用 Comfy Cloud 时的默认工作区。这是一个单人空间——只有您可以访问。您无法邀请他人加入个人工作区,也无法离开个人工作区。 + +## 团队工作区 + +团队工作区让您可以与其他 Comfy Cloud 用户一起协作。团队成员共享工作区的订阅计划、积分和账单。 + +### 创建团队工作区 + +创建新的团队工作区: + + + + 点击顶部导航栏中的工作区头像或名称,打开工作区切换弹窗。 + + + 点击弹窗底部的 **创建团队工作区**。或者,您也可以从工作区设置面板创建。 + + + 输入工作区名称(1-50 个字符),然后点击 **创建**。名称必须以字母或数字开头,可包含字母、数字、空格和常见标点符号(`- _ ' . , ( ) & +`)。 + + + 创建完成后,系统会自动切换到新的工作区。 + + + + + 每个用户可以拥有最多 **10 个团队工作区**。您还可以作为成员加入其他用户拥有的更多工作区。 + + +### 工作区角色 + +团队工作区的每个成员都拥有以下角色之一: + +| 角色 | 权限 | +|------|------| +| **Owner(所有者)** | 完全控制:管理成员、邀请/撤销邀请、重命名工作区、删除工作区、管理订阅、充值积分 | +| **Member(成员)** | 查看其他成员、离开工作区。无法邀请他人、管理账单或删除工作区 | + +### 管理成员 + +作为团队工作区的 Owner,您可以: + +- **邀请成员** — 通过邮箱生成邀请链接 +- **移除成员** — 从工作区中移除 +- **撤销待处理的邀请** — 撤销尚未被接受的邀请 + +访问成员管理: + +1. 打开工作区设置面板(点击工作区头像 → 工作区名称) +2. 进入 **成员** 标签页 +3. 点击 **+** 按钮来邀请新成员 + +#### 邀请成员 + +邀请成员时: + +1. 输入接收者的邮箱地址 +2. 系统生成唯一的邀请链接 +3. 将邀请链接分享给接收者 +4. 接收者通过访问该链接接受邀请(需要有 Comfy Cloud 账户) + + + 邀请有有效期。待处理的邀请会在成员面板中显示过期时间。您可以撤销尚未被接受的邀请。 + + +#### 邀请限制 + +- 成员数量 + 待处理邀请的总数不能超过当前订阅计划的最大席位 +- 如果您使用的是单席位计划,系统会提示升级后才能邀请成员 + +### 工作区设置 + +作为 Owner,您可以: + +- **重命名** 工作区 +- **删除** 工作区(如果工作区有活跃订阅,需要先取消订阅) + +作为 Member,您可以: + +- **离开** 工作区 + +### 切换工作区 + +在您的工作区之间切换: + +1. 点击顶部导航栏中的工作区头像或名称 +2. 从列表中选择要切换的工作区 +3. 页面将重新加载并切换到所选工作区 + +最后一个活跃的工作区会在浏览器会话间保持记录。 + +### 账单和订阅 + +每个工作区都有自己的账单和订阅: + +- **个人工作区** 使用您的个人订阅 +- **团队工作区** 可以有自己的订阅计划 +- 作为 Owner,您可以从工作区设置的 **计划与积分** 标签页管理订阅、充值积分和查看账单状态 +- 团队成员共享工作区的积分和资源 + +## URL 快捷方式 + +您可以直接使用 URL 参数访问工作区功能: + +| URL | 作用 | +|-----|------| +| `?create_workspace=1` | 打开创建工作区对话框 | +| `?invite=TOKEN` | 接受工作区邀请 | + +## 常见问题 + +### 我可以拥有多个团队工作区吗? +是的,您可以拥有最多 10 个团队工作区,并作为成员加入其他用户拥有的更多工作区。 + +### 我可以删除个人工作区吗? +不可以。个人工作区是永久的,无法删除。它是您的默认工作区。 + +### 离开团队工作区后会发生什么? +该工作区将从您的工作区列表中消失。您将失去对该工作区的工作流和资源的访问权限。 + +### 工作区删除后可以恢复吗? +不可以。删除工作区是永久性的。删除工作区前必须取消任何活跃的订阅。 diff --git a/zh/get_started/cloud.mdx b/zh/get_started/cloud.mdx index 76bbd69a9..22e27b16c 100644 --- a/zh/get_started/cloud.mdx +++ b/zh/get_started/cloud.mdx @@ -31,6 +31,10 @@ ComfyUI Cloud 是 ComfyUI 的云端版本,具有与本地版本相同的功能 从任何有互联网连接的设备使用 ComfyUI - 无需本地安装 + + + 创建团队工作区,与团队成员协作。共享订阅计划、积分和工作流 + ## 云端版本 vs 本地版本 @@ -44,7 +48,7 @@ ComfyUI Cloud 是 ComfyUI 的云端版本,具有与本地版本相同的功能 | **技术知识** | 无需技术知识。 | 虽然桌面版和便携版为你提供了简单的入门方式,但你需要解决自定义节点安装和本地安装问题。 | | **自定义节点** | 使用预装的自定义节点,永远不用担心兼容性问题。 | 安装任何你想要的自定义节点,但你需要自己管理。 | | **模型** | 使用预装模型。支持从 Civitai 导入 LoRA 模型。支持从 Hugging Face 导入模型(即将推出)。 | 使用任何你想要的模型,但你需要先下载它们。 | -| **显著差异** | 易于入门 | 离线工作,无限可定制 | +| **显著差异** | 可通过[工作区](/zh/cloud/workspace)轻松组建团队 | 离线工作,无限可定制 | | **开始使用** | [运行 ComfyUI Cloud](https://comfy.org/cloud) | [本地安装 ComfyUI](/zh/installation/system_requirements) | ## 定价与订阅 @@ -53,6 +57,10 @@ ComfyUI Cloud 是 ComfyUI 的云端版本,具有与本地版本相同的功能 查看 Comfy Cloud 的定价和订阅选项 + + 了解 Comfy Cloud 的工作区功能 —— 创建团队工作区、管理成员和协作 + + ## 如何使用 ComfyUI Cloud 使用 ComfyUI Cloud 基本和你的本地 ComfyUI 使用方式相同,如果你是第一次使用 ComfyUI,这里有一些快速入门提示: