Model reference · open weights
swin2SR-compressed-sr-x4-48 is an open-weight image model from caidas. 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 | caidas |
|---|---|
| Type | Image models |
| Task | Image edit |
| Parameters (lead) | 12M |
| Runs with | transformers |
| Released | 2022-12-16 |
| Popularity | 969 downloads / month |
| Licence | Open weights |
About
Swin2SR model that upscales images x4. It was introduced in the paper Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration by Conde et al. and first released in this repository.
This model is intended for compressed image super resolution.
Refer to the documentation.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys swin2sr-compressed-sr-x4-48 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (swin2sr-compressed-sr-x4-48 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":"swin2sr-compressed-sr-x4-48","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.