update README
This commit is contained in:
@@ -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.
|
* As a byproduct, our DDT can reuse encoder among adjacent steps to accelerate inference.
|
||||||
## Visualizations
|
## Visualizations
|
||||||

|

|
||||||
|
## Checkpoints
|
||||||
|
Waiting for release.
|
||||||
|
|
||||||
## Usgae
|
## Usgae
|
||||||
|
We use ADM evaluation suite to report FID.
|
||||||
|
```bash
|
||||||
|
# for installation
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# for training
|
# for training
|
||||||
python main.py fit -c configs/repa_improved_ddt_xlen22de6_256.yaml
|
python main.py fit -c configs/repa_improved_ddt_xlen22de6_256.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user