From d560952c9abceb61dd3d1558dced5f096e597cd4 Mon Sep 17 00:00:00 2001 From: JusteLeo Date: Wed, 11 Mar 2026 19:45:48 +0100 Subject: [PATCH] Add gguf Anima2 download link to anima.md Added download link for gguf Anima2. --- docs/anima.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/anima.md b/docs/anima.md index 9c941785..debc370b 100644 --- a/docs/anima.md +++ b/docs/anima.md @@ -5,6 +5,7 @@ - Download Anima - safetensors: https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/diffusion_models - gguf: https://huggingface.co/Bedovyy/Anima-GGUF/tree/main + - gguf Anima2: https://huggingface.co/JusteLeo/Anima2-GGUF/tree/main - Download vae - safetensors: https://huggingface.co/circlestone-labs/Anima/tree/main/split_files/vae - Download Qwen3-0.6B-Base @@ -17,4 +18,4 @@ .\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 +anima image example