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
38 changes: 38 additions & 0 deletions cloud/import-models.mdx
Original file line number Diff line number Diff line change
@@ -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'

<CloudFeature/>

## 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
14 changes: 14 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
]
},
"get_started/cloud",
{
"group": "Cloud Features",
"icon": "cloud",
"pages": [
"cloud/import-models"
]
},
"installation/install_custom_node",
"get_started/first_generation"
]
Expand Down Expand Up @@ -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"
]
Expand Down
Binary file added images/cloud/import_model/copy_civitai_link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cloud/import_model/import_model.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.
3 changes: 3 additions & 0 deletions snippets/cloud-feature.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Note>
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).
</Note>
3 changes: 3 additions & 0 deletions snippets/zh/cloud-feature.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Note>
这是 **Comfy Cloud** 云端功能,仅在云端版本中可用,本地版本不支持此功能。了解更多关于 Comfy Cloud 的信息,请参阅 [Comfy Cloud](/zh-CN/get_started/cloud)。
</Note>
38 changes: 38 additions & 0 deletions zh-CN/cloud/import-models.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "Comfy Cloud 如何导入模型?"
description: "了解如何从 Civitai 导入模型到 Comfy Cloud"
sidebarTitle: "导入模型"
---

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

<CloudFeature/>
## 概述

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 或更高订阅等级
Loading