| --- |
| tags: |
| - video-generation |
| - equilibrium-forcing |
| - pytorch |
| --- |
| |
| # Equilibrium Forcing |
|
|
| This repository contains the released checkpoints for **Equilibrium Forcing: |
| Adaptive Video Generation Without Noise Conditioning** on Minecraft, |
| RealEstate10K, and Droid. |
|
|
| The release includes EqF checkpoints for all three datasets. FM, EqM, and DFoT checkpoints for Minecraft, as well as FM checkpoints for Droid and Re10K. |
| VAE dependencies are downloaded from their official repos. |
|
|
| ## Usage |
|
|
| Clone the [EqF codebase](https://github.com/Rose-STL-Lab/eqf), install its |
| environment, and download the checkpoints: |
|
|
| ```bash |
| bash scripts/download_checkpoints.sh all |
| ``` |
|
|
| See the [project page](https://equilibriumforcing.github.io/) and |
| [documentation](https://github.com/Rose-STL-Lab/eqf/wiki) for dataset setup, |
| training, and inference commands. |
|
|