An open source project implementing diffusion models as lightning modules.
This projects goal is to implement different diffusion models and their trainings procedures so that they can be re-used across multiple domains and project types while utilizing one standardized and refined implementation.
The DDPM implementation is loosely based off the implementation by Rombach et al. https://github.com/CompVis/stable-diffusion.
This project has been set up using PyScaffold 4.3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.