#215 · Primary category: Video & Animation

Pyramid-Flow

diffusion-models flow-matching video-generation

[ICLR 2025] Pyramidal Flow Matching for Efficient Video Generative Modeling

Project last updated:12/21/24

GitHub Stars

3.2K

Forks

303

Contributors

15

License

MIT

Why we included this project

Pyramid Flow generates short videos from text prompts or images using a flow-matching scheme that builds frames up across resolutions in stages. That pyramid structure is what keeps training costs down; the authors trained it on open datasets yet it still produces 10-second 768p clips at 24 FPS. It also comes with real tooling, not just a paper: pretrained checkpoints on Hugging Face, finetuning code for the DiT backbone, VAE training code, and multi-GPU inference with CPU offloading that can run on under 8GB of GPU memory. For teams prototyping text-to-video or image-to-video pipelines, it's a complete reference implementation you can actually pull apart and adapt.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category