Text-to-Image
SEED-Story
English
Andyson commited on
Commit
370bb4a
1 Parent(s): 121cb64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -21,13 +21,11 @@ python3 src/tools/reload_qwen_vit.py
21
  ## Citation
22
  If you find the work helpful, please consider citing:
23
  ```bash
24
- @misc{yang2024seedstorymultimodallongstory,
25
  title={SEED-Story: Multimodal Long Story Generation with Large Language Model},
26
  author={Shuai Yang and Yuying Ge and Yang Li and Yukang Chen and Yixiao Ge and Ying Shan and Yingcong Chen},
27
  year={2024},
28
- eprint={2407.08683},
29
- archivePrefix={arXiv},
30
- primaryClass={cs.CV},
31
  url={https://arxiv.org/abs/2407.08683},
32
  }
33
  ```
 
21
  ## Citation
22
  If you find the work helpful, please consider citing:
23
  ```bash
24
+ @article{yang2024seedstory,
25
  title={SEED-Story: Multimodal Long Story Generation with Large Language Model},
26
  author={Shuai Yang and Yuying Ge and Yang Li and Yukang Chen and Yixiao Ge and Ying Shan and Yingcong Chen},
27
  year={2024},
28
+ journal={arXiv preprint arXiv:2407.08683},
 
 
29
  url={https://arxiv.org/abs/2407.08683},
30
  }
31
  ```