awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
phizaz avatar

phizaz/diffae

0
View on GitHub↗
966 stars·159 forks·Jupyter Notebook·MIT·17 viewsdiff-ae.github.io↗

Diffae

Official implementation of Diffusion Autoencoders

Features

  • Diffusion Model Research - Meaningful representation learning with diffusion autoencoders.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

Star history

Star history chart for phizaz/diffaeStar history chart for phizaz/diffae

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Diffae

These projects share indexed features with Diffae. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • andyshih12/paradigmsAndyShih12 avatar

    AndyShih12/paradigms

    157View on GitHub↗

    PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight

    Python
    View on GitHub↗157
  • anima-lab/maskditAnima-Lab avatar

    Anima-Lab/MaskDiT

    426View on GitHub↗

    Code for Fast Training of Diffusion Models with Masked Transformers

    Python
    View on GitHub↗426
  • alexmaols/elucdalexmaols avatar

    alexmaols/elucd

    33View on GitHub↗

    Elucidating The Design Space of Classifier-Guided Diffusion Generation

    Python
    View on GitHub↗33
  • arpitbansal297/cold-diffusion-modelsarpitbansal297 avatar

    arpitbansal297/Cold-Diffusion-Models

    1,127View on GitHub↗

    Official implementation of Cold-Diffusion for different transformations in pytorch.

    Python
    View on GitHub↗1,127
Compare all 30 related projects→

Frequently asked questions

What does phizaz/diffae do?

Official implementation of Diffusion Autoencoders

What are the main features of phizaz/diffae?

The main features of phizaz/diffae are: Diffusion Model Research, Generation.

Which projects share features with phizaz/diffae?

Projects with overlapping indexed features include: anima-lab/maskdit — Code for Fast Training of Diffusion Models with Masked Transformers. baofff/extended-analytic-dpm — Official implementation for Estimating the Optimal Covariance with Imperfect Mean in Diffusion Probabilistic Models… andyshih12/paradigms — PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight. alexmaols/elucd — Elucidating The Design Space of Classifier-Guided Diffusion Generation. arpitbansal297/cold-diffusion-models — Official implementation of Cold-Diffusion for different transformations in pytorch. cognaclee/dpm-ot.