ConsisLoRA: Enhancing Content and Style Consistency for LoRA-based Style Transfer
Bolin Chen, Baoquan Zhao, Haoran Xie, Yi Cai, Qing Li, Xudong Mao
TL;DR
ConsisLoRA addresses critical weaknesses in LoRA-based diffusion style transfer—content inconsistency, style misalignment, and content leakage—by replacing $\epsilon$-prediction with $x_0$-prediction, adopting a two-step training regimen to decouple content and style, and applying a stepwise loss to capture both global structure and local details. An inference guidance mechanism enables continuous control over content and style strengths during generation. Across qualitative and quantitative evaluations, ConsisLoRA demonstrates superior content preservation and style alignment with reduced leakage compared with state-of-the-art baselines, highlighting its practical impact for single-image style transfer tasks. The approach offers a scalable, parameter-efficient pathway to more reliable content-aware stylization using diffusion models, particularly SDXL-based architectures.
Abstract
Style transfer involves transferring the style from a reference image to the content of a target image. Recent advancements in LoRA-based (Low-Rank Adaptation) methods have shown promise in effectively capturing the style of a single image. However, these approaches still face significant challenges such as content inconsistency, style misalignment, and content leakage. In this paper, we comprehensively analyze the limitations of the standard diffusion parameterization, which learns to predict noise, in the context of style transfer. To address these issues, we introduce ConsisLoRA, a LoRA-based method that enhances both content and style consistency by optimizing the LoRA weights to predict the original image rather than noise. We also propose a two-step training strategy that decouples the learning of content and style from the reference image. To effectively capture both the global structure and local details of the content image, we introduce a stepwise loss transition strategy. Additionally, we present an inference guidance method that enables continuous control over content and style strengths during inference. Through both qualitative and quantitative evaluations, our method demonstrates significant improvements in content and style consistency while effectively reducing content leakage.
