Update README.md
Browse files
README.md
CHANGED
@@ -15,21 +15,11 @@ Type | Name | Location
|
|
15 |
| ------------ | -------------------------------------------------- | --------------------------------- | -------------------------
|
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
|
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 |
|
23 |
**Usage**
|
24 |
|
25 |
-
The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
|
26 |
-
|
27 |
-
> [!IMPORTANT]
|
28 |
-
> ⚠️ **Important:**
|
29 |
-
>
|
30 |
-
> The mmproj should be in the same folder as your main text encoder gguf file.
|
31 |
-
>
|
32 |
-
> **Rename it so it matches the main file.** For example is you use:
|
33 |
-
>
|
34 |
-
> - **Main model**: Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf
|
35 |
-
> - **mmproj**: Qwen2.5-VL-7B-Instruct-mmproj-BF16.gguf
|
|
|
15 |
| ------------ | -------------------------------------------------- | --------------------------------- | -------------------------
|
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 |
|
23 |
**Usage**
|
24 |
|
25 |
+
The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|