Model reference · open weights
huggingworld_onnx-image-models is an open-weight image model from Eric111. 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 | Eric111 |
|---|---|
| Type | Image models |
| Task | Image edit |
| Runs with | ml-agents |
| Released | 2026-08-29 |
| Popularity | 503 downloads / month |
| Licence | Open weights |
About
4x UltraSharp V2 FP32 (51.8MB) - The gold standard for general-purpose upscaling
4x PurePhoto RealPLSKR (29.9MB) - Best for photographic content
4x ClearReality V1 FP32 (1.7MB) - Best lightweight option
4x Nomos8k DAT (89.9MB) - JPEG compression specialist
4x PurePhoto SPAN (1.7MB) - Another excellent lightweight
4x LSDIR (67.2MB) - Large dataset trained
4x UltraSharp FP32 (67MB) - Original UltraSharp
RealESR-General WDN x4v3 (4.9MB) - Compact and efficient
4x Nomos2 HQ DAT2 FP32 (52.9MB) - High-quality alternative
4x Upscayl UltraSharp (67.2MB) - Upscayl version
4x Upscayl High Fidelity (67.2MB) - Upscayl variant
2x Real-ESRGAN x2plus (67.2MB) - Only 2x scaling
13-42. Most remaining models fall into these categories:
For General Use: Start with 4x UltraSharp V2 FP32 - it consistently ranks #1 in 2026 benchmarks
For Mobile/Limited Resources: Use 4x ClearReality V1 FP32 or 4x PurePhoto SPAN - tiny files, excellent quality
For Compressed Images: 4x Nomos8k DAT handles JPEG artifacts better than anything else
For Photography: 4x PurePhoto RealPLSKR is specifically optimized for photos and portraits
The field has matured significantly, with newer architectures like DAT2 and RealPLKSR clearly outperforming older ESRGAN-based models. File size doesn't always correlate with quality - some of the best models are surprisingly compact.
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 huggingworld-onnx-image-models for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (huggingworld-onnx-image-models 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":"huggingworld-onnx-image-models","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.