Model reference · open weights
CyberRealistic 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 | 2023-05-28 |
| Popularity | 107k downloads / month |
| Licence | Open weights |
About
CyberRealistic is a photorealistic image generation model built upon the Stable Diffusion 1.5 (SD 1.5) architecture. Developed by Cyberdelia, this model excels at producing lifelike portraits and scenes with minimal prompt engineering, making it ideal for creators seeking high-quality outputs without complex configurations.
safetensors| Parameter | Recommended Value |
|---|---|
| Sampling Steps | 25–30 |
| Sampler | DPM++ 2M Karras / Euler A |
| Resolution | 512x512 (native), higher with Hires.fix |
| Hires Upscaler | 4x_NMKD-Siax_200k or 4x_NickelbackFS_72000_G |
| CFG Scale | 7.0–8.0 |
| VAE | Already baked-in |
(masterpiece, best quality), ultra-detailed, realistic photo of a 22-year-old woman, natural lighting, depth of field, candid moment, color graded, RAW photo, soft cinematic bokeh
(masterpiece, photorealistic), editorial fashion photo, close-up, dramatic side lighting, textured skin, 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 cyberdelia-cyberrealistic for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (cyberdelia-cyberrealistic 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":"cyberdelia-cyberrealistic","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.