YarvixPA commited on
Commit
4d8e7ee
·
verified ·
1 Parent(s): 5cf642d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -14,7 +14,8 @@ This GGUF file is a direct conversion of [Qwen/Qwen-Image-Edit](https://huggingf
14
  Type | Name | Location | Download
15
  | ------------ | -------------------------------------------------- | --------------------------------- | -------------------------
16
  | Main Model | Qwen-Image | `ComfyUI/models/unet` | 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.
@@ -23,4 +24,18 @@ Since this is a quantized model, all original licensing terms and usage restrict
23
 
24
  The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
25
 
26
- Place model files in `ComfyUI/models/unet` see the GitHub readme for further installation instructions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  Type | Name | Location | Download
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 (mmproj) | `ComfyUI/models/text_encoders` (same folder as your 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.
 
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
+ Place model file in `ComfyUI/models/unet`
28
+ Place text_encoder and mmproj file in `ComfyUI/models/unet`
29
+ Place vae in `ComfyUI/models/vae`
30
+
31
+ > [!IMPORTANT]
32
+ > ⚠️ **Important:**
33
+ >
34
+ > The mmproj should be in the same folder as your main text encoder gguf file.
35
+ >
36
+ > **Rename it so it matches the main file.** For example:
37
+ >
38
+ > - **Main model**: Qwen2.5-VL-7B-Instruct-Q4_K_M.gguf
39
+ > - **mmproj**: Qwen2.5-VL-7B-Instruct-Q4_K_M-mmproj-BF16.gguf
40
+
41
+ The model can be used with the ComfyUI custom node [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)