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
16 changes: 9 additions & 7 deletions snippets/tutorials/update-reminder.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<Tip>
If you have not installed ComfyUI, please refer to the [ComfyUI System Requirements](/installation/system_requirements#system-requirements) section to install ComfyUI.
Make sure your ComfyUI is updated.
- [Download ComfyUI](https://www.comfy.org/download)
- [Update Guide](/installation/update_comfyui)

If you find missing nodes when loading the workflow file below, it may be due to the following situations:
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)

1. You are not using the latest Development (Nightly) version of ComfyUI.
2. You are using the Stable (Release) version or Desktop version of ComfyUI (which does not include the latest feature updates).
3. You are using the latest Commit version of ComfyUI, but some nodes failed to import during startup.

Please make sure you have successfully updated ComfyUI to the latest Development (Nightly) version. See: [How to Update ComfyUI](/installation/update_comfyui) section to learn how to update ComfyUI.
If nodes are missing when loading a workflow, possible reasons:
1. Not using the latest ComfyUI version(Nightly version)
2. Using Stable or Desktop version (Latest changes may not be included)
3. Some nodes failed to import at startup
</Tip>
15 changes: 8 additions & 7 deletions snippets/zh/tutorials/update-reminder.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Tip>
如果你未安装 ComfyUI 请参考[ComfyUI 系统要求说明](/zh-CN/installation/system_requirements#操作系统要求) 部分安装 ComfyUI。
请确保你的 ComfyUI 已经更新。
- [ComfyUI 下载](https://www.comfy.org/download)
- [ComfyUI 更新教程](/zh-CN/installation/update_comfyui)

如果在加载下面的工作流文件时,你发现存在节点缺失,可能是因为以下情况:
本指南里的工作流可以在 ComfyUI 的[工作流模板](/zh-CN/interface/features/template)中找到。如果找不到,可能是 ComfyUI 没有更新。

1. 你使用的 ComfyUI 版本不是最新的开发(nightly)版本。
2. 你使用的 ComfyUI 版本是稳定(release)版本或桌面版(desktop)版本(不包含最新的功能更新)。
3. 你使用的 ComfyUI 版本是最新的 commit 版本,但在启动过程中部分节点导入失败了。

请先确保你已经成功更新 ComfyUI 到最新的开发(nightly)版本, 请查看:[如何更新 ComfyUI](/zh-CN/installation/update_comfyui) 部分了解如何更新 ComfyUI。
如果加载工作流时有节点缺失,可能原因有:
1. 你用的不是最新开发版(nightly)。
2. 你用的是稳定版或桌面版(没有包含最新的更新)。
3. 启动时有些节点导入失败。
</Tip>