Exactly the same as DiT. See DiT_README.md
| model | reso. | FID (w/o CFG) | HF weights🤗 |
|---|---|---|---|
| DiT-B/2 (pretrain) | 256 | 9.04 | DiT-B-GF-scratch.pt |
| DiT-XL/2 (finetune) | 256 | 1.99 | DiT-XL-GF-finetune.pt |
Please refer to DiT/eval.sh for usage reference.
Please refer to DiT/train.sh for usage reference.
This codebase is partially adapted from the DiT. We thank the authors for their clean and well-documented implementation.