Techniques
What is AI upscaling?
AI upscaling enlarges an image by generating plausible new detail, rather than simply stretching the pixels that are already there.
Traditional enlargement interpolates: to double an image's size it invents each new pixel by averaging its neighbours. The result is bigger but no sharper, because no new information was added. AI upscaling instead uses a model trained on pairs of small and large images, which has learned what fine detail typically looks like at higher resolution, and generates it.
That distinction matters because the added detail is invented, not recovered. An upscaler looking at a blurry face produces a sharp, plausible face, but not necessarily the face that was there. For generated art this is usually fine and often desirable. For anything evidentiary, a document, a licence plate, a photograph of a real person, it is actively misleading.
The most common reason to upscale generated images is print. Screen use needs very little: 1024 by 1024 is more than enough for a phone wallpaper or a social post. Print at 300 DPI needs roughly 2500 by 3300 pixels for A4 and around 5400 by 7200 for A2, well beyond what any generator outputs directly, so upscaling is a required step rather than an optional one.
Dreamify does not include a built-in upscaler; SDXL outputs at 1024 by 1024, which covers screen use comfortably. For print, run the finished image through a dedicated upscaler afterwards. Generating at the highest resolution available first always beats upscaling a small image aggressively, because the upscaler has more real information to work from.
In practice
- Phone wallpaper
- 1024x1024 is already enough
- A4 print at 300 DPI
- About 2500x3300, so upscaling is needed
- A2 poster at 300 DPI
- About 5400x7200, upscaling definitely needed
Worth remembering
- It invents plausible detail rather than recovering lost detail
- Fine for generated art, misleading for anything evidentiary
- Screen use rarely needs it; print almost always does
- Generate as large as possible first, then upscale
Try it in the generator
The advanced panel exposes the negative prompt, scheduler, inference steps and seed. Twenty images free, no account needed.
Start generatingFrequently asked questions
- Does Dreamify upscale images?
- No. SDXL generates at 1024x1024, which is enough for screen use. For print, run the downloaded image through a dedicated upscaling tool.
- Will upscaling fix a blurry or badly composed image?
- No. Upscaling adds resolution, not quality of idea. A soft or badly composed image becomes a larger soft, badly composed image. Fix it at the prompt stage.
- How much can I upscale before it looks wrong?
- Two to four times is usually safe with a good upscaler. Beyond that the invented detail starts to dominate and the image takes on a smeared, over-processed look.
Related terms
What is latent space?
Latent space is a compressed numerical representation of an image, where diffusion models do all their work before decoding back to pixels.
What is inpainting?
Inpainting regenerates only a masked region of an existing image, using the surrounding pixels as context so the new content blends in.
What is a diffusion model?
A diffusion model generates data by learning to reverse a noising process, turning random static into an image one denoising step at a time.
Back to the glossary, or apply it on a use case or an art style.