One Small Step in Latent, One Giant Leap for Pixels: Fast Latent Upscale Adapter for Your Diffusion Models
Aleksandr Razin, Danil Kazantsev, Ilya Makarov
TL;DR
Diffusion models struggle to synthesize beyond training resolutions due to slow high-resolution decoding and post-hoc SR artifacts. The authors propose Latent Upscaler Adapter (LUA), a lightweight, drop-in module that upscales latent representations by factors $2$ or $4$ in latent space before decoding with a frozen VAE, enabling single-pass, high-resolution output without retraining the generator. Trained with a three-stage curriculum (latent-domain alignment, joint latent–pixel consistency, and edge-aware refinement) on a SwinIR-style backbone, LUA generalizes across VAEs (e.g., FLUX, SD3, SDXL) with minimal fine-tuning and achieves favorable latency-quality trade-offs compared to native high-resolution diffusion and pixel-space SR. Empirical results on OpenImages show state-of-the-art single-decode fidelity at $2048^2$ and $4096^2$ resolutions with the fastest runtimes among comparable approaches, while maintaining robust cross-model and multi-scale generalization. Overall, LUA offers a practical, deployment-friendly path to scalable, high-fidelity image synthesis in modern diffusion pipelines.
Abstract
Diffusion models struggle to scale beyond their training resolutions, as direct high-resolution sampling is slow and costly, while post-hoc image super-resolution (ISR) introduces artifacts and additional latency by operating after decoding. We present the Latent Upscaler Adapter (LUA), a lightweight module that performs super-resolution directly on the generator's latent code before the final VAE decoding step. LUA integrates as a drop-in component, requiring no modifications to the base model or additional diffusion stages, and enables high-resolution synthesis through a single feed-forward pass in latent space. A shared Swin-style backbone with scale-specific pixel-shuffle heads supports 2x and 4x factors and remains compatible with image-space SR baselines, achieving comparable perceptual quality with nearly 3x lower decoding and upscaling time (adding only +0.42 s for 1024 px generation from 512 px, compared to 1.87 s for pixel-space SR using the same SwinIR architecture). Furthermore, LUA shows strong generalization across the latent spaces of different VAEs, making it easy to deploy without retraining from scratch for each new decoder. Extensive experiments demonstrate that LUA closely matches the fidelity of native high-resolution generation while offering a practical and efficient path to scalable, high-fidelity image synthesis in modern diffusion pipelines.
