YarvixPA commited on
Commit
a9f8151
·
verified ·
1 Parent(s): 9847d3c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: apache-2.0
6
+ base_model:
7
+ - Qwen/Qwen-Image
8
+ library_name: gguf
9
+ pipeline_tag: image-to-image
10
+ ---
11
+
12
+ This GGUF file is a direct conversion of [Qwen/Qwen-Image-Edit](https://huggingface.co/Qwen/Qwen-Image-Edit)
13
+
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.
21
+
22
+ **Usage**
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.