Update README.md
Browse files
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 |
+

|
| 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.*
|