Inf-DiT: Upsampling Any-Resolution Image with Memory-Efficient Diffusion Transformer
Zhuoyi Yang, Heyang Jiang, Wenyi Hong, Jiayan Teng, Wendi Zheng, Yuxiao Dong, Ming Ding, Jie Tang
TL;DR
Inf-DiT tackles the memory bottleneck in diffusion-based ultra-high-resolution image generation by introducing Unidirectional Block Attention (UniBA) and a Diffusion Transformer-based upsampler capable of handling arbitrary input resolutions. By partitioning images into blocks and generating them in a controlled, sequential batch manner, UniBA reduces memory from $O(N^2)$ to $O(N)$ while preserving long-range interactions through limited block dependencies and cross-attention mechanisms. The approach integrates global semantic guidance via CLIP embeddings and local coherence through Nearby LR Cross Attention, achieving SOTA results on ultra-high-resolution generation and super-resolution benchmarks, with strong human-evaluation preference. The work delivers a practical, memory-efficient pathway for high-quality, flexible-resolution diffusion upsampling, enabling applications in design, advertising, and large-format imagery, and provides a blueprint for further efficiency-driven diffusion architectures.
Abstract
Diffusion models have shown remarkable performance in image generation in recent years. However, due to a quadratic increase in memory during generating ultra-high-resolution images (e.g. 4096*4096), the resolution of generated images is often limited to 1024*1024. In this work. we propose a unidirectional block attention mechanism that can adaptively adjust the memory overhead during the inference process and handle global dependencies. Building on this module, we adopt the DiT structure for upsampling and develop an infinite super-resolution model capable of upsampling images of various shapes and resolutions. Comprehensive experiments show that our model achieves SOTA performance in generating ultra-high-resolution images in both machine and human evaluation. Compared to commonly used UNet structures, our model can save more than 5x memory when generating 4096*4096 images. The project URL is https://github.com/THUDM/Inf-DiT.
