city96 commited on
Commit
207e5e9
·
verified ·
1 Parent(s): a030a9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen-Image
3
+ library_name: gguf
4
+ quantized_by: city96
5
+ license: apache-2.0
6
+ language:
7
+ - en
8
+ - zh
9
+ pipeline_tag: text-to-image
10
+ ---
11
+
12
+ This is a direct GGUF conversion of [Qwen/Qwen-Image](https://huggingface.co/Qwen/Qwen-Image).
13
+
14
+ The model files can be used in [ComfyUI](https://github.com/comfyanonymous/ComfyUI/) with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node. Place the required model(s) in the following folders:
15
+
16
+ | Type | Name | Location | Download |
17
+ | ------------ | ------------------------------ | --------------------------------- | ---------------- |
18
+ | Main Model | Qwen-Image | `ComfyUI/models/diffusion_models` | GGUF (this repo) |
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.*