REVIEW 4 major objections 5 minor 3 cited by
InstantCharacter: Personalize Any Characters with a Scalable Diffusion Transformer Framework
T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read InstantCharacter claims that a frozen diffusion transformer, fitted with a stacked encoder adapter and a three-stage training schedule, can personalize any unseen character from a single image while keeping full text control.
desk verdict A coherent DiT-based character adapter with a plausible training scheme, but the paper's strongest claims rest entirely on qualitative grids and a missing quantitative figure. 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
The load-bearing object is the scalable adapter: a stack of transformer encoders that progressively refine character representations before a timestep-aware Q-former projects them into the frozen DiT's denoising space through learnable cross-attention layers. It combines two general vision encoders, SigLIP for fine-grained texture and DINOv2 for robustness to background interference, with a dual-stream feature fusion that preserves low-level details from shallow layers and region-level cues from image patches. The other mechanism is the training setup: a 10-million-image dataset split into paired and unpaired subsets plus a three-stage schedule that the paper says separates identity consistency, textual editability, and image fidelity.
What would settle it
Train the adapter with the paired text-editing stage removed, using only unpaired self-reconstruction, then run text-edit prompts on unseen characters: if outputs still follow the prompt well or still show the copy-paste effect, the claimed separation between identity and editability fails. A second check is to measure identity similarity and prompt-following scores on identical prompts across InstantCharacter and the FLUX-based baselines; if the claimed consistent best performance does not survive a quantitative head-to-head, the qualitative central claim is falsified.
Extended reading notes
Core claim
The core claim is that a frozen, billion-parameter diffusion transformer can be turned into an open-domain character personalizer by training a lightweight, stackable transformer adapter, provided the adapter is designed to feed rich multi-scale visual features into the DiT latent space. The paper reports that the adapter, combining SigLIP and DINOv2 features with low-level and region-level feature streams, preserves identity details that CLIP-based adapters lose, while a timestep-aware Q-former projection keeps character features compatible with the base model's text-conditioned denoising. A second claimed discovery is that paired multi-view data teaches textual editability and unpaired data teaches identity, so a three-stage curriculum lets both properties emerge simultaneously without the copy-paste effect or loss of prompt control. This, the paper argues, is what lets it beat UNet-era adapters and optimization-based personalization on unseen characters without per-subject fine-tuning.
Load-bearing premise
The framework's success depends on the assumption that the three-stage training schedule separates identity, editability, and fidelity so cleanly that they reinforce rather than interfere, but no ablation is reported to show the stages compose without interference.
Editorial extensions
If this is right
- A single frozen foundation transformer can be repurposed for identity-preserving generation by training only the adapter, so scaling to larger base models does not require retraining the generator.
- Open-domain characters never seen during training can be personalized in one forward pass, without per-subject fine-tuning or test-time optimization.
- Text edits such as new poses, actions, and backgrounds remain controllable while identity is preserved, the property that optimization-based methods sacrifice.
- The paired/unpaired dataset split and three-stage schedule offer a recipe for separating identity, editability, and fidelity in other subject-customization tasks.
Reading between the lines
- If the three-stage separation is real, an ablation that trains only the unpaired stage should show strong identity but weak text following, while omitting the high-resolution stage should degrade texture; the paper does not report such ablations, so the composition claim is testable but unverified.
- The same adapter design should transfer to non-character subjects such as products, animals, or multi-character scenes where identity must survive viewpoint and occlusion, but the paper demonstrates only single-character portraits and game assets.
- The qualitative finding that style LoRAs can be combined without breaking identity suggests a practical identity-plus-style pipeline, yet the paper's evidence for that combination is visual only and lacks a quantitative consistency measure.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. InstantCharacter proposes a scalable adapter for the frozen FLUX.1-dev diffusion transformer, aimed at open-domain character personalization. The adapter combines SigLIP and DINOv2 features, adds dual-stream low-level and region-level fusion through intermediate transformer encoders, and projects the result into the denoising space with a timestep-aware Q-former. Training uses a claimed 10-million-image dataset split into unpaired self-reconstruction data and paired text-image editing data, organized into a three-stage schedule at 512 resolution and then high resolution. The paper reports qualitative comparisons against OminiControl, EasyControl, ACE+, UNO, and GPT-4o, and claims that InstantCharacter 'consistently performs the best' in fidelity, identity preservation, and text controllability.
Significance. If the claims are correct, the paper would make a useful contribution: it demonstrates an adapter architecture that scales with modern DiT backbones, introduces a large-scale dual-data training recipe for identity and editability, and releases code. The proposed design choices (SigLIP+DINOv2 fusion, patch-level region features, three-stage training) are plausible and worth reporting. However, the evidence provided is exclusively qualitative. The comparison grids in Figures 3-5 are selected examples without quantitative metrics, user studies, or ablations, so the central claims of state-of-the-art performance and of the three-stage decomposition are not yet supported. The paper's value is therefore conditional on adding rigorous evaluation.
major comments (4)
- [§4, first paragraph] The sentence 'These qualitative advantages are further supported by quantitative measurements shown in Fig. 6' is contradicted by the manuscript itself: Figure 6 is captioned 'More qualitative results of InstantCharacter' and contains no numeric measurements, error bars, or statistical tests. The claim that InstantCharacter 'consistently performs the best' is therefore supported only by a small set of qualitative grids. Please add actual quantitative evaluation (e.g., identity similarity metrics, text-image alignment scores, user preference studies) or remove the unsupported sentence.
- [§3.2, three-stage training] The paper asserts that the three stages decouple character consistency, textual controllability, and image fidelity, and that the paired training stage 'efficiently eliminates the copy-paste effect,' but no ablation or metric is provided to show that the stages compose without interference or that the ordering matters. If the staged objectives interact, the reported simultaneous identity fidelity, editability, and generalization may not reproduce. Please include stage-wise ablations and a sensitivity analysis of the training schedule.
- [§4, evaluation protocol] The evaluation set is described only as 'a set of open-domain character images not present in the training data,' with no information about its size, selection criteria, or overlap checking procedure. Because the training dataset is not released, this claim cannot be verified. Please specify the evaluation set construction, the number of prompts and images, the baselines' configuration details, and the exact comparison protocol so that the qualitative comparison is reproducible.
- [§4, comparison fairness] The comparison against GPT-4o, a closed and non-reproducible system, and the absence of any quantitative comparison raise fairness concerns. The paper does not state the random seeds, prompt templates, or post-processing for any method. The 'consistently performs the best' claim needs a defined protocol, ideally with multiple independent raters or a scoring rubric, to move beyond selected examples.
minor comments (5)
- [§1 and references] The baseline name is spelled 'OminiControl' in the text but 'Ominicontrol' in reference [20]; please standardize the spelling.
- [§2] The base model is referred to as both 'FLUX1.0-dev' in the introduction and 'FLUX.1' elsewhere; please use a consistent name.
- [§3.2] The dataset size is described as '10-million-level'; please state the exact number of images in the unpaired and paired subsets and describe the data curation and filtering process.
- [§3.1] The adapter's capacity, number of parameters, and training hyperparameters (learning rate, batch size, optimizer, number of iterations per stage) are not reported; these details are needed to assess the scalability claim.
- [Figure 2] The caption says 'progressively' but likely should read 'progressive' or 'progressively refines'; please correct the typo.
Circularity Check
No circularity: InstantCharacter is an empirical systems claim with no derivation that reduces to its inputs.
full rationale
The paper contains no mathematical derivation whose output is equivalent to its inputs. Its central claims are architectural and empirical: a frozen FLUX backbone plus a SigLIP/DINOv2 adapter with dual-stream fusion and a timestep-aware Q-former, trained in three stages on a 10M-image dataset. No fitted parameter is renamed as a prediction, and no cited result is invoked to forbid alternatives. The three-stage training schedule is presented as a design choice, not as a consequence of a theorem, so the lack of ablations is a completeness weakness rather than circularity. References to the authors' prior InstantID work appear only in related work and are not load-bearing. The one notable inconsistency is evidentiary, not circular: Section 4 says 'These qualitative advantages are further supported by quantitative measurements shown in Fig. 6,' yet Fig. 6 is captioned 'More qualitative results of InstantCharacter' and contains no numerical evaluation. That is a missing-evidence problem, not a reduction of the claimed result to its own inputs. Verdict: no significant circularity.
Assumptions & free parameters
assumptions (3)
- domain assumption SigLIP and DINOv2 features, with patch-level low-level and region-level fusion, capture sufficient character identity detail.
- domain assumption Three-stage training, unpaired self-reconstruction, paired editing, and high-resolution joint fine-tuning, decouples identity consistency, text controllability, and fidelity.
- domain assumption Qualitative evaluation images are not in the training data and are representative.
Cite this review
Pith. "Pith review of InstantCharacter: Personalize Any Characters with a Scalable Diffusion Transformer Framework." pith.science (2026). https://pith.science/paper/ZCGCGJXZ
@misc{pith2026250412395,
author = {Pith},
title = {Pith review of: InstantCharacter: Personalize Any Characters with a Scalable Diffusion Transformer Framework},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZCGCGJXZ}},
note = {Machine review of arXiv:2504.12395}
}
read the original abstract
Current learning-based subject customization approaches, predominantly relying on U-Net architectures, suffer from limited generalization ability and compromised image quality. Meanwhile, optimization-based methods require subject-specific fine-tuning, which inevitably degrades textual controllability. To address these challenges, we propose InstantCharacter, a scalable framework for character customization built upon a foundation diffusion transformer. InstantCharacter demonstrates three fundamental advantages: first, it achieves open-domain personalization across diverse character appearances, poses, and styles while maintaining high-fidelity results. Second, the framework introduces a scalable adapter with stacked transformer encoders, which effectively processes open-domain character features and seamlessly interacts with the latent space of modern diffusion transformers. Third, to effectively train the framework, we construct a large-scale character dataset containing 10-million-level samples. The dataset is systematically organized into paired (multi-view character) and unpaired (text-image combinations) subsets. This dual-data structure enables simultaneous optimization of identity consistency and textual editability through distinct learning pathways. Qualitative experiments demonstrate the advanced capabilities of InstantCharacter in generating high-fidelity, text-controllable, and character-consistent images, setting a new benchmark for character-driven image generation. Our source code is available at https://github.com/Tencent/InstantCharacter.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 3 Pith papers
-
RepText: Rendering Visual Text via Replicating
A FLUX-based control module renders multilingual text by replicating glyph shapes from canny and position inputs, using glyph-latent initialization, region masks, and an OCR loss, with qualitative parity to closed-sou...
-
Beyond Facial Consistency: Personalized Person Image Generation with Holistic Identity Preservation
A dual-branch FLUX-based generator with dynamic temporal gating and region-aware losses improves the face-vs-appearance trade-off in personalized person image generation.
-
Hunyuan-Game: Industrial-grade Intelligent Game Creation Model
Tencent's Hunyuan-Game applies diffusion transformers to game asset creation across nine image and video generation tasks, with self-reported gains that are partly contradicted by its own evaluation table.
Reference graph
Works this paper leans on
-
[1]
ACM transactions on Graphics (TOG) 42(4), 1–10 (2023)
Chefer, H., Alaluf, Y ., Vinker, Y ., Wolf, L., Cohen-Or, D.: Attend-and-excite: Attention-based semantic guidance for text-to-image diffusion models. ACM transactions on Graphics (TOG) 42(4), 1–10 (2023)
work page 2023
-
[2]
In: Forty-first international conference on machine learning (2024)
Esser, P., Kulal, S., Blattmann, A., Entezari, R., Müller, J., Saini, H., Levi, Y ., Lorenz, D., Sauer, A., Boesel, F., et al.: Scaling rectified flow transformers for high-resolution image synthesis. In: Forty-first international conference on machine learning (2024)
2024
-
[3]
arXiv preprint arXiv:2503.12590 (2025)
Feng, H., Huang, Z., Li, L., Lv, H., Sheng, L.: Personalize anything for free with diffusion transformer. arXiv preprint arXiv:2503.12590 (2025)
arXiv 2025
-
[4]
arXiv preprint arXiv:2208.01618 (2022)
Gal, R., Alaluf, Y ., Atzmon, Y ., Patashnik, O., Bermano, A.H., Chechik, G., Cohen-Or, D.: An image is worth one word: Personalizing text-to-image generation using textual inversion. arXiv preprint arXiv:2208.01618 (2022)
arXiv 2022
-
[5]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Huang, M., Mao, Z., Liu, M., He, Q., Zhang, Y .: Realcustom: narrowing real text word for real- time open-domain text-to-image customization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 7476–7485 (2024)
work page 2024
-
[6]
arXiv preprint arXiv:2410.21276 (2024)
Hurst, A., Lerer, A., Goucher, A.P., Perelman, A., Ramesh, A., Clark, A., Ostrow, A., Welihinda, A., Hayes, A., Radford, A., et al.: Gpt-4o system card. arXiv preprint arXiv:2410.21276 (2024)
arXiv 2024
-
[7]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Kumari, N., Zhang, B., Zhang, R., Shechtman, E., Zhu, J.Y .: Multi-concept customization of text-to-image diffusion. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 1931–1941 (2023) 7 Figure 6: More qualitative results of InstantCharacter
work page 2023
-
[8]
Labs, B.F.: Flux: Official inference repository for flux.1 models (2024)
work page 2024
Show all 26 references
-
[9]
Advances in Neural Information Processing Systems 36, 30146–30166 (2023)
Li, D., Li, J., Hoi, S.: Blip-diffusion: Pre-trained subject representation for controllable text- to-image generation and editing. Advances in Neural Information Processing Systems 36, 30146–30166 (2023)
2023
-
[10]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Li, Z., Cao, M., Wang, X., Qi, Z., Cheng, M.M., Shan, Y .: Photomaker: Customizing realistic human photos via stacked id embedding. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 8640–8650 (2024)
2024
-
[11]
arXiv preprint arXiv:2501.02487 (2025)
Mao, C., Zhang, J., Pan, Y ., Jiang, Z., Han, Z., Liu, Y ., Zhou, J.: Ace++: Instruction-based image creation and editing via context-aware content filling. arXiv preprint arXiv:2501.02487 (2025)
2025 arXiv
-
[12]
arXiv preprint arXiv:2408.09744 (2024) 8
Mao, Z., Huang, M., Ding, F., Liu, M., He, Q., Zhang, Y .: Realcustom++: Representing images as real-word for real-time customization. arXiv preprint arXiv:2408.09744 (2024) 8
2024
-
[13]
In: Proceedings of the AAAI conference on artificial intelligence
Mou, C., Wang, X., Xie, L., Wu, Y ., Zhang, J., Qi, Z., Shan, Y .: T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models. In: Proceedings of the AAAI conference on artificial intelligence. vol. 38, pp. 4296–4304 (2024)
2024
-
[14]
arXiv preprint arXiv:2304.07193 (2023)
Oquab, M., Darcet, T., Moutakanni, T., V o, H., Szafraniec, M., Khalidov, V ., Fernandez, P., Haziza, D., Massa, F., El-Nouby, A., et al.: Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193 (2023)
2023 arXiv
-
[15]
arXiv preprint arXiv:2307.01952 (2023)
Podell, D., English, Z., Lacey, K., Blattmann, A., Dockhorn, T., Müller, J., Penna, J., Rombach, R.: Sdxl: Improving latent diffusion models for high-resolution image synthesis. arXiv preprint arXiv:2307.01952 (2023)
2023 arXiv
-
[16]
In: International conference on machine learning
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., et al.: Learning transferable visual models from natural language supervision. In: International conference on machine learning. pp. 8748–8763. PmLR (2021)
2021
-
[17]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., Ommer, B.: High-resolution image synthesis with latent diffusion models. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 10684–10695 (2022)
2022
-
[18]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Ruiz, N., Li, Y ., Jampani, V ., Pritch, Y ., Rubinstein, M., Aberman, K.: 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. pp. 22500–22510 (2023)
2023
-
[19]
In: European Conference on Computer Vision
Song, K., Zhu, Y ., Liu, B., Yan, Q., Elgammal, A., Yang, X.: Moma: Multimodal llm adapter for fast personalized image generation. In: European Conference on Computer Vision. pp. 117–132. Springer (2024)
2024
-
[20]
arXiv preprint arXiv:2411.15098 3 (2024)
Tan, Z., Liu, S., Yang, X., Xue, Q., Wang, X.: Ominicontrol: Minimal and universal control for diffusion transformer. arXiv preprint arXiv:2411.15098 3 (2024)
2024 arXiv
-
[21]
arXiv preprint arXiv:2404.15677 (2024)
Wang, Q., Li, B., Li, X., Cao, B., Ma, L., Lu, H., Jia, X.: Characterfactory: Sampling consistent characters with gans for diffusion models. arXiv preprint arXiv:2404.15677 (2024)
2024 arXiv
-
[22]
arXiv preprint arXiv:2401.07519 (2024)
Wang, Q., Bai, X., Wang, H., Qin, Z., Chen, A., Li, H., Tang, X., Hu, Y .: Instantid: Zero-shot identity-preserving generation in seconds. arXiv preprint arXiv:2401.07519 (2024)
2024 arXiv
-
[23]
arXiv preprint arXiv:2504.02160 (2025)
Wu, S., Huang, M., Wu, W., Cheng, Y ., Ding, F., He, Q.: Less-to-more generalization: Unlock- ing more controllability by in-context generation. arXiv preprint arXiv:2504.02160 (2025)
2025 arXiv
-
[24]
arXiv preprint arXiv:2308.06721 (2023)
Ye, H., Zhang, J., Liu, S., Han, X., Yang, W.: Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models. arXiv preprint arXiv:2308.06721 (2023)
2023 arXiv
-
[25]
In: Proceedings of the IEEE/CVF international conference on computer vision
Zhai, X., Mustafa, B., Kolesnikov, A., Beyer, L.: Sigmoid loss for language image pre-training. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 11975– 11986 (2023)
2023
-
[26]
arXiv preprint arXiv:2503.07027 (2025) 9
Zhang, Y ., Yuan, Y ., Song, Y ., Wang, H., Liu, J.: Easycontrol: Adding efficient and flexible control for diffusion transformer. arXiv preprint arXiv:2503.07027 (2025) 9
2025 arXiv
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.