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
2 changes: 1 addition & 1 deletion installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 6 additions & 0 deletions tutorials/image/qwen/qwen-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion zh-CN/installation/system_requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)了解详细的安装步骤。

Expand Down
5 changes: 5 additions & 0 deletions zh-CN/tutorials/image/qwen/qwen-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 中加载
Expand Down