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
9 changes: 8 additions & 1 deletion tutorials/image/qwen/qwen-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ import UpdateReminder from '/snippets/tutorials/update-reminder.mdx'

**VRAM usage reference**
- GPU: RTX 4090D 24GB

- Model Version: Qwen-Image_fp8
- VRAM: 86%
- Generation time: 94 seconds for the first time, 71 seconds for the second time
- Generation time: 94s for the first time, 71s for the second time

- Model Version: Qwen-Image_bf16
- VRAM: 96%
- Generation time: 295s for the first time, 131s for the second time


## 1. Workflow File

Expand Down
6 changes: 6 additions & 0 deletions zh-CN/tutorials/image/qwen/qwen-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ import UpdateReminder from '/snippets/zh/tutorials/update-reminder.mdx'

**显存使用参考**
- GPU: RTX 4090D 24GB

- 模型版本: Qwen-Image_fp8
- VRAM: 86%
- 生成时间: 首次 94 秒,第二次 71 秒

- 模型版本: Qwen-Image_bf16
- VRAM: 96%
- 生成时间: 首次 295 秒,第二次 131 秒

## 1. 工作流文件

更新 ComfyUI 后你可以从模板中找到工作流文件,或者将下面的工作流拖入 ComfyUI 中加载
Expand Down