Skip to content

Commit 86ebc88

Browse files
Update tutorials/image/qwen/qwen-image-edit-2511.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 49d9cae commit 86ebc88

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

tutorials/image/qwen/qwen-image-edit-2511.mdx

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -68,28 +68,4 @@ After updating ComfyUI, you can find the workflow file from the templates, or dr
6868
│ └── qwen_image_vae.safetensors
6969
```
7070

71-
### 3. Follow the steps to complete the workflow
72-
73-
1. Model loading
74-
- Ensure the `Load Diffusion Model` node loads `qwen_image_edit_2511_bf16.safetensors`
75-
- Ensure the `Load CLIP` node loads `qwen_2.5_vl_7b_fp8_scaled.safetensors`
76-
- Ensure the `Load VAE` node loads `qwen_image_vae.safetensors`
77-
2. Image loading
78-
- Upload the images to be edited in the `Load Image` nodes (supports up to 3 reference images)
79-
3. Prompt setting
80-
- Set the prompt in the `TextEncodeQwenImageEditPlus` node to describe your desired edit
81-
4. The `Scale Image to Total Pixels` node will scale your input image to a total of 1.6 million pixels
82-
- This helps avoid quality loss in output images caused by oversized input images
83-
- If you are familiar with your input image size, you can bypass this node using `Ctrl+B`
84-
5. If you want to use the 4-step Lightning LoRA to speed up image generation:
85-
- Enable the `LoraLoaderModelOnly` node by selecting it and pressing `Ctrl+B`
86-
- Adjust the KSampler settings: use 4 steps with CFG 1.0
87-
6. For the `steps` and `cfg` settings of the KSampler node, refer to the table below:
88-
89-
| Configuration | Steps | CFG |
90-
|--------------|-------|-----|
91-
| Qwen Official | 40 | 4.0 |
92-
| ComfyUI Default | 20 | 4.0 |
93-
| Lightning LoRA | 4 | 1.0 |
94-
95-
7. Click the `Queue` button, or use the shortcut `Ctrl(cmd) + Enter` to run the workflow
71+

0 commit comments

Comments
 (0)