diff --git a/tutorials/image/qwen/qwen-image.mdx b/tutorials/image/qwen/qwen-image.mdx index 8d917b233..ec2a851f6 100644 --- a/tutorials/image/qwen/qwen-image.mdx +++ b/tutorials/image/qwen/qwen-image.mdx @@ -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 diff --git a/zh-CN/tutorials/image/qwen/qwen-image.mdx b/zh-CN/tutorials/image/qwen/qwen-image.mdx index 5a9cb17ef..9163c8b7a 100644 --- a/zh-CN/tutorials/image/qwen/qwen-image.mdx +++ b/zh-CN/tutorials/image/qwen/qwen-image.mdx @@ -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 中加载