Add ComfyUI model installation guide

#26
by Lexius - opened
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -5,4 +5,32 @@ tags:
5
  - comfyui
6
  ---
7
 
8
- See: https://comfyanonymous.github.io/ComfyUI_examples/qwen_image/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - comfyui
6
  ---
7
 
8
+ # Qwen-Image
9
+
10
+ Repackaged model files for ComfyUI.
11
+
12
+ Place the files in the following folders:
13
+
14
+ ```
15
+ πŸ“‚ ComfyUI/
16
+ β”œβ”€β”€ πŸ“‚ models/
17
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
18
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_distill_full_bf16.safetensors
19
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_distill_full_fp8_e4m3fn.safetensors
20
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_2512_bf16.safetensors
21
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_2512_fp8_e4m3fn.safetensors
22
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_bf16.safetensors
23
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_fp8_e4m3fn.safetensors
24
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_fp8_hq.safetensors
25
+ β”‚ β”‚ β”œβ”€β”€ qwen_image_fp8mixed.safetensors
26
+ β”‚ β”‚ └── qwen_image_nvfp4.safetensors
27
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
28
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
29
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b_fp8_scaled.safetensors
30
+ β”‚ β”‚ └── qwen_2.5_vl_7b_nvfp4.safetensors
31
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
32
+ β”‚ β”‚ └── qwen_image_vae.safetensors
33
+ ```
34
+
35
+ ---
36
+ See: https://comfyanonymous.github.io/ComfyUI_examples/qwen_image/