Model reference · open weights
CyberRealisticSemiRealPony is an open-weight image model from cyberdelia. 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 | cyberdelia |
|---|---|
| Type | Image models |
| Task | Text→image |
| Runs with | diffusers |
| Released | 2024-12-30 |
| Popularity | 2k downloads / month |
| Licence | Open weights |
About
CyberRealistic Pony Semi-Realistic is a specialized image generation model based on Stable Diffusion XL (SDXL). Developed by Cyberdelia, this model is fine-tuned to produce semi-realistic images of pony characters, blending the charm of stylized art with realistic textures and lighting.
safetensors| Parameter | Recommended Value |
|---|---|
| Sampling Steps | 30+ |
| Sampler | DPM++ SDE Karras / DPM++ 2M Karras / Euler a |
| Resolution | 896x1152 / 832x1216 |
| CFG Scale | 5 |
| VAE | Already baked-in |
(masterpiece, best quality), ultra-detailed, semi-realistic photo of a pony character, natural lighting, depth of field, vibrant colors, soft cinematic bokeh
(masterpiece, photorealistic), close-up of a pony with intricate mane details, dramatic side lighting, textured fur, shallow depth of field, soft shadows
This model is distributed under the CreativeML Open RAIL++-M License, which allows commercial and non-commercial use, with proper credit and no malicious usage.
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 cyberrealisticsemirealpony for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (cyberrealisticsemirealpony 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":"cyberrealisticsemirealpony","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.