Block-wise LoRA: Revisiting Fine-grained LoRA for Effective Personalization and Stylization in Text-to-Image Generation
Likun Li, Haoqi Zeng, Changpeng Yang, Haozhe Jia, Di Xu
TL;DR
The paper tackles the challenge of achieving faithful personalization and stylization in text-to-image diffusion with limited resources. It introduces block-wise LoRA, a fine-grained PEFT approach that partitions the Stable Diffusion U-Net into blocks and selectively tunes them to separately encode identity and style. Empirical results show reduced conflicts between multiple LoRA adapters and improved subject fidelity and stylistic accuracy compared with traditional LoRA/LoCon baselines, with ablations identifying which blocks contribute most to identity versus style. The approach offers a practical, scalable path for personalized T2I generation and can be extended with ControlNet or orthogonal decomposition to further enhance control and efficiency.
Abstract
The objective of personalization and stylization in text-to-image is to instruct a pre-trained diffusion model to analyze new concepts introduced by users and incorporate them into expected styles. Recently, parameter-efficient fine-tuning (PEFT) approaches have been widely adopted to address this task and have greatly propelled the development of this field. Despite their popularity, existing efficient fine-tuning methods still struggle to achieve effective personalization and stylization in T2I generation. To address this issue, we propose block-wise Low-Rank Adaptation (LoRA) to perform fine-grained fine-tuning for different blocks of SD, which can generate images faithful to input prompts and target identity and also with desired style. Extensive experiments demonstrate the effectiveness of the proposed method.
