Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lulupig12138/SceneDecorator

Repository files navigation

SceneDecorator: Towards Scene-Oriented Story Generation with Scene Planning and Scene Consistency

1Monash University   2The Chinese University of Hong Kong
3National University of Singapore   4South China University of Technology
*Equal contribution.   Project lead.   Corresponding authors.

Paper PDF     Project Page     Hugging Face    

🎉 News

2025.10: 🔥 Our paper, code, and project page are released.
• 2025.09: 🔥 SceneDecorator has been accepted by NeurIPS 2025.

🎬 Overview

In this work, we design a training-free framework called SceneDecorator, to address two key challenges in story generation: scene planning and scene consistency. SceneDecorator comprises two core techniques: (i) VLM-Guided Scene Planning. Leveraging a powerful Vision-Language Model (VLM) as a director, it decomposes user-provided themes into local scenes and story sub-prompts in a ''global-to-local'' manner. (ii) Long-Term Scene-Sharing Attention. By simultaneously integrating mask-guided scene injection, scene-sharing attention, and extrapolable noise blending, it maintains subject style diversity and long-term scene consistency in story generation. Overall framework is shown below: Overall Framework

🔧 Environment

git clone https://github.com/lulupig12138/SceneDecorator.git
# Installation with the requirement.txt
conda create -n SceneDecorator python=3.10
conda activate SceneDecorator
pip install -r requirements.txt
# Or installation with environment.yaml
conda env create -f environment.yml

🚀 Start

bash start.sh

🎓 Bibtex

🤗 If you find this code helpful for your research, please cite:

@article{song2026scenedecorator,
  title={Scenedecorator: Towards scene-oriented story generation with scene planning and scene consistency},
  author={Song, Quanjian and Zhou, Donghao and Lin, Jingyu and Shen, Fei and Wang, Jiaze and Hu, Xiaowei and Chen, Cunjian and Heng, Pheng-Ann},
  journal={Advances in Neural Information Processing Systems},
  year={2026}
}

About

[NeurIPS 2025] Official Pytorch Code of the Paper "SceneDecorator: Towards Scene-Oriented Story Generation with Scene Planning and Scene Consistency"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors