Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ license: apache-2.0
|
|
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. π₯ The updated LatteT2V model is released at [here](https://huggingface.co/maxin-cn/
|
11 |
|
12 |
- (π₯ New) Mar. 20, 2024. π₯ An updated LatteT2V model is coming soon, stay tuned!
|
13 |
|
|
|
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. π₯ The updated LatteT2V model is released at [here](https://huggingface.co/maxin-cn/LatteT2V/tree/main/transformer_v2). If you want to use the updated model to generate images directly, please make sure `video_length=1`, `enable_temporal_attentions=True` and `enable_vae_temporal_decoder=False` in [t2v_sample.yaml](configs/t2v/t2v_sample.yaml).
|
11 |
|
12 |
- (π₯ New) Mar. 20, 2024. π₯ An updated LatteT2V model is coming soon, stay tuned!
|
13 |
|