Model reference · open weights
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.
About
.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
| Maker | cagliostrolab |
|---|---|
| Type | Image models |
| Parameters (lead) | 2.6B |
| Variants | 1 |
| Runs with | diffusers |
| Based on | cagliostrolab/animagine-xl-3.0 |
| Released | 2024-03-13 |
| Popularity | 227k downloads / month |
| Likes | 732 |
| Licence | Open weights |
How it works
Variants
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.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| animagine-xl-3.1 | 2.6B | BF16 | ~5.9 GB | ✓ | Weights ↗ |
Using it via the API
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
Tags
Licence
Open weights under openrail++ — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗