🤖 AI Summary
Text-to-image diffusion models struggle to maintain cross-frame consistency of characters and objects in multi-panel story generation, undermining narrative coherence. To address this, we propose a multi-agent collaborative audit-and-repair framework that enables iterative, fine-grained panel-level correction without regenerating the entire sequence. The framework decouples auditing and editing modules, ensuring compatibility with diverse diffusion architectures—including Flux and Stable Diffusion. During inference, agents jointly detect visual inconsistencies (e.g., identity mismatches, attribute drift) and apply targeted edits to restore fidelity. Experiments demonstrate substantial improvements over state-of-the-art baselines across quantitative metrics—including CLIP-IoU and identity similarity—as well as qualitative human evaluation. Our approach significantly enhances inter-panel visual consistency and character persistence, establishing a novel paradigm for controllable long-sequence image generation.
📝 Abstract
Story visualization has become a popular task where visual scenes are generated to depict a narrative across multiple panels. A central challenge in this setting is maintaining visual consistency, particularly in how characters and objects persist and evolve throughout the story. Despite recent advances in diffusion models, current approaches often fail to preserve key character attributes, leading to incoherent narratives. In this work, we propose a collaborative multi-agent framework that autonomously identifies, corrects, and refines inconsistencies across multi-panel story visualizations. The agents operate in an iterative loop, enabling fine-grained, panel-level updates without re-generating entire sequences. Our framework is model-agnostic and flexibly integrates with a variety of diffusion models, including rectified flow transformers such as Flux and latent diffusion models such as Stable Diffusion. Quantitative and qualitative experiments show that our method outperforms prior approaches in terms of multi-panel consistency.