Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,12 @@ pipeline_tag: text-to-image
|
|
11 |
|
12 |
This GGUF file is a direct conversion of [Qwen/Qwen-Image](https://huggingface.co/Qwen/Qwen-Image)
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
|
15 |
|
16 |
**Usage**
|
|
|
11 |
|
12 |
This GGUF file is a direct conversion of [Qwen/Qwen-Image](https://huggingface.co/Qwen/Qwen-Image)
|
13 |
|
14 |
+
Type | Name | Location | Download
|
15 |
+
| ------------ | ---------------------------------------- | --------------------------------- | -------------------------
|
16 |
+
| Main Model | Qwen-Image | `ComfyUI/models/diffusion_models` | GGUF (this repo)
|
17 |
+
| 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 |
+
| VAE | Qwen-Image VAE | `ComfyUI/models/vae` | Safetensors (this repo) |
|
19 |
+
|
20 |
Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.
|
21 |
|
22 |
**Usage**
|