YarvixPA commited on
Commit
6bb3996
Β·
verified Β·
1 Parent(s): 7f5c996

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ Type | Name | Location
16
  | Main Model | Qwen-Image | `ComfyUI/models/unet` | GGUF (this repo)
17
  | Main Text Encoder | Qwen2.5-VL-7B | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main/split_files/text_encoders) / [GGUF](https://huggingface.co/unsloth/Qwen2.5-VL-7B-Instruct-GGUF/tree/main) |
18
  | Text_Encoder (mmproj) | Qwen2.5-VL-7B-Instruct-mmproj-BF16 | `ComfyUI/models/text_encoders` (same folder as your main text encoder) | GGUF (this repo)
19
- | VAE | Qwen-Image VAE | `ComfyUI/models/vae` | Safetensors (this repo) |
20
 
21
  Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
22
 
@@ -26,4 +26,4 @@ The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github
26
 
27
  **Update β€” October 18, 2025**
28
 
29
- The lower quants β€˜Q2_K’, β€˜Q3_K_M’, β€˜Q3_K_S’, β€˜Q4_0’, β€˜Q4_1’, β€˜Q4_K_S’, and β€˜Q4_K_M’ have been updated, providing improved results.
 
16
  | Main Model | Qwen-Image | `ComfyUI/models/unet` | GGUF (this repo)
17
  | Main Text Encoder | Qwen2.5-VL-7B | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main/split_files/text_encoders) / [GGUF](https://huggingface.co/unsloth/Qwen2.5-VL-7B-Instruct-GGUF/tree/main) |
18
  | Text_Encoder (mmproj) | Qwen2.5-VL-7B-Instruct-mmproj-BF16 | `ComfyUI/models/text_encoders` (same folder as your main text encoder) | GGUF (this repo)
19
+ | VAE | Qwen-Image VAE | `ComfyUI/models/vae` | Safetensors (this repo) |
20
 
21
  Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
22
 
 
26
 
27
  **Update β€” October 18, 2025**
28
 
29
+ The lower quants `Q2_K`, `Q3_K_M`, `Q3_K_S`, `Q4_0`, `Q4_1`, `Q4_KS`, and `Q4_KM` have been updated, providing improved results.