Animagine XL 4.0 β€” GGUF (Off Grid build)

GGUF conversions of Animagine XL 4.0 for on-device image generation with stable-diffusion.cpp. Converted with sd.cpp's -M convert so the tensors are correctly named and load directly β€” the community GGUF quants of this model are mis-exported and fail get sd version from file.

sample

Files

  • animagine-xl-4.0-Q8_0.gguf β€” best quality
  • animagine-xl-4.0-Q4_K.gguf β€” lighter / lower RAM

Use with stable-diffusion.cpp

sd -M img_gen -m animagine-xl-4.0-Q8_0.gguf -p "your prompt" -o out.png \
  -W 1024 -H 1024 --steps 24 --cfg-scale 5 --sampling-method dpm++2m

Built for Off Grid AI Desktop β€” a private, fully on-device AI app (offgridmobileai.co).

Credit & license

Original model: https://huggingface.co/cagliostrolab/animagine-xl-4.0 β€” created by its respective authors. License: openrail++ (carried over from the original; its use restrictions apply). This is a format conversion (quantization) only; all credit for the model belongs to the original creators.

Downloads last month
35
GGUF
Model size
3B params
Architecture
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for offgrid-ai/animagine-xl-4.0-GGUF