QwenStyle: Content-Preserving Style Transfer with Qwen-Image-Edit
Shiwen Zhang, Haibin Huang, Chi Zhang, Xuelong Li
TL;DR
QwenStyle addresses the challenge of content-preserving style transfer within Diffusion Transformer-based frameworks by leveraging Qwen-Image-Edit. It introduces a three-stage Curriculum Continual Learning approach built on two triplet datasets, D_collected and D_synthetic, to simultaneously preserve content and generalize to unseen styles. The model uses Lora adapters and a fixed prompting scheme, achieving state-of-the-art performance on style similarity, content preservation, and aesthetics. The work demonstrates strong practical potential for controllable, content-faithful style editing in open-source image editing pipelines.
Abstract
Content-Preserving Style transfer, given content and style references, remains challenging for Diffusion Transformers (DiTs) due to its internal entangled content and style features. In this technical report, we propose the first content-preserving style transfer model trained on Qwen-Image-Edit, which activates Qwen-Image-Edit's strong content preservation and style customization capability. We collected and filtered high quality data of limited specific styles and synthesized triplets with thousands categories of style images in-the-wild. We introduce the Curriculum Continual Learning framework to train QwenStyle with such mixture of clean and noisy triplets, which enables QwenStyle to generalize to unseen styles without degradation of the precise content preservation capability. Our QwenStyle V1 achieves state-of-the-art performance in three core metrics: style similarity, content consistency, and aesthetic quality.
