maxin-cn commited on
Commit
b151042
·
verified ·
1 Parent(s): b873980

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,7 +4,8 @@ license: apache-2.0
4
 
5
  ## Latte: Latent Diffusion Transformer for Video Generation
6
 
7
- This repo contains text-to-video generation pre-trained weights for our paper exploring latent diffusion models with transformers (Latte). You can find more visualizations on our [project page](https://maxin-cn.github.io/latte_project/).
 
8
 
9
  ## News
10
  - (🔥 New) May. 23, 2024. 💥 **Latte-1** for Text-to-video generation is released! You can download pre-trained model [here](https://huggingface.co/maxin-cn/LatteT2V/tree/main/transformer_v1). Latte-1 also supports Text-to-image generation, please run bash sample/t2i.sh.
 
4
 
5
  ## Latte: Latent Diffusion Transformer for Video Generation
6
 
7
+ This repo contains text-to-video generation pre-trained weights for our paper exploring latent diffusion models with transformers (Latte). You can find more visualizations on our [project page](https://maxin-cn.github.io/latte_project/).
8
+ If you want to obain pre-trained weights on FaceForensics, SkyTimelapse, UCF101, and Taichi-HD, please refer to [here](https://huggingface.co/maxin-cn/Latte).
9
 
10
  ## News
11
  - (🔥 New) May. 23, 2024. 💥 **Latte-1** for Text-to-video generation is released! You can download pre-trained model [here](https://huggingface.co/maxin-cn/LatteT2V/tree/main/transformer_v1). Latte-1 also supports Text-to-image generation, please run bash sample/t2i.sh.