├── LICENSE ├── README.md ├── assets ├── .DS_Store ├── example │ ├── .DS_Store │ ├── cog-finetune-RIFLEx.gif │ ├── hun-free-RIFLEx.gif │ └── wan-free.gif ├── prompts │ ├── finetune_hunyuan.txt │ ├── fintune_cogvideox.txt │ ├── free_cogvideox.txt │ └── free_hunyuan.txt └── riflex.png ├── cogvideox.py ├── hunyuanvideo.py ├── requirements.txt └── riflex_utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/README.md -------------------------------------------------------------------------------- /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/.DS_Store -------------------------------------------------------------------------------- /assets/example/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/example/.DS_Store -------------------------------------------------------------------------------- /assets/example/cog-finetune-RIFLEx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/example/cog-finetune-RIFLEx.gif -------------------------------------------------------------------------------- /assets/example/hun-free-RIFLEx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/example/hun-free-RIFLEx.gif -------------------------------------------------------------------------------- /assets/example/wan-free.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/example/wan-free.gif -------------------------------------------------------------------------------- /assets/prompts/finetune_hunyuan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/prompts/finetune_hunyuan.txt -------------------------------------------------------------------------------- /assets/prompts/fintune_cogvideox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/prompts/fintune_cogvideox.txt -------------------------------------------------------------------------------- /assets/prompts/free_cogvideox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/prompts/free_cogvideox.txt -------------------------------------------------------------------------------- /assets/prompts/free_hunyuan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/prompts/free_hunyuan.txt -------------------------------------------------------------------------------- /assets/riflex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/assets/riflex.png -------------------------------------------------------------------------------- /cogvideox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/cogvideox.py -------------------------------------------------------------------------------- /hunyuanvideo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/hunyuanvideo.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/requirements.txt -------------------------------------------------------------------------------- /riflex_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thu-ml/DiT-Extrapolation/HEAD/riflex_utils.py --------------------------------------------------------------------------------