Model reference · open weights

animagine-xl-3.1

animagine-xl-3.1 is an open-weight image model from cagliostrolab, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Image cagliostrolab 1 variants 227k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What animagine-xl-3.1 is

.title-container { display: flex; justify-content: center; align-items: center; height: 100vh; } .title { font-size: 2.5em; text-align: center; color: #333; font-family: 'Helvetica Neue', sans-serif; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.5em 0; background: transparent; } .title span { background: -webkit-linear-gradient(45deg, #7ed56f, #28b485); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .custom-table { table-layout: fixed; width: 100%; border-collapse: collapse; margin-top: 2em; } .custom-table td { / FIXED: Changed from 50% to 33.33% because there are 3 columns / width: 33.33%; vertical-align: top; padding: 10px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); } .custom-image-container { position: relative; width: 100%; margin-bottom: 1em; / Added small margin for spacing between stacked images / overflow: hidden; border-radius: 10px; transition: transform .7s; } .custom-image-container:hover { transform: scale(1.05); } .custom-image { width: 100%; height: auto; object-fit: cover; border-radius: 10px; transition: transform .7s; margin-bottom: 0em; display: block; / Ensures no extra space below image / } .nsfw-filter { filter: blur(8px); transition: filter 0.3s ease; } .custom-image-container:hover .nsfw-filter { filter: none; } .overlay { position: absolute; bottom: 0; left: 0; right: 0; color: white; width: 100%; height: 40%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 1vw; font-weight: bold; / Corrected 'font-style: bold' to 'font-weight: bold' / text-align: center; opacity: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%); transition: opacity .5s; } .custom-image-container:hover .overlay { opacity: 1; } .overlay-text { background: linear-gradient(45deg, #7ed56f, #28b485); -webkit-background-clip: text; color: transparent; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } / FIXED: Added missing closing brace here / .overlay-subtext { font-size: 0.75em; margin-top: 0.5em; font-style: italic; } .overlay, .overlay-subtext { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } Animagine XL 3.1 is an update in the Animagine XL V3 serie

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makercagliostrolab
TypeImage models
Parameters (lead)2.6B
Variants1
Runs withdiffusers
Based oncagliostrolab/animagine-xl-3.0
Released2024-03-13
Popularity227k downloads / month
Likes732
LicenceOpen weights

How it works

How image models work

Text promptwhat to makeText encoderunderstands itDiffusion stepsdenoise to pixelsImagePNG / JPEGA diffusion model starts from noise and denoises it, guided by your prompt, into a finished image.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
animagine-xl-3.12.6BBF16~5.9 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys animagine-xl-3-1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (animagine-xl-3-1 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/images/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"animagine-xl-3-1","prompt":"a red bicycle","size":"1024x1024"}'

Details

Languages, data & research

Languages

en

Tags

diffusers safetensors text-to-image stable-diffusion stable-diffusion-xl en endpoints_compatible diffusers:StableDiffusionXLPipeline

Licence

Open weights

Open weights under openrail++ — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want animagine-xl-3.1 on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More image models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms