Model reference · open weights
aot-inpainting is an open-weight image model from mayocream. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | mayocream |
|---|---|
| Type | Image models |
| Task | Image edit |
| Parameters (lead) | 6M |
| Runs with | candle |
| Released | 2026-04-04 |
| Popularity | 1k downloads / month |
| Licence | Open weights |
About
A SafeTensors conversion of the AOT inpainting generator released by zyddnys/manga-image-translator. It reconstructs masked regions after text removal from manga and comic images.
AOTGeneratormask + RGB image)[2, 4, 8, 16]model.safetensors: converted floating-point checkpoint with the original tensor namesconfig.json: architecture and preprocessing metadatainpainting.ckpt878d541c68648969bc1b042a6e997f3a58e49b6c07c5636ad55130736977149fThe model is intended to fill binary-masked regions in illustrated images, especially regions left after comic text removal. It is not a general-purpose photo restoration model. Large images may need resizing or tiled inference; the supplied configuration uses a default maximum side of 1024 pixels. No evaluation metrics or training dataset artifacts are included in this conversion.
MIT, as declared for this converted model repository. Review the upstream project and source checkpoint terms when redistributing derived artifacts.
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys aot-inpainting for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (aot-inpainting 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":"aot-inpainting","prompt":"a red bicycle","size":"1024x1024"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.