ClarifyPix
Back to Blog

How to Upscale Anime and Digital Illustrations Without Blurring the Lines

Photo upscalers add grain and texture that digital art doesn't need. Here is how to enlarge anime and illustrations while keeping every line and flat color area clean.

Chuan2026-03-26

I ruined a commission last month. Someone paid me to draw their DnD party in an anime style. I spent about twelve hours on it. The line art was clean, the colors were flat and vibrant, every character was exactly how they described. The final canvas was 2000x2000 pixels. They wanted to print it as a poster.

A 2000x2000 image at 300 DPI prints at 6.6 inches. For a poster, you want at least 11 inches. So I needed to upscale it. I ran it through a standard photo upscaler at 4x and sent the client the result. They emailed back an hour later asking why the image looked grainy and the lines were blurry.

I had used a photo upscaler on digital art. The model saw my clean, flat color areas and thought there must be missing detail. So it added noise. Fake film grain. Texture where there should have been solid color. My sharp line art had been anti-aliased into soft, fuzzy edges by a model that thought I wanted a photograph.

The training data problem

AI upscalers learn from their training data. Feed a model millions of real world photographs and it learns that convincing images contain natural noise patterns. Film grain. Sensor noise. Subtle variations in texture across surfaces. These are all things you want in a photograph. They make it look real.

Digital art and anime are the opposite. Clean lines. Flat color areas. Intentional simplicity. When a photo trained upscaler encounters a flat blue sky in an anime background, it does not see an artistic choice. It sees missing information. And it fills that missing information with noise.

I tested this systematically after the commission disaster. I took the same 2000x2000 illustration and ran it through five different upscalers. The general photo upscalers all introduced visible grain in the flat color areas. The edges of the line art ranged from slightly soft to noticeably blurred. One of them introduced color banding in what had been a smooth gradient sky.

The anime upscaler does something different

Real-ESRGAN has a variant that was trained specifically on anime and digital illustration datasets. This model learned that flat color areas are supposed to be flat. That hard edges are supposed to stay hard. That you do not add grain to a cel shaded character.

When I ran the same illustration through the anime model at 4x, the difference was night and day. The lines stayed sharp. The flat colors stayed flat. The gradient in the background sky remained smooth with no banding. The 8000x8000 output looked like a larger version of the original, not a photograph trying to escape from inside my artwork.

I sent the new version to my client. They printed it at 24 inches and sent me a photo of it framed on their wall. No complaints about grain or blur.

How to upscale digital art the right way

Step one. Know what size you need. For web display on high DPI screens, a 2x upscale is usually enough. It doubles the linear dimensions and makes the image look sharp on retina displays. For printing, figure out your target size and work backwards. An 11x14 inch print at 300 DPI needs 3300x4200 pixels. If your source is 2000x2000, you need at least a 2x upscale to get there.

Step two. Use the right model. If your art is anime style, cel shaded, or vector like with flat colors, use the anime specific upscaler. If your digital art is more painterly with lots of texture and brush strokes, the general photo upscaler might actually be fine. The test is simple. After upscaling, zoom into a flat color area at 100%. If you see grain or noise that was not in the original, you used the wrong model.

Step three. Export as PNG. I cannot stress this enough. JPEG compression introduces artifacts that become visible when you upscale. Those artifacts get amplified at higher resolutions. PNG preserves every pixel exactly as the AI produced it. For web, you can convert to WebP later for smaller file sizes. But your master file should always be PNG.

Cost on ClarifyPix AI Upscaler is 2 credits for 2x and 4 credits for 4x. Processing takes five to eight seconds either way.

A note on pixel art

Pixel art is the one case where AI upscaling is definitely the wrong tool. Pixel art relies on hard, deliberate edges at a specific resolution. AI upscalers will try to smooth those edges into curves and gradients, which destroys the entire aesthetic.

For pixel art, use nearest neighbor interpolation at integer multiples. 2x, 4x, 8x. This preserves every hard edge perfectly. Any image editor can do this. Photoshop, GIMP, even the built in preview app on most operating systems. You do not need AI for this specific job, and using it will make your pixel art worse.

What if you only have a general upscaler

Not everyone has access to an anime specific model. If you only have a general photo upscaler, there is a workaround. It is not perfect but it is better than nothing.

Upscale your art with the general model. Then open the result in any image editor and apply a very light median filter or surface blur to just the flat color areas. Mask out the line art so the filter only affects the color regions. This removes most of the grain the upscaler added while keeping the lines crisp. It adds about five minutes of manual work per image. Not ideal, but it salvages the output if the anime model is not available.

If you make digital art and you have been frustrated by upscalers that make everything look grainy and soft, try the anime specific model. It exists for exactly this reason. Your lines deserve to stay sharp.