showlab / Tune-A-Video

[ICCV 2023] Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation
https://tuneavideo.github.io
Apache License 2.0
4.15k stars 377 forks source link

Autoregressive #68

Closed dlutzzw closed 1 year ago

dlutzzw commented 1 year ago

Hello and thanks for your work. I would like to ask where is the code for autoregressive generation of longer videos, I did not see it in the code. As shown in Figure 11. Autoregressive generation of long video sequence using Sparse-Causal Attention.

zhangjiewu commented 1 year ago

thanks for your inquiry. we didn't include this part in the code, since we found it didn't perform very well -- it often leads to videos in the loop. we have removed this part in our latest arxiv version.