Skip to content

Commit 7c45209

Browse files
committed
add docs
1 parent 3002c55 commit 7c45209

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ API and command-line option may change frequently.***
4949
- [Chroma1-Radiance](./docs/chroma_radiance.md)
5050
- [Qwen Image](./docs/qwen_image.md)
5151
- [Z-Image](./docs/z_image.md)
52+
- [Ovis-Image](./docs/ovis_image.md)
5253
- Image Edit Models
5354
- [FLUX.1-Kontext-dev](./docs/kontext.md)
5455
- [Qwen Image Edit/Qwen Image Edit 2509](./docs/qwen_image_edit.md)
@@ -134,6 +135,7 @@ If you want to improve performance or reduce VRAM/RAM usage, please refer to [pe
134135
- [🔥Qwen Image Edit/Qwen Image Edit 2509](./docs/qwen_image_edit.md)
135136
- [🔥Wan2.1/Wan2.2](./docs/wan.md)
136137
- [🔥Z-Image](./docs/z_image.md)
138+
- [Ovis-Image](./docs/ovis_image.md)
137139
- [LoRA](./docs/lora.md)
138140
- [LCM/LCM-LoRA](./docs/lcm.md)
139141
- [Using PhotoMaker to personalize image generation](./docs/photo_maker.md)

assets/ovis_image/example.png

401 KB
Loading

docs/ovis_image.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# How to Use
2+
3+
## Download weights
4+
5+
- Download Ovis-Image-7B
6+
- safetensors: https://huggingface.co/Comfy-Org/Ovis-Image/tree/main/split_files/diffusion_models
7+
- gguf: https://huggingface.co/leejet/Ovis-Image-7B-GGUF
8+
- Download vae
9+
- safetensors: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main
10+
- Download Ovis 2.5
11+
- safetensors: https://huggingface.co/Comfy-Org/Ovis-Image/tree/main/split_files/text_encoders
12+
13+
## Examples
14+
15+
```
16+
.\bin\Release\sd.exe --diffusion-model ovis_image-Q4_0.gguf --vae ..\..\ComfyUI\models\vae\ae.sft --llm ..\..\ComfyUI\models\text_encoders\ovis_2.5.safetensors -p "a lovely cat" --cfg-scale 5.0 -v --offload-to-cpu --diffusion-fa
17+
```
18+
19+
<img alt="ovis image example" src="../assets/ovis_image/example.png" />

0 commit comments

Comments
 (0)