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
27 changes: 17 additions & 10 deletions snippets/tutorials/update-reminder.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
<Tip>
Make sure your ComfyUI is updated.
- [Download ComfyUI](https://www.comfy.org/download)
- [Update Guide](/installation/update_comfyui)
<Tabs>
<Tab title="For local users">
Make sure your ComfyUI is updated.
- [Download ComfyUI](https://www.comfy.org/download)
- [Update Guide](/installation/update_comfyui)

Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
If you can't find them in the template, your ComfyUI may be outdated.(Desktop version's update will delay sometime)
Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
If you can't find them in the template, your ComfyUI may be outdated. (Desktop version's update will delay sometime)

If nodes are missing when loading a workflow, possible reasons:
1. You are not using the latest ComfyUI version(Nightly version)
2. You are using Stable or Desktop version (Latest changes may not be included)
3. Some nodes failed to import at startup
</Tip>
If nodes are missing when loading a workflow, possible reasons:
1. You are not using the latest ComfyUI version (Nightly version)
2. You are using Stable or Desktop version (Latest changes may not be included)
3. Some nodes failed to import at startup
</Tab>
<Tab title="For cloud users">
If you're using [cloud.comfy.org](https://cloud.comfy.org), all nodes and models are pre-configured and ready to use. You don't need to update anything or install custom nodes.
</Tab>
</Tabs>
</Tip>
25 changes: 16 additions & 9 deletions snippets/zh/tutorials/update-reminder.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<Tip>
请确保你的 ComfyUI 已经更新。
- [ComfyUI 下载](https://www.comfy.org/download)
- [ComfyUI 更新教程](/zh-CN/installation/update_comfyui)
<Tabs>
<Tab title="本地用户">
请确保你的 ComfyUI 已经更新。
- [ComfyUI 下载](https://www.comfy.org/download)
- [ComfyUI 更新教程](/zh-CN/installation/update_comfyui)

本指南里的工作流可以在 ComfyUI 的[工作流模板](/zh-CN/interface/features/template)中找到。如果找不到,可能是 ComfyUI 没有更新。
本指南里的工作流可以在 ComfyUI 的[工作流模板](/zh-CN/interface/features/template)中找到。如果找不到,可能是 ComfyUI 没有更新。

如果加载工作流时有节点缺失,可能原因有:
1. 你用的不是最新开发版(nightly)。
2. 你用的是稳定版或桌面版(没有包含最新的更新)。
3. 启动时有些节点导入失败。
</Tip>
如果加载工作流时有节点缺失,可能原因有:
1. 你用的不是最新开发版(nightly)。
2. 你用的是稳定版或桌面版(没有包含最新的更新)。
3. 启动时有些节点导入失败。
</Tab>
<Tab title="云端用户">
如果你正在使用 [cloud.comfy.org](https://cloud.comfy.org),所有节点和模型都已预配置好,可以直接使用。你不需要更新任何内容或安装自定义节点。
</Tab>
</Tabs>
</Tip>