StoryDiffusion

⭐ 7.0k Apache-2.0 Python 1.0.0

Consistent image generation for long stories, maintaining character IDs while ensuring scene continuity and coherent storytelling.

📋 Info

GitHub Stars⭐ 7.0k Stars
LicenseApache-2.0
LanguagePython
Version1.0.0
Updated2026-04-10

📖 Overview

StoryDiffusion is an image generation tool for "long-form story consistency" developed by Microsoft. It addresses the key issue in AI art where "the same character appears differently in various frames" by utilizing a Consistent Self-Attention mechanism to ensure consistency across different frames. It supports creating long, continuous story images such as comics, picture books, and storyboards, making it suitable for picture book creation and storyboard design.

✨ Features

  • Maintains consistency for characters in long stories through workflow orchestration.
  • Consistent Self-Attention mechanism
  • text-to-image of long continuous images
  • Automatic scene transition
  • Compatible with SD/ComfyUI.

Advertisement

🚀 Quick Start

pip install -U pip
pip install -r requirements.txt

🔗 Related Tools