TerDiT / README.md
lucky-lance's picture
Add link to paper, remove library name (#3)
95795f0 verified
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!