Add link to code
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
4 |
-
library_name: diffusers
|
5 |
---
|
6 |
|
7 |
# RIFLEx: A Free Lunch for Length Extrapolation in Video Diffusion Transformers
|
@@ -10,6 +10,7 @@ This repository contains the RIFLEx model described in [RIFLEx: A Free Lunch for
|
|
10 |
|
11 |
Project page: https://riflex-video.github.io/
|
12 |
|
|
|
13 |
|
14 |
## ๐ Supported Models
|
15 |
Here, we list the SOTA video diffusion transformers that RIFLEx has been applied to. We are continuously working to support more models. Feel free to suggest additional models you would like us to support!
|
|
|
1 |
---
|
2 |
+
library_name: diffusers
|
3 |
license: apache-2.0
|
4 |
pipeline_tag: text-to-video
|
|
|
5 |
---
|
6 |
|
7 |
# RIFLEx: A Free Lunch for Length Extrapolation in Video Diffusion Transformers
|
|
|
10 |
|
11 |
Project page: https://riflex-video.github.io/
|
12 |
|
13 |
+
For code, see https://github.com/thu-ml/RIFLEx.
|
14 |
|
15 |
## ๐ Supported Models
|
16 |
Here, we list the SOTA video diffusion transformers that RIFLEx has been applied to. We are continuously working to support more models. Feel free to suggest additional models you would like us to support!
|