update README

This commit is contained in:
wangshuai6
2025-04-09 11:43:44 +08:00
parent 426803f15b
commit 8e37053625

View File

@@ -7,7 +7,16 @@ We decouple diffusion transformer into encoder-decoder design, and surpresingly
* As a byproduct, our DDT can reuse encoder among adjacent steps to accelerate inference.
## Visualizations
![](./figs/teaser.png)
## Checkpoints
Waiting for release.
## Usgae
We use ADM evaluation suite to report FID.
```bash
# for installation
pip install -r requirements.txt
```
```bash
# for training
python main.py fit -c configs/repa_improved_ddt_xlen22de6_256.yaml