README figs
This commit is contained in:
2
.idea/DDT.iml
generated
2
.idea/DDT.iml
generated
@@ -2,7 +2,7 @@
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="jdk" jdkName="local.base" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="PyDocumentationSettings">
|
||||
|
||||
29
README.md
29
README.md
@@ -1 +1,28 @@
|
||||
# DDT
|
||||
# DDT: Decoupled Diffusion Transformer
|
||||
## Introduction
|
||||
We decouple diffusion transformer into encoder-decoder design, and surpresingly that a **more substantial encoder yields performance improvements as model size increases**.
|
||||

|
||||
## Visualizations
|
||||

|
||||
## Usgae
|
||||
```bash
|
||||
# for training
|
||||
python main.py fit -c configs/repa_improved_ddt_xlen22de6_256.yaml
|
||||
```
|
||||
|
||||
```bash
|
||||
# for inference
|
||||
python main.py predict -c configs/repa_improved_ddt_xlen22de6_256.yaml --ckpt_path=XXX.ckpt
|
||||
```
|
||||
## Reference
|
||||
```bibtex
|
||||
@ARTICLE{ddt,
|
||||
title = "DDT: Decoupled Diffusion Transformer",
|
||||
author = "Wang, Shuai and Tian, Zhi and Huang, Weilin and Wang, Limin",
|
||||
month = apr,
|
||||
year = 2025,
|
||||
archivePrefix = "arXiv",
|
||||
primaryClass = "cs.CV",
|
||||
eprint = "2504.05741"
|
||||
}
|
||||
```
|
||||
BIN
figs/main.png
Normal file
BIN
figs/main.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
BIN
figs/teaser.png
Normal file
BIN
figs/teaser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 MiB |
Reference in New Issue
Block a user