REVIEW 4 major objections 6 minor 1 cited by
RepText: Rendering Visual Text via Replicating
T0 review · 4 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read RepText claims that a pre-trained monolingual text-to-image model can render multilingual text accurately by replicating glyph shapes rather than understanding them.
desk verdict A genuinely new glyph-latent trick for multilingual text on FLUX, but the comparative claims are supported only by qualitative panels and need numbers. 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 glyph latent replication: initializing the denoising process from the VAE latent of a noise-free rendered glyph, $z_T = \lambda_1 \mathcal{N}(0,1) + \lambda_2 z_0^*$ inside the text region and pure noise outside, rather than from pure Gaussian noise. This gives the diffusion process a copybook to imitate and supports coarse color control. Around it sit three supporting mechanisms: a ControlNet branch conditioned on canny edge and position images of the glyph (so no text encoder needs to know the script), a region mask that injects ControlNet features only inside the text box to protect the background, and a PP-OCRv3 perceptual loss that measures feature-map distances on cropped text regions and steers the denoiser toward legible characters.
What would settle it
Render a Tibetan or other dense-script phrase at small size, encode the glyph with the FLUX VAE, decode it, and check legibility before any diffusion step; if the reconstructed glyph is already illegible, RepText cannot recover it, and a controlled experiment replacing the glyph-latent initialization with pure noise would show whether the claimed accuracy gain comes from the replication step.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that a diffusion transformer image generator that cannot read a script can still be made to write it: RepText teaches the frozen FLUX-dev model to copy a user-supplied glyph rather than understand the word. The method renders the desired text in a chosen font, extracts a canny edge map and a position mask, feeds both as conditions into a text ControlNet branch, and at inference starts denoising from a latent that blends random noise with the VAE-encoded glyph, masked to the text region. An OCR-based perceptual loss during training pushes the predicted image toward recognizable text. The paper's reported result is accurate, controllable multilingual rendering with user fonts and coarse color control, without modifying the base model's weights.
Load-bearing premise
The load-bearing premise is that the frozen image generator's VAE compresses a small, complex glyph into a latent that still preserves the typographic identity, so that a copybook-style initialization can guide the final text; the paper's own failure cases show this is exactly what breaks for tiny or dense-stroke scripts.
Editorial extensions
If this is right
- A frozen monolingual image generator can gain multilingual text capabilities without retraining or swapping its text encoder.
- Users can control text content, font, and position by rendering a glyph image and extracting conditions, and can bias color through the glyph latent.
- The method composes with community style LoRAs, other ControlNets, and IP-Adapter, so text control can be combined with existing generation plugins.
- Against current open-source methods the paper reports better accuracy and image quality, and results comparable to closed-source multilingual models, though with less semantic flexibility for scene-integrated text.
Reading between the lines
- Beyond the paper: because the approach bypasses semantics, it should transfer to any frozen diffusion model that has a VAE with sufficient glyph fidelity; a direct test would be porting the same training recipe to another diffusion transformer base.
- Beyond the paper: the main scaling bottleneck is the VAE's handling of small or dense strokes, so improving the latent encoder or using a glyph-aware compression step should give the largest accuracy gains for dense-script or small-font text.
- Beyond the paper: if the copybook analogy holds, a much smaller data diet of clean rendered glyphs might suffice for new scripts, since the model is learning to imitate a shape rather than a language; this could be tested by training the control branch on a few hundred glyphs per unused script.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. RepText is a ControlNet-style adapter for FLUX-dev that renders multilingual visual text by replicating glyph input rather than by semantic understanding. The model takes canny-edge and position maps derived from a user-rendered glyph image, concatenates their VAE encodings as ControlNet conditions, adds an OCR-based perceptual loss during training, and uses two inference-time techniques: initialization from a mixture of noise and the encoded glyph latent in text regions, and a binary region mask that restricts ControlNet feature injection. The paper claims qualitative superiority over open-source text-rendering methods and comparability with closed-source multilingual models, and it candidly lists failure modes for small or complex scripts, scene disharmony, extra artifacts, and limited color and perspective control.
Significance. If the claims were backed by quantitative evidence, RepText would be a practically useful, low-cost way to add user-specified multilingual typography to a frozen FLUX-dev model, with appealing compatibility with LoRAs, other ControlNets, and IP-Adapter. The paper's candid limitations section and the central idea that text understanding is not necessary for replication are refreshing, and the glyph-latent initialization is simple and elegant. However, the current contribution is demonstrated only through selected qualitative panels, so the practical significance is conditional on a proper evaluation.
major comments (4)
- [Section 4.3, Appendix Figs. 12-13] The central comparative claims—'outperforms existing open-source methods' and 'achieves comparable results to native multi-language closed-source models'—are supported only by side-by-side image panels. No OCR accuracy, character error rate, word error rate, FID, CLIP score, or human preference study is reported. Because the model explicitly replicates user-supplied glyphs, the only evidence that replication succeeds at scale is visual; without a fixed protocol with representative or random samples, multiple trials, and error bars, a reader cannot distinguish representative success from cherry-picking. I request quantitative evaluation on standard text-rendering benchmarks or a new fixed subset, with per-script results.
- [Section 4.6, Appendix Fig. 19(b)] The paper concedes that small or complex-stroke text is rendered poorly because of VAE compression and imprecise control conditions. This is exactly the regime where multilingual accuracy matters and where the comparison with closed-source models would be most informative. The concession should be quantified: for example, report recognition accuracy as a function of font size or stroke complexity for RepText and for the closed-source baselines, and state how often the failure cases occur across the test set rather than in one illustrative panel.
- [Section 3.2, Eq. (1)] The model is trained with a PP-OCRv3 perceptual loss, yet no OCR-based evaluation is reported anywhere. Since the authors already have access to a working OCR model, adding a simple evaluation of generated images—for instance, word-level accuracy or edit distance on a fixed set of prompts in Chinese, English, Korean, Japanese, Vietnamese, and Russian—would directly measure the property that the loss is designed to improve and would make the comparative claims falsifiable.
- [Section 4.1, Code availability] Reproducibility is weakened by the absence of a released model checkpoint, a commit hash, or a precise description of the 10K fine-tuning set beyond 'natural images such as road signs, store signs'. The custom ControlNet weights and the exact hyperparameters λ1 and λ2 in Eq. (3) are central to the method; without released artifacts or a detailed recipe, the statement that code is available cannot be fully verified.
minor comments (6)
- [Abstract, Sections 1, 3.1, 4.2, 4.5] There are several typos and grammatical errors: 'an naive assumption' should be 'a naive assumption', and 'Appedix' and 'Benifit' appear in multiple places; these should be corrected.
- [Section 4.1] The sentence 'We use Anytext-3M [45] as pre-training dataset' should specify how the dataset was obtained and how text annotations are represented; also, 'text drop ratio' is mentioned but the precise mechanism of dropping the text condition during training is not defined.
- [Section 3.2, Eq. (1)] In Eq. (1), the notation 'mp, m′p ∈ R^{h×w×c}' should clarify that p indexes text-line positions and that h, w, c refer to the OCR feature-map dimensions, not the image dimensions, to avoid ambiguity.
- [Appendix Fig. 17 caption] The caption 'wo w' appears to be a placeholder or typo and should be corrected to a meaningful description of the two images.
- [Section 4.4] The claim of 'fully compatible' with LoRAs, other ControlNets, and IP-Adapter is based on a few selected examples; please state whether these examples are representative or best-case.
- [Section 5] The phrase 'without interference from text information' seems to be a typo for 'without interference with text information' or 'without background interference' and should be reworded.
Circularity Check
No significant circularity: text content is explicitly supplied as glyph conditions, and the OCR loss is a training regularizer, not a reported prediction.
full rationale
RepText does not claim to derive text content from semantics; the text to be rendered is explicitly supplied as a canny edge map, a position mask, and, at inference, a VAE-encoded glyph latent z*_0 (Eq. 3). The OCR perceptual loss L_reward in Eq. (1) is a regularizer used only during training to align PP-OCRv3 features of generated and ground-truth text regions; it is not used at evaluation, and no OCR accuracy is reported, so there is no loop in which the training metric is the measured prediction. The comparative claim in Sec. 4.3 is supported only by qualitative panels (Appendix Figs. 12-13), an evidentiary weakness but not circularity. The only self-citations (e.g., Shakker-Labs ControlNet-Union [38] in Sec. 3.1 and Sec. 4.1, and Shakker-Labs LoRAs in Sec. 4.4) are open-source off-the-shelf models or compatibility demonstrations; the text-ControlNet branch is initialized from FLUX-dev, not from the cited ControlNet-Union, so no load-bearing step reduces to a self-citation. Sec. 4.6 and Appendix Fig. 19 explicitly concede that VAE compression limits small or complex-stroke text, which is consistent with the design rather than evidence of concealed circularity. Overall, the method is a direct conditioning-by-construction mechanism, an intended design, so no circular step is found.
Assumptions & free parameters
free parameters (3)
- Glyph-latent strength coefficients lambda_1, lambda_2 =
0.9, 0.1
- OCR perceptual loss scale lambda =
0.05 or 0.10
- Text drop ratio =
0.3, then 0.4
assumptions (3)
- domain assumption FLUX-dev and ControlNet-Union-Pro-2.0 are treated as given pretrained models whose prior knowledge transfers to sparse text-only control signals.
- domain assumption PP-OCRv3 is a valid perceptual proxy for typographic fidelity across all target languages, including non-Latin scripts.
- standard math The standard diffusion denoising objective and the practice of predicting z0 from noisy latent and timestep are valid in this setting.
Cite this review
Pith. "Pith review of RepText: Rendering Visual Text via Replicating." pith.science (2026). https://pith.science/paper/LYGIYTML
@misc{pith2026250419724,
author = {Pith},
title = {Pith review of: RepText: Rendering Visual Text via Replicating},
year = {2026},
howpublished = {\url{https://pith.science/paper/LYGIYTML}},
note = {Machine review of arXiv:2504.19724}
}
read the original abstract
Although contemporary text-to-image generation models have achieved remarkable breakthroughs in producing visually appealing images, their capacity to generate precise and flexible typographic elements, especially non-Latin alphabets, remains constrained. To address these limitations, we start from an naive assumption that text understanding is only a sufficient condition for text rendering, but not a necessary condition. Based on this, we present RepText, which aims to empower pre-trained monolingual text-to-image generation models with the ability to accurately render, or more precisely, replicate, multilingual visual text in user-specified fonts, without the need to really understand them. Specifically, we adopt the setting from ControlNet and additionally integrate language agnostic glyph and position of rendered text to enable generating harmonized visual text, allowing users to customize text content, font and position on their needs. To improve accuracy, a text perceptual loss is employed along with the diffusion loss. Furthermore, to stabilize rendering process, at the inference phase, we directly initialize with noisy glyph latent instead of random initialization, and adopt region masks to restrict the feature injection to only the text region to avoid distortion of the background. We conducted extensive experiments to verify the effectiveness of our RepText relative to existing works, our approach outperforms existing open-source methods and achieves comparable results to native multi-language closed-source models. To be more fair, we also exhaustively discuss its limitations in the end.
Figures
Figures from the paper (17 more)
Forward citations
Cited by 1 Pith paper
-
InnoText: A Unified Model for Visual Text Generation and Editing
A unified DiT model with font-size-aware modulation and region-weighted loss outperforms existing visual text generation and editing systems on bilingual benchmarks.
Reference graph
Works this paper leans on
-
[1]
ByteDance, J.: Seedream 3.0, https://jimeng.jianying.com/ai-tool/home/
-
[2]
arXiv preprint arXiv:2411.02395 (2024)
Chen, A., Xu, J., Zheng, W., Dai, G., Wang, Y ., Zhang, R., Wang, H., Zhang, S.: Training-free regional prompting for diffusion transformers. arXiv preprint arXiv:2411.02395 (2024)
arXiv 2024
-
[3]
Advances in Neural Information Processing Systems 36, 9353–9387 (2023)
Chen, J., Huang, Y ., Lv, T., Cui, L., Chen, Q., Wei, F.: Textdiffuser: Diffusion models as text painters. Advances in Neural Information Processing Systems 36, 9353–9387 (2023)
work page 2023
-
[4]
In: European Conference on Computer Vision
Chen, J., Huang, Y ., Lv, T., Cui, L., Chen, Q., Wei, F.: Textdiffuser-2: Unleashing the power of language models for text rendering. In: European Conference on Computer Vision. pp. 386–402. Springer (2024)
work page 2024
-
[5]
arXiv preprint arXiv:2411.06558 (2024)
Chen, Z., Li, Y ., Wang, H., Chen, Z., Jiang, Z., Li, J., Wang, Q., Yang, J., Tai, Y .: Region-aware text-to-image generation via hard binding and soft refinement. arXiv preprint arXiv:2411.06558 (2024)
arXiv 2024
-
[6]
https://huggingface.co/ alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta (2024)
Creative, A.: Flux.1-dev controlnet-inpainting-beta. https://huggingface.co/ alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta (2024)
work page 2024
-
[7]
DeepMind, G.: Gemini flash 2.0, https://aistudio.google.com/
-
[8]
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)
work page 2024
Show all 60 references
-
[9]
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)
2022 arXiv
-
[10]
HiDream-ai: https://github.com/hidream-ai/hidream-i1 (2025)
2025
-
[11]
Advances in neural information processing systems 33, 6840–6851 (2020) 9
Ho, J., Jain, A., Abbeel, P.: Denoising diffusion probabilistic models. Advances in neural information processing systems 33, 6840–6851 (2020) 9
2020
-
[12]
ICLR 1(2), 3 (2022)
Hu, E.J., Shen, Y ., Wallis, P., Allen-Zhu, Z., Li, Y ., Wang, S., Wang, L., Chen, W., et al.: Lora: Low-rank adaptation of large language models. ICLR 1(2), 3 (2022)
2022
-
[13]
arXiv preprint arXiv:2410.23775 (2024)
Huang, L., Wang, W., Wu, Z.F., Shi, Y ., Dou, H., Liang, C., Feng, Y ., Liu, Y ., Zhou, J.: In-context lora for diffusion transformers. arXiv preprint arXiv:2410.23775 (2024)
2024 arXiv
-
[14]
Ideogram: Ideogram 3.0, https://ideogram.ai/t/explore
-
[15]
arXiv preprint arXiv:2502.10999 (2025)
Jiang, B., Yuan, Y ., Bai, X., Hao, Z., Yin, A., Hu, Y ., Liao, W., Ungar, L., Taylor, C.J.: Controltext: Unlocking controllable fonts in multilingual text rendering without font annotations. arXiv preprint arXiv:2502.10999 (2025)
2025
-
[16]
Labs, B.F.: Flux 1.1 pro ultra, https://fal.ai/models/fal-ai/flux-pro/v1.1-ultra
-
[17]
https://github.com/black-forest-labs/flux (2024)
Labs, B.F.: Flux. https://github.com/black-forest-labs/flux (2024)
2024
-
[18]
arXiv preprint arXiv:2409.17524 (2024)
Li, C., Jiang, C., Liu, X., Zhao, J., Wang, G.: Joytype: A robust design for multilingual visual text creation. arXiv preprint arXiv:2409.17524 (2024)
2024 arXiv
-
[19]
arXiv preprint arXiv:2206.03001 (2022)
Li, C., Liu, W., Guo, R., Yin, X., Jiang, K., Du, Y ., Du, Y ., Zhu, L., Lai, B., Hu, X., et al.: Pp-ocrv3: More attempts for the improvement of ultra lightweight ocr system. arXiv preprint arXiv:2206.03001 (2022)
2022 arXiv
-
[20]
5: Three insights to- wards enhancing aesthetic quality in text-to-image generation
Li, D., Kamko, A., Akhgari, E., Sabet, A., Xu, L., Doshi, S.: Playground v2. 5: Three insights to- wards enhancing aesthetic quality in text-to-image generation. arXiv preprint arXiv:2402.17245 (2024)
2024 arXiv
-
[21]
Li, Z., Zhang, J., Lin, Q., Xiong, J., Long, Y ., Deng, X., Zhang, Y ., Liu, X., Huang, M., Xiao, Z., Chen, D., He, J., Li, J., Li, W., Zhang, C., Quan, R., Lu, J., Huang, J., Yuan, X., Zheng, X., Li, Y ., Zhang, J., Zhang, C., Chen, M., Liu, J., Fang, Z., Wang, W., Xue, J., T...
2024
-
[22]
arXiv preprint arXiv:2504.07960 (2025)
Li, Z.Y ., Du, R., Yan, J., Zhuo, L., Li, Z., Gao, P., Ma, Z., Cheng, M.M.: Visualcloze: A universal image generation framework via visual in-context learning. arXiv preprint arXiv:2504.07960 (2025)
2025
-
[23]
arXiv preprint arXiv:2409.10695 (2024)
Liu, B., Akhgari, E., Visheratin, A., Kamko, A., Xu, L., Shrirao, S., Lambert, C., Souza, J., Doshi, S., Li, D.: Playground v3: Improving text-to-image alignment with deep-fusion large language models. arXiv preprint arXiv:2409.10695 (2024)
2024 arXiv
-
[24]
arXiv preprint arXiv:2406.10208 (2024)
Liu, Z., Liang, W., Zhao, Y ., Chen, B., Liang, L., Wang, L., Li, J., Yuan, Y .: Glyph-byt5- v2: A strong aesthetic baseline for accurate multilingual visual text rendering. arXiv preprint arXiv:2406.10208 (2024)
2024 arXiv
-
[25]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Ma, J., Deng, Y ., Chen, C., Du, N., Lu, H., Yang, Z.: Glyphdraw2: Automatic generation of complex glyph posters with diffusion models and large language models. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 39, pp. 5955–5963 (2025)
2025
-
[26]
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
-
[27]
https://www.midjourney.com/updates/v7-alpha (2025)
Midjourney: V7. https://www.midjourney.com/updates/v7-alpha (2025)
2025
-
[28]
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
-
[29]
OpenAI: Gpt-4o, https://chatgpt.com/
-
[30]
arXiv preprint arXiv:2504.06256 (2025)
Pan, X., Shukla, S.N., Singh, A., Zhao, Z., Mishra, S.K., Wang, J., Xu, Z., Chen, J., Li, K., Juefei- Xu, F., et al.: Transfer between modalities with metaqueries. arXiv preprint arXiv:2504.06256 (2025)
2025 arXiv
-
[31]
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
-
[32]
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) 10
2021
-
[33]
Journal of machine learning research 21(140), 1–67 (2020)
Raffel, C., Shazeer, N., Roberts, A., Lee, K., Narang, S., Matena, M., Zhou, Y ., Li, W., Liu, P.J.: Exploring the limits of transfer learning with a unified text-to-text transformer. Journal of machine learning research 21(140), 1–67 (2020)
2020
-
[34]
Recraft: Recraft v3 raw, https://www.recraft.ai/projects
-
[35]
Reve: Halfmoon, https://preview.reve.art/app/explore
-
[36]
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
-
[37]
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
-
[38]
https://huggingface.co/Shakker-Labs/FLUX
Shakker-Labs: Controlnet-union. https://huggingface.co/Shakker-Labs/FLUX. 1-dev-ControlNet-Union-Pro-2.0 (2025)
2025
-
[39]
arXiv preprint arXiv:2411.15098 (2024)
Tan, Z., Liu, S., Yang, X., Xue, Q., Wang, X.: Ominicontrol: Minimal and universal control for diffusion transformer. arXiv preprint arXiv:2411.15098 (2024)
2024 arXiv
-
[40]
arXiv preprint arXiv:2504.12395 (2025)
Tao, J., Zhang, Y ., Wang, Q., Cheng, Y ., Wang, H., Bai, X., Zhou, Z., Li, R., Wang, L., Wang, C., et al.: Instantcharacter: Personalize any characters with a scalable diffusion transformer framework. arXiv preprint arXiv:2504.12395 (2025)
2025 arXiv
-
[41]
https://huggingface.co/InstantX/FLUX
Team, I.: Flux.1-dev ip-adapter. https://huggingface.co/InstantX/FLUX. 1-dev-IP-Adapter (2024)
2024
-
[42]
arXiv preprint (2024)
Team, K.: Kolors: Effective training of diffusion model for photorealistic text-to-image synthe- sis. arXiv preprint (2024)
2024
-
[43]
THUDM: Cogview4, https://github.com/THUDM/CogView4
-
[44]
arXiv preprint arXiv:2411.15245 (2024)
Tuo, Y ., Geng, Y ., Bo, L.: Anytext2: Visual text generation and editing with customizable attributes. arXiv preprint arXiv:2411.15245 (2024)
2024 arXiv
-
[45]
arXiv preprint arXiv:2311.03054 (2023)
Tuo, Y ., Xiang, W., He, J.Y ., Geng, Y ., Xie, X.: Anytext: Multilingual visual text generation and editing. arXiv preprint arXiv:2311.03054 (2023)
2023 arXiv
-
[46]
Wan: https://tongyi.aliyun.com/wanxiang/creation (2025)
2025
-
[47]
arXiv preprint arXiv:2404.02733 (2024)
Wang, H., Spinelli, M., Wang, Q., Bai, X., Qin, Z., Chen, A.: Instantstyle: Free lunch towards style-preserving in text-to-image generation. arXiv preprint arXiv:2404.02733 (2024)
2024 arXiv
-
[48]
arXiv preprint arXiv:2407.00788 (2024)
Wang, H., Xing, P., Huang, R., Ai, H., Wang, Q., Bai, X.: Instantstyle-plus: Style transfer with content-preserving in text-to-image generation. arXiv preprint arXiv:2407.00788 (2024)
2024 arXiv
-
[49]
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
-
[50]
arXiv preprint arXiv:2410.13848 (2024)
Wu, C., Chen, X., Wu, Z., Ma, Y ., Liu, X., Pan, Z., Liu, W., Xie, Z., Yu, X., Ruan, C., et al.: Janus: Decoupling visual encoding for unified multimodal understanding and generation. arXiv preprint arXiv:2410.13848 (2024)
2024 arXiv
-
[51]
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
-
[52]
arXiv preprint arXiv:2409.11340 (2024)
Xiao, S., Wang, Y ., Zhou, J., Yuan, H., Xing, X., Yan, R., Li, C., Wang, S., Huang, T., Liu, Z.: Omnigen: Unified image generation. arXiv preprint arXiv:2409.11340 (2024)
2024 arXiv
-
[53]
arXiv preprint arXiv:2408.12528 (2024)
Xie, J., Mao, W., Bai, Z., Zhang, D.J., Wang, W., Lin, K.Q., Gu, Y ., Chen, Z., Yang, Z., Shou, M.Z.: Show-o: One single transformer to unify multimodal understanding and generation. arXiv preprint arXiv:2408.12528 (2024)
2024 arXiv
-
[54]
arXiv preprint arXiv:2408.16766 (2024)
Xing, P., Wang, H., Sun, Y ., Wang, Q., Bai, X., Ai, H., Huang, R., Li, Z.: Csgo: Content-style composition in text-to-image generation. arXiv preprint arXiv:2408.16766 (2024)
2024 arXiv
-
[55]
Transactions of the Association for Computational Linguistics 10, 291–306 (2022)
Xue, L., Barua, A., Constant, N., Al-Rfou, R., Narang, S., Kale, M., Roberts, A., Raffel, C.: Byt5: Towards a token-free future with pre-trained byte-to-byte models. Transactions of the Association for Computational Linguistics 10, 291–306 (2022)
2022
-
[56]
arXiv preprint arXiv:2010.11934 (2020) 11
Xue, L., Constant, N., Roberts, A., Kale, M., Al-Rfou, R., Siddhant, A., Barua, A., Raf- fel, C.: mt5: A massively multilingual pre-trained text-to-text transformer. arXiv preprint arXiv:2010.11934 (2020) 11
2020 arXiv
-
[57]
Advances in Neural Information Processing Systems 36, 44050–44066 (2023)
Yang, Y ., Gui, D., Yuan, Y ., Liang, W., Ding, H., Hu, H., Chen, K.: Glyphcontrol: glyph conditional control for visual text generation. Advances in Neural Information Processing Systems 36, 44050–44066 (2023)
2023
-
[58]
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
-
[59]
In: Proceedings of the IEEE/CVF international conference on computer vision
Zhang, L., Rao, A., Agrawala, M.: Adding conditional control to text-to-image diffusion models. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 3836–3847 (2023)
2023
-
[60]
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) 12 A Supplementary Details A.1 Preliminary Results Figure 6: Although ControlNet (Canny) is not trained spe...
2025 arXiv
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.