REVIEW 4 major objections 4 minor 76 references
FreeCus: Free Lunch Subject-driven Customization in Diffusion Transformers
T0 review · 4 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read FreeCus claims that a single reference image plus attention steering is enough to personalize a diffusion transformer with no training.
desk verdict FreeCus is a credible training-free customization recipe with real engineering value, but its evaluation is optimistic and its key assumption about random-noise reference trajectories is hand-wavy. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Three objects carry the argument. Pivotal attention sharing (Eq. 3) restricts reference-feature injection to a set $\mathcal{V}$ of ten 'vital' layers, using a subject mask $m_r$ and scalar weights $\lambda_r, \lambda_p$ to balance identity and prompt adherence. Adjusted noise shifting replaces the standard schedule with $\sigma'_t = \frac{e^{-\mu}}{e^{-\mu}+1} t - 1$, so the reference trajectory $z_t=(1-\sigma'_t)z_{\mathrm{ref}}+\sigma'_t\epsilon$ emphasizes low noise and fine details. Semantic feature compensation appends a short LLM-filtered vision-language caption to the prompt. Together these are intended to transfer layout and identity while avoiding the copy-paste effect of full attention sharing.
What would settle it
Use one fixed subject and prompt, and replace the random-noise reference trajectory of Sec. 3.2 with a true inversion trajectory (for example, a rectified-flow or DDIM inversion) while keeping pivotal attention sharing, adjusted noise shifting, and semantic compensation fixed; if the reported CLIP-I and DINO subject-similarity scores drop by a large margin, the self-correction assumption about $\sigma_0=0$ is the load-bearing part and the method does not transfer to other noise schedules.
Extended reading notes
Core claim
The paper's central claim is that a diffusion transformer such as Flux.1 already contains enough knowledge to keep a subject consistent across new contexts, and that this ability can be unlocked without any training by steering attention during denoising. The steering has three parts: pivotal attention sharing, which concatenates the reference image's keys and values into the attention computation at ten vital layers while masking the background; adjusted noise shifting, which builds the reference trajectory with a reversed shift so that lower-noise, detail-rich samples are attended to; and semantic feature compensation, which adds a concise filtered caption of the subject's appearance to the text prompt. With these components, the paper reports subject similarity scores (CLIP-I 0.853, DINO 0.696) that exceed most trained competitors on the benchmark, and text controllability (CLIP-T 0.308) that remains competitive, leading to the claim that genuinely zero-shot subject-driven synthesis is achievable.
Load-bearing premise
The load-bearing premise is that random noise added to the reference image yields a diffusion trajectory whose attention maps reliably carry the subject's identity, with early noise-induced errors automatically corrected as the schedule reaches $z_0=z_{\mathrm{ref}}$.
Editorial extensions
If this is right
- If FreeCus's claim holds, a single reference photo and a text prompt are enough to generate the subject in new scenes, styles, and poses without per-subject finetuning.
- Because the method is training-free and layer-localized, it can be attached to any DiT-based pipeline; the paper demonstrates this with inpaint and depth-control variants and by boosting a vision-language-guided Flux model.
- The reported tension between subject fidelity and text control is tunable: raising the reference/text attention weights or the negative shift magnitude raises similarity at the cost of text alignment, so users can pick an operating point.
- If stronger vision-language models produce more accurate subject captions, the semantic compensation component should improve without retraining the diffusion model.
Reading between the lines
- A reader could push the paper's logic further: if identity lives in a few vital layers of Flux.1, the same layer selection may transfer to other diffusion transformers, making the method a general zero-shot personalization primitive.
- A direct test not run in the paper would swap the random-noise trajectory for a true inversion trajectory; if fidelity collapses, the self-correction assumption about the trajectory is the crux.
- The artifact-control dropout mentioned in the paper suggests an adaptive, per-subject dropout rate as a natural extension to trade artifacts against fidelity.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper presents FreeCus, an inference-time, training-free framework for subject-driven image customization with the Flux.1 diffusion transformer. The method has three components: pivotal attention sharing (PAS), which injects keys/values from a noisy reference trajectory into ten selected DiT layers; adjusted noise shifting (ANS), which reverses the noise schedule for the reference to emphasize fine detail; and semantic feature compensation (SFC), which uses MLLMs to generate a filtered subject-specific caption that augments the prompt. Experiments on DreamBench++ compare FreeCus with optimization-based and encoder-based personalization methods in terms of CLIP-T, CLIP-I, and DINO; the authors also demonstrate style transfer, inpainting, and integration with other DiT-based pipelines. The central claim is that FreeCus achieves state-of-the-art or comparable subject fidelity without any training or per-subject optimization.
Significance. If the empirical results are taken at face value, FreeCus offers a practical and simple alternative to training-based personalization for DiT models, with the advantage of being immediately applicable to a new subject from a single reference image. The paper includes a thorough component-wise ablation and qualitative evidence that the method balances subject fidelity with text controllability. The strengths are the clear engineering recipe, the use of publicly available models for segmentation and captions, and the demonstration of compatibility with inpainting and control modules. However, the claims are currently weakened by the evaluation protocol, as detailed below, and the mechanism lacks a rigorous account of why random-noise reference trajectories provide faithful subject features.
major comments (4)
- [Sec. 4.3 and Table 1] The final hyperparameters (λr=λp=1.10, shift multiplier -1.0, and the filtered LVLM caption strategy) are selected by scanning values on DreamBench++ (Sec. 4.3, 'Hyperparameter analysis' and 'Shift type analysis'), and the same benchmark is then used to report the final results in Table 1. This constitutes test-set tuning; without a separate validation split or cross-validation, the reported scores are optimistic and the comparison with competitors is not on equal footing. The differences against some baselines in Table 1 are small (e.g., CLIP-T 0.308 vs 0.314 for IP-Adapter FLUX.1, DINO 0.696 vs 0.729 for MS-Diffusion), so an independent selection would be necessary to support the state-of-the-art/comparable claim. Please provide a validation protocol or a sensitivity analysis that does not touch the final test metrics.
- [Sec. 3.2] The reference trajectory is built via Eq. (4) with random noise ε, and the paper asserts that inaccuracies in higher-timestep attention are 'progressively corrected' because σ0=0. This justification is incomplete: the target denoising process establishes global layout at early steps, precisely where the reference is noise-dominated, so unreliable reference key/value features could mislead the target before any correction occurs. ANS (Sec. 3.3) reduces the reference noise level but introduces a mismatch between reference (σ'_t) and target (σ_t) schedules; no analysis is provided of attention fidelity versus timestep or of the effect of this distribution shift. Please provide evidence (e.g., attention map visualizations or a fidelity metric as a function of t) that the random-noise trajectory yields faithful subject features at the timesteps where PAS is applied.
- [Sec. 7 and Sec. 4.1] The evaluation in Table 1 mixes different resolutions across methods. The paper's method uses 512×512 (Sec. 4.1), while Qwen2VL-Flux is generated at 1024×1024 (supplementary Sec. 7). Resolution affects CLIP and DINO scores (typically higher resolution improves fine-grained similarity), so the comparison is confounded. Please evaluate all methods at a common resolution, or at least report results for the proposed method at both 512×512 and 1024×1024 to isolate the resolution factor.
- [Sec. 4.1 and Table 1] No error bars or statistical significance are reported. With only four generated images per subject-prompt (Sec. 4.1), the averaged CLIP-I, DINO, and CLIP-T values carry considerable variance; several differences in Table 1 are within a few hundredths. Reporting standard errors or a significance test is necessary to support the claim of state-of-the-art or comparable performance.
minor comments (4)
- [Sec. 3.3 and Sec. 4.3] The notation 'µ*' used in the 'Shift type analysis' of Sec. 4.3 is never defined in the main text; the relationship between this parameter and the shift µ in Eq. (5) should be clarified.
- [Sec. 4.2] The statement 'surpasses most competitors in subject similarity' is imprecise because IP-Adapter-Plus and MS-Diffusion in Table 1 have higher CLIP-I and DINO; please explicitly qualify which competitors are surpassed.
- [Sec. 3.2] The notation switches between z0 and z_ref in Eq. (4) and the surrounding text without stating they are identical; please align the notation throughout.
- [Sec. 4.1 and supplementary Sec. 6] The selection of the ten 'vital layers' is not described precisely in the main text; providing the layer indices or the criterion would make the method more reproducible and the supplementary ablation easier to interpret.
Circularity Check
No circular derivation: FreeCus is an inference-time recipe whose components are not defined in terms of the reported metrics; the single self-citation is a related-work pointer and is not load-bearing.
full rationale
The paper makes no formal derivation claim: PAS (Eq. 3) directly concatenates reference keys and values into attention, which is the intended mechanism for raising CLIP-I/DINO rather than a fitted parameter renamed as a prediction. The Sec. 3.2 claim that the random-noise trajectory remains valid ('Inaccuracies in the attention computed at high timesteps are progressively corrected as the noise diminishes, since sigma_0 = 0 ensures z_0 = z_ref') is an asserted assumption, not a circular step; if it fails, the method is less robust, but the claim is not equivalent to its own input. ANS and SFC are heuristic ablations whose hyperparameters (lambda_r, lambda_p, shift magnitude, caption style) are selected on DreamBench++ and then re-reported on the same benchmark; this is a benchmark tuning or overfitting concern, not a derivation that reduces to the metric by construction. The only self-citation, [66], appears in the related-work taxonomy ('The first [17,26,33,66] fine-tunes base models...') and is not used to justify any unique choice or to forbid alternatives. No uniqueness theorem from the authors is invoked. Therefore no step in the paper is circular.
Assumptions & free parameters
free parameters (2)
- lambda_r and lambda_p attention scaling =
1.10
- shift direction multiplier k =
-1.0
assumptions (5)
- domain assumption Flux.1's MM-DiT blocks support concatenated key/value injection from a reference image (Eq. 2-3).
- domain assumption The vital layers identified by Stable Flow [6] for editing are also the right layers for subject customization in Flux.1.
- domain assumption A subject mask from BirefNet [67] accurately isolates the reference subject.
- domain assumption Rectified flow forward process with random noise yields valid reference trajectories for attention extraction.
- domain assumption MLLM-generated and LLM-filtered captions improve semantic fidelity without reducing text controllability.
Cite this review
Pith. "Pith review of FreeCus: Free Lunch Subject-driven Customization in Diffusion Transformers." pith.science (2026). https://pith.science/paper/SCDBYG5E
@misc{pith2026250715249,
author = {Pith},
title = {Pith review of: FreeCus: Free Lunch Subject-driven Customization in Diffusion Transformers},
year = {2026},
howpublished = {\url{https://pith.science/paper/SCDBYG5E}},
note = {Machine review of arXiv:2507.15249}
}
read the original abstract
In light of recent breakthroughs in text-to-image (T2I) generation, particularly with diffusion transformers (DiT), subject-driven technologies are increasingly being employed for high-fidelity customized production that preserves subject identity from reference inputs, enabling thrilling design workflows and engaging entertainment. Existing alternatives typically require either per-subject optimization via trainable text embeddings or training specialized encoders for subject feature extraction on large-scale datasets. Such dependencies on training procedures fundamentally constrain their practical applications. More importantly, current methodologies fail to fully leverage the inherent zero-shot potential of modern diffusion transformers (e.g., the Flux series) for authentic subject-driven synthesis. To bridge this gap, we propose FreeCus, a genuinely training-free framework that activates DiT's capabilities through three key innovations: 1) We introduce a pivotal attention sharing mechanism that captures the subject's layout integrity while preserving crucial editing flexibility. 2) Through a straightforward analysis of DiT's dynamic shifting, we propose an upgraded variant that significantly improves fine-grained feature extraction. 3) We further integrate advanced Multimodal Large Language Models (MLLMs) to enrich cross-modal semantic representations. Extensive experiments reflect that our method successfully unlocks DiT's zero-shot ability for consistent subject synthesis across diverse contexts, achieving state-of-the-art or comparable results compared to approaches that require additional training. Notably, our framework demonstrates seamless compatibility with existing inpainting pipelines and control modules, facilitating more compelling experiences. Our code is available at: https://github.com/Monalissaa/FreeCus.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Cross-image attention for zero- shot appearance transfer
Yuval Alaluf, Daniel Garibi, Or Patashnik, Hadar Averbuch- Elor, and Daniel Cohen-Or. Cross-image attention for zero- shot appearance transfer. In ACM SIGGRAPH 2024 Confer- ence Papers, pages 1–12, 2024. 3
work page 2024
-
[2]
Build- ing normalizing flows with stochastic interpolants
Michael Samuel Albergo and Eric Vanden-Eijnden. Build- ing normalizing flows with stochastic interpolants. In The Eleventh International Conference on Learning Representa- tions, 2023. 4
work page 2023
-
[3]
Blended diffusion for text-driven editing of natural images
Omri Avrahami, Dani Lischinski, and Ohad Fried. Blended diffusion for text-driven editing of natural images. In Pro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 18208–18218, 2022. 2, 3
work page 2022
-
[4]
Break-a-scene: Extracting multi- ple concepts from a single image
Omri Avrahami, Kfir Aberman, Ohad Fried, Daniel Cohen- Or, and Dani Lischinski. Break-a-scene: Extracting multi- ple concepts from a single image. In SIGGRAPH Asia 2023 Conference Papers, pages 1–12, 2023. 2
work page 2023
-
[5]
Diffuhaul: A training-free method for object dragging in images
Omri Avrahami, Rinon Gal, Gal Chechik, Ohad Fried, Dani Lischinski, Arash Vahdat, and Weili Nie. Diffuhaul: A training-free method for object dragging in images. In SIG- GRAPH Asia 2024 Conference Papers, pages 1–12, 2024. 3
work page 2024
-
[6]
Stable flow: Vital layers for training-free image editing
Omri Avrahami, Or Patashnik, Ohad Fried, Egor Nemchi- nov, Kfir Aberman, Dani Lischinski, and Daniel Cohen- Or. Stable flow: Vital layers for training-free image editing. arXiv preprint arXiv:2411.14430, 2024. 2, 3, 4
arXiv 2024
-
[7]
ediff-i: Text-to-image dif- fusion models with an ensemble of expert denoisers
Yogesh Balaji, Seungjun Nah, Xun Huang, Arash Vahdat, Ji- aming Song, Qinsheng Zhang, Karsten Kreis, Miika Aittala, Timo Aila, Samuli Laine, et al. ediff-i: Text-to-image dif- fusion models with an ensemble of expert denoisers. arXiv preprint arXiv:2211.01324, 2022. 2
arXiv 2022
-
[8]
Black Forest Labs. Announcing black forest labs. https: / / blackforestlabs . ai / announcing - black - forest-labs/, 2023. Accessed: 2024-4. 1, 2, 3, 5
work page 2023
Show all 76 references
-
[9]
Masactrl: Tuning-free mu- tual self-attention control for consistent image synthesis and editing
Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xi- aohu Qie, and Yinqiang Zheng. Masactrl: Tuning-free mu- tual self-attention control for consistent image synthesis and editing. In Proceedings of the IEEE/CVF international con- ference on computer vision, pages 22560–2257...
2023
-
[10]
Emerg- ing properties in self-supervised vision transformers
Mathilde Caron, Hugo Touvron, Ishan Misra, Herv ´e J´egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerg- ing properties in self-supervised vision transformers. In Pro- ceedings of the IEEE/CVF international conference on com- puter vision, pages 9650–9660, 2021. 5
2021
-
[11]
Pixart- α: Fast training of diffusion transformer for photorealistic text-to-image synthesis
Junsong Chen, Jincheng Yu, Chongjian Ge, Lewei Yao, Enze Xie, Yue Wu, Zhongdao Wang, James Kwok, Ping Luo, Huchuan Lu, et al. Pixart- α: Fast training of diffusion transformer for photorealistic text-to-image synthesis. arXiv preprint arXiv:2310.00426, 2023. 2
-
[12]
Pixart- σ: Weak-to-strong training of diffusion transformer for 4k text-to-image generation
Junsong Chen, Chongjian Ge, Enze Xie, Yue Wu, Lewei Yao, Xiaozhe Ren, Zhongdao Wang, Ping Luo, Huchuan Lu, and Zhenguo Li. Pixart- σ: Weak-to-strong training of diffusion transformer for 4k text-to-image generation. In European Conference on Computer Vision , pages 74–91. Spri...
2024
-
[13]
Anydoor: Zero-shot object-level im- age customization
Xi Chen, Lianghua Huang, Yu Liu, Yujun Shen, Deli Zhao, and Hengshuang Zhao. Anydoor: Zero-shot object-level im- age customization. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 6593–6602, 2024. 2
2024
-
[14]
Turboedit: Text-based image editing using few-step diffusion models
Gilad Deutch, Rinon Gal, Daniel Garibi, Or Patashnik, and Daniel Cohen-Or. Turboedit: Text-based image editing using few-step diffusion models. In SIGGRAPH Asia 2024 Con- ference Papers, pages 1–12, 2024. 1
2024
-
[15]
Diffusion models beat gans on image synthesis
Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis. Advances in neural informa- tion processing systems, 34:8780–8794, 2021. 2
2021
-
[16]
Scaling recti- fied flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling recti- fied flow transformers for high-resolution image synthesis. In Forty-first International Conference on Mach...
2024
-
[17]
An image is worth one word: Personalizing text-to-image gener- ation using textual inversion
Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patashnik, Amit Haim Bermano, Gal Chechik, and Daniel Cohen-or. An image is worth one word: Personalizing text-to-image gener- ation using textual inversion. In The Eleventh International Conference on Learning Representations. 2, 5
-
[18]
Encoder-based domain tuning for fast personalization of text-to-image models.ACM Transactions on Graphics (TOG), 42(4):1–13, 2023
Rinon Gal, Moab Arar, Yuval Atzmon, Amit H Bermano, Gal Chechik, and Daniel Cohen-Or. Encoder-based domain tuning for fast personalization of text-to-image models.ACM Transactions on Graphics (TOG), 42(4):1–13, 2023. 3
2023
-
[19]
Lumina-t2x: Transforming text into any modality, reso- lution, and duration via flow-based large diffusion transform- ers
Peng Gao, Le Zhuo, Ziyi Lin, Chris Liu, Junsong Chen, Ruoyi Du, Enze Xie, Xu Luo, Longtian Qiu, Yuhang Zhang, et al. Lumina-t2x: Transforming text into any modality, reso- lution, and duration via flow-based large diffusion transform- ers. arXiv preprint arXiv:2405.05945, 2024. 2
2024 arXiv
-
[20]
Tokenflow: Consistent diffusion features for consistent video editing
Michal Geyer, Omer Bar-Tal, Shai Bagon, and Tali Dekel. Tokenflow: Consistent diffusion features for consistent video editing. arXiv preprint arXiv:2307.10373, 2023. 4
2023 arXiv
-
[21]
Prompt-to-prompt image editing with cross-attention control
Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aberman, Yael Pritch, and Daniel Cohen-or. Prompt-to-prompt image editing with cross-attention control. In The Eleventh Inter- national Conference on Learning Representations, 2023. 3
2023
-
[22]
Style aligned image generation via shared atten- tion
Amir Hertz, Andrey V oynov, Shlomi Fruchter, and Daniel Cohen-Or. Style aligned image generation via shared atten- tion. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 4775–4785,
-
[23]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. Advances in neural information processing systems, 33:6840–6851, 2020. 2
2020
-
[24]
Cascaded diffu- sion models for high fidelity image generation
Jonathan Ho, Chitwan Saharia, William Chan, David J Fleet, Mohammad Norouzi, and Tim Salimans. Cascaded diffu- sion models for high fidelity image generation. Journal of Machine Learning Research, 23(47):1–33, 2022. 2
2022
-
[25]
Lora: Low- rank adaptation of large language models
Edward J Hu, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen, et al. Lora: Low- rank adaptation of large language models. In International Conference on Learning Representations, 2022. 5
2022
-
[26]
In-context lora for diffusion transformers
Lianghua Huang, Wei Wang, Zhi-Fan Wu, Yupeng Shi, Huanzhang Dou, Chen Liang, Yutong Feng, Yu Liu, and Jin- gren Zhou. In-context lora for diffusion transformers. arXiv preprint arXiv:2410.23775, 2024. 2
2024 arXiv
-
[27]
An edit friendly ddpm noise space: Inversion and manipulations
Inbar Huberman-Spiegelglas, Vladimir Kulikov, and Tomer Michaeli. An edit friendly ddpm noise space: Inversion and manipulations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12469– 12478, 2024. 4
2024
-
[28]
Open- clip, 2021
Gabriel Ilharco, Mitchell Wortsman, Ross Wightman, Cade Gordon, Nicholas Carlini, Rohan Taori, Achal Dave, Vaishaal Shankar, Hongseok Namkoong, John Miller, Han- naneh Hajishirzi, Ali Farhadi, and Ludwig Schmidt. Open- clip, 2021. If you use this software, please cite it as below. 2
2021
-
[29]
Auto-encoding variational bayes
Diederik P Kingma. Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114, 2013. 3
2013 arXiv
-
[30]
Segment any- thing
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C Berg, Wan-Yen Lo, et al. Segment any- thing. In Proceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 4015–4026, 2023. 5
2023
-
[31]
Anymaker: Zero-shot gen- eral object customization via decoupled dual-level id injec- tion
Lingjie Kong, Kai Wu, Xiaobin Hu, Wenhui Han, Jin- long Peng, Chengming Xu, Donghao Luo, Jiangning Zhang, Chengjie Wang, and Yanwei Fu. Anymaker: Zero-shot gen- eral object customization via decoupled dual-level id injec- tion. arXiv preprint arXiv:2406.11643, 2024. 3
2024 arXiv
-
[32]
Flowedit: Inversion-free text-based editing using pre-trained flow models
Vladimir Kulikov, Matan Kleiner, Inbar Huberman- Spiegelglas, and Tomer Michaeli. Flowedit: Inversion-free text-based editing using pre-trained flow models. arXiv preprint arXiv:2412.08629, 2024. 3
2024 arXiv
-
[33]
Multi-concept customization of text-to-image diffusion
Nupur Kumari, Bingliang Zhang, Richard Zhang, Eli Shechtman, and Jun-Yan Zhu. Multi-concept customization of text-to-image diffusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 1931–1941, 2023. 2, 3
1931
-
[34]
Blip-diffusion: Pre- trained subject representation for controllable text-to-image generation and editing
Dongxu Li, Junnan Li, and Steven Hoi. Blip-diffusion: Pre- trained subject representation for controllable text-to-image generation and editing. Advances in Neural Information Pro- cessing Systems, 36, 2024. 3, 5, 2
2024
-
[35]
Flow matching for genera- tive modeling
Yaron Lipman, Ricky TQ Chen, Heli Ben-Hamu, Maxim- ilian Nickel, and Matthew Le. Flow matching for genera- tive modeling. In The Eleventh International Conference on Learning Representations, 2023. 4
2023
-
[36]
Flow straight and fast: Learning to generate and transfer data with rectified flow
Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow. In The Eleventh International Conference on Learning Representations (ICLR), 2023. 2, 4
2023
-
[37]
Qwen2vl-flux: Unifying image and text guidance for controllable image generation, 2024
Pengqi Lu. Qwen2vl-flux: Unifying image and text guidance for controllable image generation, 2024. 5, 2
2024
-
[38]
Realcus- tom++: Representing images as real-word for real-time cus- tomization
Zhendong Mao, Mengqi Huang, Fei Ding, Mingcong Liu, Qian He, Xiaojun Chang, and Yongdong Zhang. Realcus- tom++: Representing images as real-word for real-time cus- tomization. arXiv preprint arXiv:2408.09744 , 2024. 2, 3, 5
2024
-
[39]
Null-text inversion for editing real im- ages using guided diffusion models
Ron Mokady, Amir Hertz, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Null-text inversion for editing real im- ages using guided diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6038–6047, 2023. 1, 3, 4
2023
-
[40]
Glide: Towards photorealistic image generation and editing with text-guided diffusion models.arXiv preprint arXiv:2112.10741, 2021
Alex Nichol, Prafulla Dhariwal, Aditya Ramesh, Pranav Shyam, Pamela Mishkin, Bob McGrew, Ilya Sutskever, and Mark Chen. Glide: Towards photorealistic image generation and editing with text-guided diffusion models.arXiv preprint arXiv:2112.10741, 2021. 2
2021 arXiv
-
[41]
Kosmos-g: Generating images in context with multimodal large language models
Xichen Pan, Li Dong, Shaohan Huang, Zhiliang Peng, Wenhu Chen, and Furu Wei. Kosmos-g: Generating images in context with multimodal large language models. In The Twelfth International Conference on Learning Representa- tions, 2024. 3
2024
-
[42]
λ-eclipse: Multi-concept personalized text-to-image diffusion models by leveraging clip latent space
Maitreya Patel, Sangmin Jung, Chitta Baral, and Yezhou Yang. λ-eclipse: Multi-concept personalized text-to-image diffusion models by leveraging clip latent space. arXiv preprint arXiv:2402.05195, 2024. 3
2024 arXiv
-
[43]
Scalable diffusion models with transformers
William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 4195–4205,
-
[44]
Dreambench++: A human-aligned bench- mark for personalized image generation
Yuang Peng, Yuxin Cui, Haomiao Tang, Zekun Qi, Runpei Dong, Jing Bai, Chunrui Han, Zheng Ge, Xiangyu Zhang, and Shu-Tao Xia. Dreambench++: A human-aligned bench- mark for personalized image generation. arXiv preprint arXiv:2406.16855, 2024. 5, 2
2024 arXiv
-
[45]
W ¨urstchen: An ef- ficient architecture for large-scale text-to-image diffusion models
Pablo Pernias, Dominic Rampas, Mats Leon Richter, Christopher Pal, and Marc Aubreville. W ¨urstchen: An ef- ficient architecture for large-scale text-to-image diffusion models. In The Twelfth International Conference on Learn- ing Representations. 2
-
[46]
Sdxl: Improving latent diffusion models for high-resolution image synthesis
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion models for high-resolution image synthesis. In The Twelfth Interna- tional Conference on Learning Representations. 2, 5
-
[47]
Learning transferable visual models from natural language supervi- sion
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. In International conference on machine learning, ...
2021
-
[48]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2, 3
2022
-
[49]
Semantic im- age inversion and editing using rectified stochastic differen- tial equations
Litu Rout, Yujia Chen, Nataniel Ruiz, Constantine Carama- nis, Sanjay Shakkottai, and Wen-Sheng Chu. Semantic im- age inversion and editing using rectified stochastic differen- tial equations. arXiv preprint arXiv:2410.10792, 2024. 4
-
[50]
Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation
Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Yael Pritch, Michael Rubinstein, and Kfir Aberman. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 2250...
2023
-
[51]
Photorealistic text-to-image diffusion models with deep language understanding
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in neural information...
2022
-
[52]
Denois- ing diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denois- ing diffusion implicit models. In International Conference on Learning Representations, 2021. 3, 4
2021
-
[53]
Moma: Multimodal llm adapter for fast personalized image generation
Kunpeng Song, Yizhe Zhu, Bingchen Liu, Qing Yan, Ahmed Elgammal, and Xiao Yang. Moma: Multimodal llm adapter for fast personalized image generation. In European Confer- ence on Computer Vision, pages 117–132. Springer, 2024. 2, 3
2024
-
[54]
Generative multimodal mod- els are in-context learners
Quan Sun, Yufeng Cui, Xiaosong Zhang, Fan Zhang, Qiy- ing Yu, Yueze Wang, Yongming Rao, Jingjing Liu, Tiejun Huang, and Xinlong Wang. Generative multimodal mod- els are in-context learners. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , ...
2024
-
[55]
Ominicontrol: Minimal and uni- versal control for diffusion transformer
Zhenxiong Tan, Songhua Liu, Xingyi Yang, Qiaochu Xue, and Xinchao Wang. Ominicontrol: Minimal and uni- versal control for diffusion transformer. arXiv preprint arXiv:2411.15098, 2024. 5, 8, 2
2024 arXiv
-
[56]
Key-locked rank one editing for text-to-image personaliza- tion
Yoad Tewel, Rinon Gal, Gal Chechik, and Yuval Atzmon. Key-locked rank one editing for text-to-image personaliza- tion. In ACM SIGGRAPH 2023 Conference Proceedings , pages 1–11, 2023. 3
2023
-
[57]
Add-it: Training-free object in- sertion in images with pretrained diffusion models
Yoad Tewel, Rinon Gal, Dvir Samuel, Yuval Atzmon, Lior Wolf, and Gal Chechik. Add-it: Training-free object in- sertion in images with pretrained diffusion models. arXiv preprint arXiv:2411.07232, 2024. 2, 3, 4
2024 arXiv
-
[58]
Training-free consis- tent text-to-image generation
Yoad Tewel, Omri Kaduri, Rinon Gal, Yoni Kasten, Lior Wolf, Gal Chechik, and Yuval Atzmon. Training-free consis- tent text-to-image generation. ACM Transactions on Graph- ics (TOG), 43(4):1–18, 2024. 3, 1
2024
-
[59]
Attention is all you need
A Vaswani. Attention is all you need. Advances in Neural Information Processing Systems, 2017. 2
2017
-
[60]
Instantstyle: Free lunch towards style-preserving in text-to-image generation
Haofan Wang, Matteo Spinelli, Qixun Wang, Xu Bai, Zekui Qin, and Anthony Chen. Instantstyle: Free lunch towards style-preserving in text-to-image generation. arXiv preprint arXiv:2404.02733, 2024. 1
2024 arXiv
-
[61]
Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution
Peng Wang, Shuai Bai, Sinan Tan, Shijie Wang, Zhihao Fan, Jinze Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Yang Fan, Kai Dang, Mengfei Du, Xuancheng Ren, Rui Men, Dayiheng Liu, Chang Zhou, Jingren Zhou, and Jun- yang Lin. Qwen2-vl: Enhancing vision-language model’s ...
2024 arXiv
-
[62]
Wang, Siming Fu, Qihan Huang, Wanggui He, and Hao Jiang
X. Wang, Siming Fu, Qihan Huang, Wanggui He, and Hao Jiang. Ms-diffusion: Multi-subject zero-shot image per- sonalization with layout guidance. CoRR, abs/2406.07209,
-
[63]
Elite: Encoding visual con- cepts into textual embeddings for customized text-to-image generation
Yuxiang Wei, Yabo Zhang, Zhilong Ji, Jinfeng Bai, Lei Zhang, and Wangmeng Zuo. Elite: Encoding visual con- cepts into textual embeddings for customized text-to-image generation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 15943–15953, 2023. 3
2023
-
[64]
Qwen2.5 technical report
An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, Huan Lin, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jingren Zhou, Junyang Lin, Kai Dang, Keming Lu, Keqin Bao, Kexin Yang, Le Yu, Me...
2024 arXiv
-
[65]
Ip- adapter: Text compatible image prompt adapter for text-to- image diffusion models
Hu Ye, Jun Zhang, Sibo Liu, Xiao Han, and Wei Yang. Ip- adapter: Text compatible image prompt adapter for text-to- image diffusion models. arXiv preprint arXiv:2308.06721,
-
[66]
Attention calibration for disentangled text-to-image person- alization
Yanbing Zhang, Mengping Yang, Qin Zhou, and Zhe Wang. Attention calibration for disentangled text-to-image person- alization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 4764– 4774, 2024. 2
2024
-
[67]
Bilateral refer- ence for high-resolution dichotomous image segmentation
Peng Zheng, Dehong Gao, Deng-Ping Fan, Li Liu, Jorma Laaksonen, Wanli Ouyang, and Nicu Sebe. Bilateral refer- ence for high-resolution dichotomous image segmentation. CAAI Artificial Intelligence Research , 3:9150038, 2024. 2, 4, 5
2024
-
[68]
Lumina-next: Making lumina-t2x stronger and faster with next-dit
Le Zhuo, Ruoyi Du, Han Xiao, Yangguang Li, Dongyang Liu, Rongjie Huang, Wenze Liu, Xiangyang Zhu, Fu-Yun Wang, Zhanyu Ma, et al. Lumina-next: Making lumina-t2x stronger and faster with next-dit. In The Thirty-eighth An- nual Conference on Neural Information Processing Systems,
-
[70]
Experiments Ablations on vital layer selection. We investigate: Does the benefit arise from simply reducing layers or specifically using vital layers? Do non-vital layers impact generation? Does attention-dropout [58] suffice? Two ablations address this: 1) sharing attention i...
-
[71]
Designs for captions
sharing with random dropout in all 57 layers, dropping 5/6 to approximate 1−Nv/57 (ours-D’). Other components remain unchanged. Results (Fig. 9) show key detail loss in both settings: ours-N alters hairstyle and removes leg fea- tures, while ours-D’ shifts clothing color (purp...
-
[72]
For IPA (Flux.1) implemen- tation, we use the third-party code from XLabs-AI
Compared Methods and Implementation Details IP-Adapter (IPA) [65] IPA introduces a lightweight adapter that decouples image and text features, addressing limitations in fine-grained control when merging these fea- tures in cross-attention layers. For IPA (Flux.1) implemen- tat...
-
[73]
Shape - Main body outline - Overall structure - Proportions and composition - Spatial organization
-
[74]
Color - Color palette and schemes - Saturation levels - Brightness/contrast - Color distribution patterns
-
[75]
Texture - Surface qualities - Detail clarity - Visual patterns - Material appearance
-
[76]
Prompt for Detailed Subject Caption
Subject-Specific Features - If human/animal: facial features, expressions, poses - If object: distinctive characteristics, condition - If landscape: environmental elements , atmosphere [Description Quality Levels] Your description should aim for the highest level of detail: Le...
-
[2024]
2 FreeCus: Free Lunch Subject-driven Customization in Diffusion Transformers Supplementary Material
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.