Model reference · open weights
CyberRealisticClassic 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-06-13 |
| Popularity | 933 downloads / month |
| Licence | Open weights |
About
CyberRealistic Classic is a photorealistic image generation model built upon the Stable Diffusion 1.5 (SD 1.5) architecture. Developed by Cyberdelia, this model aims to produce lifelike portraits and scenes with minimal prompt engineering, offering a classic approach to photorealistic image generation.
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 cyberrealisticclassic for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (cyberrealisticclassic 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":"cyberrealisticclassic","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.