diff --git a/installation/system_requirements.mdx b/installation/system_requirements.mdx index 3459ab78..8c2f7440 100644 --- a/installation/system_requirements.mdx +++ b/installation/system_requirements.mdx @@ -16,7 +16,7 @@ Regardless of which version of ComfyUI you use, it runs in a separate Python env Currently, we support the following operating systems: - Windows - Linux -- macOS (supports Apple Silicon M1/M2) +- macOS (supports Apple Silicon, such as the M series) You can refer to the following sections to learn about the installation methods for different systems and versions of ComfyUI. In the installation of different versions, we have simply described the system requirements. diff --git a/tutorials/image/qwen/qwen-image.mdx b/tutorials/image/qwen/qwen-image.mdx index 49fddce7..5b1fb3ea 100644 --- a/tutorials/image/qwen/qwen-image.mdx +++ b/tutorials/image/qwen/qwen-image.mdx @@ -24,6 +24,12 @@ import UpdateReminder from '/snippets/tutorials/update-reminder.mdx' The models used in this document can be obtained from [Huggingface](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main) or [Modelscope](https://modelscope.cn/models/Comfy-Org/Qwen-Image_ComfyUI/files) + +**VRAM usage reference** +- GPU: RTX 4090 24GB +- VRAM: 86% +- Generation time: 94 seconds for the first time, 71 seconds for the second time + ## 1. Workflow File After updating ComfyUI, you can find the workflow file in the templates, or drag the workflow below into ComfyUI to load it. diff --git a/zh-CN/installation/system_requirements.mdx b/zh-CN/installation/system_requirements.mdx index 0b97bbd7..1d78fc62 100644 --- a/zh-CN/installation/system_requirements.mdx +++ b/zh-CN/installation/system_requirements.mdx @@ -16,7 +16,7 @@ import InstallLink from "/snippets/zh/install/install-link.mdx" 目前我们支持以下操作系统: - Windows - Linux -- macOS(支持 Apple Silicon M1/M2) +- macOS(支持 Apple 芯片,如 M 系列) 请参考[ComfyUI Windows 和 Linux 手动安装章节](https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#manual-install-windows-linux)了解详细的安装步骤。 diff --git a/zh-CN/tutorials/image/qwen/qwen-image.mdx b/zh-CN/tutorials/image/qwen/qwen-image.mdx index 5d7a6b30..5f902f94 100644 --- a/zh-CN/tutorials/image/qwen/qwen-image.mdx +++ b/zh-CN/tutorials/image/qwen/qwen-image.mdx @@ -24,6 +24,11 @@ import UpdateReminder from '/snippets/zh/tutorials/update-reminder.mdx' 本文档中使用的模型你可以在 [Huggingface](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main) 获取到 [Modelscope](https://modelscope.cn/models/Comfy-Org/Qwen-Image_ComfyUI/files) 获取到 +**显存使用参考** +- GPU: RTX 4090 24GB +- VRAM: 86% +- 生成时间: 首次 94 秒,第二次 71 秒 + ## 1. 工作流文件 更新 ComfyUI 后你可以从模板中找到工作流文件,或者将下面的工作流拖入 ComfyUI 中加载