city96 commited on
Commit
0a12670
·
verified ·
1 Parent(s): 920180e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -19,7 +19,14 @@ The model files can be used in [ComfyUI](https://github.com/comfyanonymous/Comfy
19
  | 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) |
20
  | VAE | Qwen-Image VAE | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/blob/main/split_files/vae/qwen_image_vae.safetensors) |
21
 
 
 
 
 
 
22
 
23
  ### Notes
24
 
 
 
25
  *As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.*
 
19
  | 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) |
20
  | VAE | Qwen-Image VAE | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/blob/main/split_files/vae/qwen_image_vae.safetensors) |
21
 
22
+ [**Example workflow**](media/qwen-image_workflow.json)
23
+
24
+ [**Example outputs**](media/qwen-image.jpg) - sample size of 1, not strictly representative
25
+
26
+ ![sample](media/qwen-image.jpg)
27
 
28
  ### Notes
29
 
30
+ As you can see on the example above, Q3_K_M and Q3_K_S were pretty noisy, so I skipped them for now.
31
+
32
  *As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.*