ModelsLab / diffusers_plus_plus

Diffusers++: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
9 stars 2 forks source link

Add Hunyuan Diffusion Transformer #15

Closed shauray8 closed 4 days ago

shauray8 commented 1 month ago

What does this PR do?

Adds Hunyuan DiT which consists of adding a new DiT block with no Adaptive layer norm rather some neat integrations to the pipeline itself.

Fixes #12