diff --git a/README.md b/README.md index 0ff8186..b5a9e63 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ API and command-line option may change frequently.*** - [Chroma1-Radiance](./docs/chroma_radiance.md) - [Qwen Image](./docs/qwen_image.md) - [Z-Image](./docs/z_image.md) + - [Ovis-Image](./docs/ovis_image.md) - Image Edit Models - [FLUX.1-Kontext-dev](./docs/kontext.md) - [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 - [🔥Qwen Image Edit/Qwen Image Edit 2509](./docs/qwen_image_edit.md) - [🔥Wan2.1/Wan2.2](./docs/wan.md) - [🔥Z-Image](./docs/z_image.md) +- [Ovis-Image](./docs/ovis_image.md) - [LoRA](./docs/lora.md) - [LCM/LCM-LoRA](./docs/lcm.md) - [Using PhotoMaker to personalize image generation](./docs/photo_maker.md) diff --git a/assets/ovis_image/example.png b/assets/ovis_image/example.png new file mode 100644 index 0000000..ea7f6e1 Binary files /dev/null and b/assets/ovis_image/example.png differ diff --git a/docs/ovis_image.md b/docs/ovis_image.md new file mode 100644 index 0000000..20e641a --- /dev/null +++ b/docs/ovis_image.md @@ -0,0 +1,19 @@ +# How to Use + +## Download weights + +- Download Ovis-Image-7B + - safetensors: https://huggingface.co/Comfy-Org/Ovis-Image/tree/main/split_files/diffusion_models + - gguf: https://huggingface.co/leejet/Ovis-Image-7B-GGUF +- Download vae + - safetensors: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main +- Download Ovis 2.5 + - safetensors: https://huggingface.co/Comfy-Org/Ovis-Image/tree/main/split_files/text_encoders + +## Examples + +``` +.\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 +``` + +ovis image example \ No newline at end of file