diff --git a/installation/desktop/macos.mdx b/installation/desktop/macos.mdx index 4f812b8e5..b4d2650b0 100644 --- a/installation/desktop/macos.mdx +++ b/installation/desktop/macos.mdx @@ -14,6 +14,7 @@ import TroubleshootingFeedback from "/snippets/install/troubleshooting-feedback. import ExternalModelsDesktop from "/snippets/install/external-models-desktop.mdx" import DesktopVenv from "/snippets/install/desktop-venv.mdx" import AddExternalModels from "/snippets/install/add-external-models.mdx" +import DesktopResourceWarning from "/snippets/install/desktop-resource-warning.mdx" **ComfyUI Desktop** is a standalone installation version that can be installed like regular software. It supports quick installation and automatic configuration of the **Python environment and dependencies**, and supports one-click import of existing ComfyUI settings, models, workflows, and files. @@ -126,6 +127,7 @@ Then find the **ComfyUI icon** in **Launchpad** and click it to enter ComfyUI in + diff --git a/installation/desktop/windows.mdx b/installation/desktop/windows.mdx index 344bd5b9b..89502556e 100644 --- a/installation/desktop/windows.mdx +++ b/installation/desktop/windows.mdx @@ -14,6 +14,7 @@ import TroubleshootingFeedback from "/snippets/install/troubleshooting-feedback. import ExternalModelsDesktop from "/snippets/install/external-models-desktop.mdx" import DesktopVenv from "/snippets/install/desktop-venv.mdx" import AddExternalModels from "/snippets/install/add-external-models.mdx" +import DesktopResourceWarning from "/snippets/install/desktop-resource-warning.mdx" **ComfyUI Desktop** is a standalone installation version that can be installed like regular software. It supports quick installation and automatic configuration of the **Python environment and dependencies**, and supports one-click import of existing ComfyUI settings, models, workflows, and files. You can quickly migrate from an existing [ComfyUI Portable version](/installation/comfyui_portable_windows) to the Desktop version. @@ -117,6 +118,7 @@ Double-click the corresponding shortcut to enter ComfyUI initialization settings + diff --git a/snippets/install/desktop-resource-warning.mdx b/snippets/install/desktop-resource-warning.mdx new file mode 100644 index 000000000..73a5192fb --- /dev/null +++ b/snippets/install/desktop-resource-warning.mdx @@ -0,0 +1,7 @@ +## Important: Do not modify the resource/ComfyUI folder + + +Do not add or modify any content in the `/resource/ComfyUI` folder. All content in this folder will be reset when ComfyUI Desktop updates. + +Unlike other ComfyUI versions, the Desktop version manages this folder automatically. During installation, you chose a custom location for your models, custom nodes, and other user files - please use that location instead. + diff --git a/snippets/zh/install/desktop-resource-warning.mdx b/snippets/zh/install/desktop-resource-warning.mdx new file mode 100644 index 000000000..90b19b233 --- /dev/null +++ b/snippets/zh/install/desktop-resource-warning.mdx @@ -0,0 +1,7 @@ +## 重要提示:请勿修改 resource/ComfyUI 文件夹 + + +请勿在 `/resource/ComfyUI` 文件夹中添加或修改任何内容。此文件夹中的所有内容将在 ComfyUI 桌面版更新时被重置。 + +与其他 ComfyUI 版本不同,桌面版会自动管理此文件夹。在安装过程中,你已选择了模型、自定义节点和其他用户文件的自定义存储位置,请使用该位置存放你的文件。 + diff --git a/zh-CN/installation/desktop/macos.mdx b/zh-CN/installation/desktop/macos.mdx index a722ed7b2..675965d15 100644 --- a/zh-CN/installation/desktop/macos.mdx +++ b/zh-CN/installation/desktop/macos.mdx @@ -13,6 +13,7 @@ import TroubleshootingFeedback from "/snippets/zh/install/troubleshooting-feedba import ExternalModelsDesktop from "/snippets/zh/install/external-models-desktop.mdx" import DesktopVenv from "/snippets/zh/install/desktop-venv.mdx" import AddExternalModels from "/snippets/zh/install/add-external-models.mdx" +import DesktopResourceWarning from "/snippets/zh/install/desktop-resource-warning.mdx" **ComfyUI 桌面版(Desktop)** 是一个独立的安装版本,可以像常规软件一样安装,支持快捷安装、自动配置 **Python 环境及依赖**,并支持导入已有的 ComfyUI 设置、模型、工作流和文件。 @@ -113,6 +114,7 @@ brew install comfyui + diff --git a/zh-CN/installation/desktop/windows.mdx b/zh-CN/installation/desktop/windows.mdx index 704ef99b0..2449f3396 100644 --- a/zh-CN/installation/desktop/windows.mdx +++ b/zh-CN/installation/desktop/windows.mdx @@ -13,6 +13,7 @@ import TroubleshootingFeedback from "/snippets/zh/install/troubleshooting-feedba import ExternalModelsDesktop from "/snippets/zh/install/external-models-desktop.mdx" import DesktopVenv from "/snippets/zh/install/desktop-venv.mdx" import AddExternalModels from "/snippets/zh/install/add-external-models.mdx" +import DesktopResourceWarning from "/snippets/zh/install/desktop-resource-warning.mdx" **ComfyUI 桌面版(Desktop)** 是一个独立的安装版本,可以像常规软件一样进行安装,支持快捷安装自动配置 **Python环境及依赖** ,支持导入已有的 ComfyUI 设置、模型、工作流和文件,可以快速从已有的[ComfyUI 便携版](/zh-CN/installation/comfyui_portable_windows)迁移到桌面版 @@ -111,6 +112,7 @@ ComfyUI 桌面版(Windows)硬件要求: +