Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobran/StoryImager
[ECCV2024] StoryImager: A Unified and Efficient Framework for Coherent Story Visualization and Completion
https://github.com/tobran/StoryImager
Last synced: 3 months ago
JSON representation
[ECCV2024] StoryImager: A Unified and Efficient Framework for Coherent Story Visualization and Completion
- Host: GitHub
- URL: https://github.com/tobran/StoryImager
- Owner: tobran
- License: mit
- Created: 2024-01-08T03:18:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T08:24:39.000Z (7 months ago)
- Last Synced: 2024-08-01T18:31:42.247Z (6 months ago)
- Homepage:
- Size: 739 KB
- Stars: 32
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-diffusion-categorized - [Code
README
# [ECCV 2024] StoryImager: A Unified and Efficient Framework for Coherent Story Visualization and Completion
# A high-quality, unified, and efficient framework for story visualization and completion
Official Pytorch implementation for our paper [**StoryImager: A Unified and Efficient Framework for Coherent Story Visualization and Completion**](https://arxiv.org/abs/2404.05979) by [Ming Tao](https://scholar.google.com/citations?user=5GlOlNUAAAAJ), [Bing-Kun Bao](https://scholar.google.com/citations?user=lDppvmoAAAAJ&hl=en), [Hao Tang](https://scholar.google.com/citations?user=9zJkeEMAAAAJ&hl=en), [Yaowei Wang](https://scholar.google.com/citations?user=o_DllmIAAAAJ&hl=en), [Changsheng Xu](https://scholar.google.com/citations?user=hI9NRDkAAAAJ).
## Requirements
- python 3.9
- Pytorch 1.13## Preparation
### Datasets
1. Download the preprocessed data for [PororoSV](https://drive.google.com/file/d/11Io1_BufAayJ1BpdxxV2uJUvCcirbrNc/view) [FlintstonesSV](https://drive.google.com/file/d/1kG4esNwabJQPWqadSDaugrlF4dRaV33_/view) and extract them to `data/`## Training
## Evaluation
### Download Pretrained Model
## Sampling
### Synthesize images from your story descriptions
- the sample.ipynb can be used to sample---
### Citing StoryImagerIf you find StoryImager useful in your research, please consider citing our paper:
```@article{tao2024storyimager,
title={StoryImager: A Unified and Efficient Framework for Coherent Story Visualization and Completion},
author={Tao, Ming and Bao, Bing-Kun and Tang, Hao and Wang, Yaowei and Xu, Changsheng},
journal={arXiv preprint arXiv:2404.05979},
year={2024}
}