Skip to main content

DiT (Diffusion Transformer)

Project description

PyPI - Version CI

dit_ml

The goal of dit_ml is to create a python repository to create the base model for diffusion transformer (https://arxiv.org/abs/2212.09748)

Also we incorporate RoPe embedding (for equivariance) taking inspiration from https://arxiv.org/pdf/2104.09864, https://arxiv.org/pdf/2403.13298 (2D mixed rope)

Installation

You can install dit_ml using pip:

pip install dit_ml

Usage

Here's a basic example of how to use dit_ml:

from dit_ml.dit import DiT

model = DiT(
    num_patches=input_size*input_size, # if 2d with flatten size
    hidden_size=hidden_size,
    depth=depth,
    num_heads=num_heads,
    learn_sigma=learn_sigma
)

dummy_x = torch.randn(batch_size, input_size * input_size, hidden_size)

dummy_c = torch.randn(batch_size, hidden_size) # Dummy conditioning vector

output = model(dummy_x, dummy_c) # of shape (batch_size, input_size * input_size, hidden_size)

Development

To set up the development environment:

  1. Clone the repository:
git clone https://github.com/Forbu/dit_ml.git
cd dit_ml
  1. Install dependencies using uv:
uv sync
  1. Run tests:
uv run pytest

Contributing

Contributions are welcome! Please see the LICENSE for details.

License

This project is licensed under the Apache 2.0 - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dit_ml-0.2.4.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dit_ml-0.2.4-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file dit_ml-0.2.4.tar.gz.

File metadata

  • Download URL: dit_ml-0.2.4.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.3

File hashes

Hashes for dit_ml-0.2.4.tar.gz
Algorithm Hash digest
SHA256 c4072a0d0e24a2a87a09a7b9b22735157cd4f2a2c02c2581cce3b5779e857c93
MD5 93aa00a04bfda0faaa811119a8135202
BLAKE2b-256 09f98712fea1935197368a9f2c886288c314e329d497f0993f8c07c6efed8f5c

See more details on using hashes here.

File details

Details for the file dit_ml-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: dit_ml-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.3

File hashes

Hashes for dit_ml-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a28742bf9b0ec25f7fd40b2a4a7b5e22700daad553230eec06f6e1e1cfdc3e13
MD5 8b889c27e01a900b7aabe3c8ef12a104
BLAKE2b-256 7d5695e549d46bd7950dbbabb7e9d9a66e58f0358d098eee9ae3ce935f8664ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page