DiffSensei: Bridging Multi-Modal LLMs and Diffusion Models for Customized Manga Generation
Jianzong Wu, Chao Tang, Jingbo Wang, Yanhong Zeng, Xiangtai Li, Yunhai Tong
TL;DR
DiffSensei integrates diffusion-based image synthesis with a multimodal LLM as a text-compatible identity adapter to enable customized, multi-character manga generation with precise layout and dialogue control. The authors introduce MangaZero, a large-scale dataset of 43,264 manga pages and 427,147 panels, annotated for multi-character states and captions to support training and evaluation. Core innovations include masked cross-attention for per-character layout, a dialog layout embedding for bubbles, and an MLLM-based feature adapter that maps input character features to text-driven states, trained in a two-stage process. Quantitative and human evaluations show DiffSensei outperforms baselines on identity preservation, text alignment, and overall narrative quality, demonstrating a practical pathway to scalable, controllable manga generation. The work has potential impacts in manga production, education, and media by enabling rapid, personalized visual storytelling while emphasizing ethical data use through MangaZero.
Abstract
Story visualization, the task of creating visual narratives from textual descriptions, has seen progress with text-to-image generation models. However, these models often lack effective control over character appearances and interactions, particularly in multi-character scenes. To address these limitations, we propose a new task: \textbf{customized manga generation} and introduce \textbf{DiffSensei}, an innovative framework specifically designed for generating manga with dynamic multi-character control. DiffSensei integrates a diffusion-based image generator with a multimodal large language model (MLLM) that acts as a text-compatible identity adapter. Our approach employs masked cross-attention to seamlessly incorporate character features, enabling precise layout control without direct pixel transfer. Additionally, the MLLM-based adapter adjusts character features to align with panel-specific text cues, allowing flexible adjustments in character expressions, poses, and actions. We also introduce \textbf{MangaZero}, a large-scale dataset tailored to this task, containing 43,264 manga pages and 427,147 annotated panels, supporting the visualization of varied character interactions and movements across sequential frames. Extensive experiments demonstrate that DiffSensei outperforms existing models, marking a significant advancement in manga generation by enabling text-adaptable character customization. The project page is https://jianzongwu.github.io/projects/diffsensei/.
