Skip to content

Commit 4134c1d

Browse files
Add qwen image example.
1 parent 3eb0ae6 commit 4134c1d

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Here are some more advanced examples:
5656

5757
[HiDream](hidream)
5858

59+
[Qwen Image](qwen_image)
60+
5961
[Flux](flux)
6062

6163
[Edit/InstructPix2Pix Models](edit_models)

qwen_image/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Qwen Image
2+
3+
[Qwen Image](https://github.com/QwenLM/Qwen-Image) is a 20B diffusion model.
4+
5+
## Basic Workflow
6+
7+
Download [qwen_image_fp8_e4m3fn.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/blob/main/split_files/diffusion_models/qwen_image_fp8_e4m3fn.safetensors) and put it in your ComfyUI/models/diffusion_models directory.
8+
9+
[qwen_2.5_vl_7b_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/blob/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors) and put it in your ComfyUI/models/text_encoders directory.
10+
11+
[qwen_image_vae.safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/blob/main/split_files/vae/qwen_image_vae.safetensors) and put it in your ComfyUI/models/vae/ directory
12+
13+
You can then load up or drag the following image in ComfyUI to get the workflow:
14+
15+
![Example](qwen_image_basic_example.png)
16+
2.01 MB
Loading

0 commit comments

Comments
 (0)