File size: 842 Bytes
3bf18db
5703bf2
 
 
 
3bf18db
5703bf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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.