Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions cloud/share-workflow.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: "Share workflows"
description: "Learn how to share your Comfy Cloud workflows with others via shareable links"
---

import CloudFeature from '/snippets/cloud-feature.mdx'

<CloudFeature/>

## Overview

Comfy Cloud allows you to share your workflows with others by generating a shareable link. Recipients can view the workflow along with all its inputs, outputs, and any assets referenced in the workflow.

<Warning>
**Shared links include your workflow assets.** Anyone with the link can see not only the workflow layout but also media used in it—such as uploaded images, masks, and other files tied to nodes. Do not share links for workflows that contain private or sensitive content.
</Warning>

## How to share a workflow

<Steps>
<Step title="Build your workflow">
Create and finalize the workflow you want to share in Comfy Cloud.
</Step>
<Step title="Click the share button">
In the top-right corner of the workflow page, click the **Share** button.

![Share button in the workflow toolbar](/images/cloud/sahre_workflow/share_workflow_01.png)
</Step>
<Step title="Save the workflow">
If your workflow has not been saved yet, you will be prompted to enter a filename and save it before sharing.

![Save workflow before sharing](/images/cloud/sahre_workflow/share_workflow_02_save_workflow.png)
</Step>
<Step title="Create a shareable link">
After saving, click **Create a link** to generate a shareable link. The link includes the workflow, its inputs and outputs, and the assets used in the graph.

![Create a shareable link](/images/cloud/sahre_workflow/share_workflow_03_create_link.png)
</Step>
<Step title="Copy and share the link">
Once the link is generated, copy it and send it to anyone you want to share the workflow with.

![Copy the share link](/images/cloud/sahre_workflow/share_workflow_04_copy_link.png)
</Step>
</Steps>

## Update a shared workflow

If you make changes to a workflow that has already been shared:

1. Save the updated workflow.
2. Click the **Share** button again.
3. Select **Update** to refresh the existing shared link with your latest changes.

![Update an existing share link](/images/cloud/sahre_workflow/share_workflow_05_update_link.png)

The original link will automatically reflect the updated workflow content. Recipients using the same link will see the latest version.
6 changes: 4 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"icon": "cloud",
"pages": [
"get_started/cloud",
"cloud/import-models"
"cloud/import-models",
"cloud/share-workflow"
]
},
"installation/install_custom_node",
Expand Down Expand Up @@ -2121,7 +2122,8 @@
"icon": "cloud",
"pages": [
"zh-CN/get_started/cloud",
"zh-CN/cloud/import-models"
"zh-CN/cloud/import-models",
"zh-CN/cloud/share-workflow"
]
},
"zh-CN/installation/install_custom_node",
Expand Down
Binary file added images/cloud/sahre_workflow/share_workflow_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions zh-CN/cloud/share-workflow.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: "分享工作流"
sidebarTitle: "分享工作流"
description: "了解如何通过分享链接将你的 Comfy Cloud 工作流分享给他人"
---

import CloudFeature from '/snippets/zh/cloud-feature.mdx'

<CloudFeature/>

## 概述

Comfy Cloud 允许你通过生成分享链接,将你的工作流分享给他人。接收者可以查看工作流及其所有输入、输出,以及工作流中引用的素材。

<Warning>
**分享链接会包含工作流中的素材。** 持有链接的人不仅能看到工作流结构,还能看到其中使用的媒体,例如你上传的图片、遮罩,以及节点关联的其他文件。请勿分享含有私密或敏感内容的工作流链接。
</Warning>

## 如何分享工作流

<Steps>
<Step title="构建工作流">
在 Comfy Cloud 中创建并完成你需要分享的工作流。
</Step>
<Step title="点击分享按钮">
在工作流页面右上角,找到 **Share** 按钮并点击。

![工作流工具栏中的 Share 按钮](/images/cloud/sahre_workflow/share_workflow_01.png)
</Step>
<Step title="保存工作流">
若工作流尚未保存,系统会提示你输入文件名并保存。

![分享前保存工作流](/images/cloud/sahre_workflow/share_workflow_02_save_workflow.png)
</Step>
<Step title="创建分享链接">
保存后,点击 **Create a link** 生成分享链接。该链接包含工作流本身、其输入与输出,以及图中使用的素材。

![创建分享链接](/images/cloud/sahre_workflow/share_workflow_03_create_link.png)
</Step>
<Step title="复制并分享链接">
链接生成后,复制链接发送给你想分享的人。

![复制分享链接](/images/cloud/sahre_workflow/share_workflow_04_copy_link.png)
</Step>
</Steps>

## 更新已分享的工作流

如果你修改了已分享的工作流:

1. 保存更新后的工作流。
2. 再次点击 **Share** 按钮。
3. 选择 **Update** 即可更新原分享链接的内容。

![更新已有分享链接](/images/cloud/sahre_workflow/share_workflow_05_update_link.png)

原链接会自动反映更新后的工作流内容,使用相同链接的人将看到最新版本。
Loading