TaleCrafter Save

[SIGGRAPH Asia 2023] An interactive story visualization tool that support multiple characters

Project README

TaleCrafter: Interactive Story Visualization with Multiple Characters

     

🎏 Please check the improved and open-sourced work OMG that supports both LoRAs and InstantID for multiple concept personalization.

SIGGRAPH Asia 2023

Yuan Gong, Youxin Pang, Xiaodong Cun, Menghan Xia, Yingqing He, Haoxin Chen, Longyue Wang,
Yong Zhang*, Xintao Wang, Ying Shan and Yujiu Yang
*

(* Corresponding Authors)

🎏 Abstract

TL; DR: TaleCrafter is an interactive story visualization tool that support multiple characters.

Accurate Story visualization requires several necessary elements, such as identity consistency across frames, the alignment between plain text and visual content, and a reasonable layout of objects in images. Most previous works endeavor to meet these requirements by fitting a text-to-image (T2I) model on a set of videos in the same style and with the same characters, \textit{e.g.,} the FlintstonesSV dataset. However, the learned T2I models typically struggle to adapt to new characters, scenes, and styles, and often lack the flexibility to revise the layout of the synthesized images. This paper proposes a system for generic interactive story visualization, capable of handling multiple novel characters and supporting the editing of layout and local structure. It is developed by leveraging the prior knowledge of large language and T2I models, trained on massive corpora. The system comprises four interconnected components: story-to-prompt generation (S2P), text-to-layout generation (T2L), controllable text-to-image generation (C-T2I), and image-to-video animation (I2V). First, the S2P module converts concise story information into detailed prompts required for subsequent stages. Next, T2L generates diverse and reasonable layouts based on the prompts, offering users the ability to adjust and refine the layout to their preference. The core component, C-T2I, enables the creation of images guided by layouts, sketches, and actor-specific identifiers to maintain consistency and detail across visualizations. Finally, I2V enriches the visualization process by animating the generated images. Extensive experiments and a user study are conducted to validate the effectiveness and flexibility of interactive editing of the proposed system.

⚔️ Overview

The pipeline of our interactive story visualization system. The system comprises four components. (a) Story-to-prompt (S2P): a large language model is utilized to bridge the gap between the literary and artistic descriptions and the descriptions fed into T2I models. It comprehends the content in the given story and converts it into prompts suitable for T2I models, following the given instructions. (b) Text-to-layout (T2L): generates a reasonable layout for the main subjects in the prompt. (c) Controllable text-to-image (C-T2I): given various conditions such as prompt, layout, sketch, and a few images of each character, generates consistent-character images. It enables interactive editing of character, layout, and local structure through sketches. (d) Image-to-video (I2V): extracts depth from the image and converts it into a video by setting the camera path for novel view synthesis.

🌰 More Examples

https://user-images.githubusercontent.com/103869735/242510346-ce078f30-769e-4ef5-b7a1-b48dd943c1ed.mp4

https://user-images.githubusercontent.com/103869735/242510784-f79c2e65-baad-4da0-813c-5690ad53d47a.mp4

https://user-images.githubusercontent.com/103869735/242510950-7b27cc0f-8652-4b3c-9773-6c3ae3069b8b.mp4

Citation

@misc{gong2023talecrafter,
      title={TaleCrafter: Interactive Story Visualization with Multiple Characters}, 
      author={Yuan Gong and Youxin Pang and Xiaodong Cun and Menghan Xia and Yingqing He and Haoxin Chen and Longyue Wang and Yong Zhang and Xintao Wang and Ying Shan and Yujiu Yang},
      year={2023},
      eprint={2305.18247},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
Open Source Agenda is not affiliated with "TaleCrafter" Project. README Source: AILab-CVC/TaleCrafter
Stars
240
Open Issues
5
Last Commit
1 month ago

Open Source Agenda Badge

Open Source Agenda Rating