diff --git a/README.md b/README.md index 84d0832..b5bb497 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ API and command-line option may change frequently.*** - [Qwen Image](./docs/qwen_image.md) - [Z-Image](./docs/z_image.md) - [Ovis-Image](./docs/ovis_image.md) + - [Anima](./docs/anima.md) - Image Edit Models - [FLUX.1-Kontext-dev](./docs/kontext.md) - [Qwen Image Edit series](./docs/qwen_image_edit.md) @@ -139,6 +140,7 @@ If you want to improve performance or reduce VRAM/RAM usage, please refer to [pe - [🔥Wan2.1/Wan2.2](./docs/wan.md) - [🔥Z-Image](./docs/z_image.md) - [Ovis-Image](./docs/ovis_image.md) +- [Anima](./docs/anima.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/anima/example.png b/assets/anima/example.png new file mode 100644 index 0000000..ab91dbf Binary files /dev/null and b/assets/anima/example.png differ diff --git a/docs/anima.md b/docs/anima.md new file mode 100644 index 0000000..9c94178 --- /dev/null +++ b/docs/anima.md @@ -0,0 +1,20 @@ +# How to Use + +## Download weights + +- Download Anima + - safetensors: https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/diffusion_models + - gguf: https://huggingface.co/Bedovyy/Anima-GGUF/tree/main +- Download vae + - safetensors: https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/vae +- Download Qwen3-0.6B-Base + - safetensors: https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/text_encoders + - gguf: https://huggingface.co/mradermacher/Qwen3-0.6B-Base-GGUF/tree/main + +## Examples + +```sh +.\bin\Release\sd-cli.exe --diffusion-model ..\..\ComfyUI\models\diffusion_models\anima-preview.safetensors --vae ..\..\ComfyUI\models\vae\qwen_image_vae.safetensors --llm ..\..\ComfyUI\models\text_encoders\qwen_3_06b_base.safetensors -p "a lovely cat holding a sign says 'anima.cpp'" --cfg-scale 6.0 --sampling-method euler -v --offload-to-cpu --diffusion-fa +``` + +anima image example \ No newline at end of file