metadata
license: mit
datasets:
- imagenet-1k
language:
- en
pipeline_tag: unconditional-image-generation
tags:
- art
TerDiT
This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
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!