eqf / README.md
hlillemark's picture
Update README.md
5703bf2 verified
|
Raw
History Blame Contribute Delete
842 Bytes
metadata
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, install its environment, and download the checkpoints:

bash scripts/download_checkpoints.sh all

See the project page and documentation for dataset setup, training, and inference commands.