Image embedding
Content-dependent embedding directions
The same edit produces different CLIP directions across scenes, limiting whole-image embedding arithmetic.
Training-Free Multi-Reference Style Composition
Given separate references, StyleComposer composes their color, texture, and spatial structure in one generation. The method requires no training or inversion and provides one control per attribute.
TL;DR
Instead of representing style as a single signal, StyleComposer handles each attribute in a different representation of the frozen diffusion model.
Analysis
Image embedding
The same edit produces different CLIP directions across scenes, limiting whole-image embedding arithmetic.
Attention
Texture follows K–V correspondence, color follows global V statistics, and Q is biased toward layout.
VAE latent
Color edits concentrate in a three-dimensional chromatic subspace, providing an explicit color coordinate system.
Method
Three coordinated routes operate on a frozen FLUX model.
Align chromatic latent coordinates with the color-reference distribution.
Route reference K/V features while limiting positional content transfer.
Guide spatial layout with reference queries during early denoising.
The pretrained model remains frozen, and the three routes are coordinated within the same sampling process without inversion.
Results
We evaluate all three references together with prompt alignment.
A clock tower
Browse compositions using one, two, or three independently assigned references.
Quantitative evaluation
All methods use one fixed configuration across 250 cases. Higher values are better.
| Method | Composition | Selectivity | Human pref. |
|---|---|---|---|
| FLUX | 0.347 | 0.434 | 6.3% |
| SDXL | 0.407 | 0.430 | 5.3% |
| InstantStyle | 0.243 | 0.324 | 10.3% |
| StyleAligned | 0.274 | 0.440 | 9.5% |
| IP-Adapter | 0.303 | 0.370 | 13.7% |
| SADis | 0.432 | 0.446 | 20.0% |
| B-LoRA | 0.301 | 0.391 | 1.5% |
| StyleComposer | 0.621 | 0.745 | 33.3% |
Interactive control
Move each control while keeping the prompt, seed, and references fixed.






Pairwise control
Move the slider between two attribute emphases while the prompt, references, and seed remain fixed.


Citation
arXiv:2608.05213, 2026.
@article{lee2026stylecomposer,
title = {StyleComposer: Training-Free Multi-Reference Style Composition},
author = {Lee, Sanghyeok and Kang, Jihye and Ahn, Namhyuk},
journal = {arXiv preprint arXiv:2608.05213},
year = {2026}
}