Visual Style Prompting with Swapping Self-Attention
Jaeseok Jeong, Junho Kim, Yunjey Choi, Gayoung Lee, Youngjung Uh
TL;DR
The paper addresses controlled visual style transfer in text-to-image diffusion without model retraining. It introduces visual style prompting via swapping late self-attention keys and values with those from a reference image, preserving the content dictated by text prompts while adopting the reference style. Across extensive evaluations, the method achieves strong style fidelity with minimal content leakage and maintains alignment to prompts, outperforming several training-based and prompting baselines. The approach is compatible with existing conditioning techniques and extends to real images through inversion, offering practical, training-free style control with broad applicability and ethical considerations.
Abstract
In the evolving domain of text-to-image generation, diffusion models have emerged as powerful tools in content creation. Despite their remarkable capability, existing models still face challenges in achieving controlled generation with a consistent style, requiring costly fine-tuning or often inadequately transferring the visual elements due to content leakage. To address these challenges, we propose a novel approach, \ours, to produce a diverse range of images while maintaining specific style elements and nuances. During the denoising process, we keep the query from original features while swapping the key and value with those from reference features in the late self-attention layers. This approach allows for the visual style prompting without any fine-tuning, ensuring that generated images maintain a faithful style. Through extensive evaluation across various styles and text prompts, our method demonstrates superiority over existing approaches, best reflecting the style of the references and ensuring that resulting images match the text prompts most accurately. Our project page is available https://curryjung.github.io/VisualStylePrompt/.
