metadata
datasets:
- imagenet-1k
language:
- en
license: mit
pipeline_tag: unconditional-image-generation
tags:
- art
TerDiT
This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
Code: https://github.com/Lucky-Lance/TerDiT
256x256 4.2B model: TerDiT-4.2B
256x256 600M model: TerDiT-600M
512x512 4.2B model: TerDiT-4.2B
The codebase is extended from Large-DiT-ImageNet and highly motivated by Lumina-T2X. Thanks for their awesome work!