2024-07-16 05:29:42 -05:00
2024-07-01 11:35:48 +08:00
2024-07-16 18:24:42 +08:00
2024-07-16 16:33:03 +08:00
2024-07-16 16:33:03 +08:00
2024-07-16 05:29:42 -05:00
2024-07-16 16:33:03 +08:00
2024-07-16 16:33:03 +08:00
2024-07-16 16:33:03 +08:00
2024-07-16 16:33:03 +08:00

Scaling Diffusion Transformers with Mixture of Experts
Official PyTorch Implementation

This repo contains PyTorch model definitions, pre-trained weights and training/sampling code for our paper scaling Diffusion Transformers to 16 billion parameters (DiT-MoE). DiT-MoE as a sparse version of the diffusion Transformer, is scalable and competitive with dense networks while exhibiting highly optimized inference.

DiT-MoE framework

To do list

  1. training / inference scripts
  2. huggingface ckpts
  3. experts routing analysis
  4. synthesized data

1. Training

2. CKPTs and Data

3. Expert Specialization Analysis Tools

4. BibTeX

@article{FeiDiTMoE2024,
  title={Scaling Diffusion Transformers to 16 Billion Parameters},
  author={Zhengcong Fei, Mingyuan Fan, Changqian Yu, Debang Li, Jusnshi Huang},
  year={2024},
  journal={arXiv preprint},
}

5. Acknowledgments

The codebase is based on the awesome DiT and DeepSeek-MoE repos.

S
Description
Enso Diffusion: Multimodal Mixture of Unbound Experts (MUEN) — unifying text, vision, and audio through diffusion-based intelligence.
Readme
1 MiB
Languages
Python 100%