DiT
Collection
2 items
•
Updated
This repository contains the implementation of the DiT (Diffusion Transformer) model, which leverages NdLinear layers for efficient multi-dimensional linear transformations. The model is designed to be compact yet powerful, suitable for various tasks requiring high-dimensional data processing.
The DiT model is built using several components:
To use the DiT model, ensure you have the required dependencies installed:
pip install torch transformers==4.52.4
This project is licensed under the MIT License. See the LICENSE file for more details.
Base model
facebook/DiT-XL-2-256