YarvixPA commited on
Commit
98ff33b
·
verified ·
1 Parent(s): 3aae8b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - AIDC-AI/Ovis-Image-7B
5
+ pipeline_tag: text-to-image
6
+ tags:
7
+ - image-generation
8
+ ---
9
+
10
+ This is a direct GGUF conversion of [AIDC-AI/Ovis-Image-7B](https://huggingface.co/AIDC-AI/Ovis-Image-7B).
11
+
12
+ **Usage**
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 | Ovis-Image-7B | `ComfyUI/models/unet` | GGUF (this repo) |
19
+ | Text Encoder | Ovis2.5 | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Ovis-Image/tree/main/split_files/text_encoders) |
20
+ | VAE | ae.safetensors | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/tree/main/split_files/vae) |
21
+
22
+ Since this is a quantized model, all original licensing terms and usage restrictions remain in effect.