diff --git a/cloud/import-models.mdx b/cloud/import-models.mdx new file mode 100644 index 000000000..fc37f9ae7 --- /dev/null +++ b/cloud/import-models.mdx @@ -0,0 +1,38 @@ +--- +title: "Import models" +description: "Learn how to import models from Civitai to Comfy Cloud" +--- + +import CloudFeature from '/snippets/cloud-feature.mdx' + + + +## Overview + +Comfy Cloud allows you to import models directly from Civitai. This feature is available for users with a **Creator** subscription or higher. + +## Requirements + +- **Subscription**: Creator tier or above +- **Supported source**: Civitai only + +## How to import models + +![Import](/images/cloud/import_model/import_model.png) +1. Click the **Models** button in the left sidebar to open the Model Library. +2. In the Model Library modal, click the **Import** button. + +![Import Modal](/images/cloud/import_model/import_model_modal-1.png) + +3. Copy the download link of the model from [Civitai](https://civitai.com/). + +![Copy Civitai Link](/images/cloud/import_model/copy_civitai_link.png) + +4. Choose the target folder and import the model. + +![Select Folder](/images/cloud/import_model/import_model_modal-2.png) + +## Limitations + +- Currently only Civitai models are supported; Hugging Face support will be coming soon +- Requires Creator subscription or higher diff --git a/docs.json b/docs.json index 267f809c8..be50e12af 100644 --- a/docs.json +++ b/docs.json @@ -42,6 +42,13 @@ ] }, "get_started/cloud", + { + "group": "Cloud Features", + "icon": "cloud", + "pages": [ + "cloud/import-models" + ] + }, "installation/install_custom_node", "get_started/first_generation" ] @@ -677,6 +684,13 @@ ] }, "zh-CN/get_started/cloud", + { + "group": "云端功能", + "icon": "cloud", + "pages": [ + "zh-CN/cloud/import-models" + ] + }, "zh-CN/installation/install_custom_node", "zh-CN/get_started/first_generation" ] diff --git a/images/cloud/import_model/copy_civitai_link.png b/images/cloud/import_model/copy_civitai_link.png new file mode 100644 index 000000000..1a05ac18d Binary files /dev/null and b/images/cloud/import_model/copy_civitai_link.png differ diff --git a/images/cloud/import_model/import_model.png b/images/cloud/import_model/import_model.png new file mode 100644 index 000000000..b7a48ae45 Binary files /dev/null and b/images/cloud/import_model/import_model.png differ diff --git a/images/cloud/import_model/import_model_modal-1.png b/images/cloud/import_model/import_model_modal-1.png new file mode 100644 index 000000000..54a2663b0 Binary files /dev/null and b/images/cloud/import_model/import_model_modal-1.png differ diff --git a/images/cloud/import_model/import_model_modal-2.png b/images/cloud/import_model/import_model_modal-2.png new file mode 100644 index 000000000..09f60b0b1 Binary files /dev/null and b/images/cloud/import_model/import_model_modal-2.png differ diff --git a/snippets/cloud-feature.mdx b/snippets/cloud-feature.mdx new file mode 100644 index 000000000..5026d7cab --- /dev/null +++ b/snippets/cloud-feature.mdx @@ -0,0 +1,3 @@ + + This is a **Comfy Cloud** feature and is only available in the cloud version. To learn more about Comfy Cloud, see [Comfy Cloud](/get_started/cloud). + diff --git a/snippets/zh/cloud-feature.mdx b/snippets/zh/cloud-feature.mdx new file mode 100644 index 000000000..79f067ab5 --- /dev/null +++ b/snippets/zh/cloud-feature.mdx @@ -0,0 +1,3 @@ + + 这是 **Comfy Cloud** 云端功能,仅在云端版本中可用,本地版本不支持此功能。了解更多关于 Comfy Cloud 的信息,请参阅 [Comfy Cloud](/zh-CN/get_started/cloud)。 + diff --git a/zh-CN/cloud/import-models.mdx b/zh-CN/cloud/import-models.mdx new file mode 100644 index 000000000..c7d572638 --- /dev/null +++ b/zh-CN/cloud/import-models.mdx @@ -0,0 +1,38 @@ +--- +title: "Comfy Cloud 如何导入模型?" +description: "了解如何从 Civitai 导入模型到 Comfy Cloud" +sidebarTitle: "导入模型" +--- + +import CloudFeature from '/snippets/zh/cloud-feature.mdx' + + +## 概述 + +Comfy Cloud 允许你直接从 Civitai 导入模型。此功能仅对 **Creator** 及以上订阅用户开放。 + +## 要求 + +- **订阅等级**: Creator 或更高 +- **支持来源**: 仅支持 Civitai + +## 如何导入模型 + +![Import](/images/cloud/import_model/import_model.png) +1. 点击左侧边栏的 **Models** 按钮打开模型库。 +2. 在模型库弹窗中,点击 **Import** 按钮。 + +![Import Modal](/images/cloud/import_model/import_model_modal-1.png) + +3. 复制来自 [Civitai](https://civitai.com/) 模型的下载链接来导入模型。 + +![Copy Civitai Link](/images/cloud/import_model/copy_civitai_link.png) + +4. 选择文件夹并导入 + +![Select Folder](/images/cloud/import_model/import_model_modal-2.png) + +## 限制 + +- 目前仅支持 Civitai 模型, huggingface 支持即将上线 +- 需要 Creator 或更高订阅等级