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)

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.2.tar.gz (9.9 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.2-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for dit_ml-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c6b3a64f9dc8b537fe74e83230ac0216d77fed8ec912a1c6a42de3fb6e963cde
MD5 c2f19e39e480f4c42a693dba51d9b934
BLAKE2b-256 1c1ea7473eae6acfe461ef14db4975f99db432e0bc18096d4d003126a66b6c9c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dit_ml-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a88f0f807998b9f83f7e8562733cb01dfa0df9453d46e44b1b828373dfa6087f
MD5 db45f6762391da6ae4a7eef679e40f90
BLAKE2b-256 edbe4e533fe770b865fcfdf31a13d425432971771104bc70075c1e20338fad16

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