Metadata-Version: 2.1
Name: diffusions
Version: 0.1.13
Summary: Diffusion models
Home-page: https://github.com/yuta0306/diffusions
License: MIT
Author: yuta0306
Author-email: yuta20010306@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: einops (>=0.4.1,<0.5.0)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: torch (>=1.12.0,<2.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Project-URL: Repository, https://github.com/yuta0306/diffusions
Description-Content-Type: text/markdown

# diffusions
Diffusion models

# TODO

- [x] Memory Efficient Attention
  - [Paper](https://arxiv.org/abs/2112.05682)
- [x] Focal Frequency Loss
  - [Code](https://github.com/EndlessSora/focal-frequency-loss)
  - [Paper](https://arxiv.org/abs/2012.12821)
  - [Homepage](https://www.mmlab-ntu.com/project/ffl/index.html)
