From cc49cf6182284e577e896943f8e29c7c9d1a7f2c Mon Sep 17 00:00:00 2001 From: Katherine Crowson Date: Thu, 7 Dec 2023 13:28:50 +0000 Subject: [PATCH] Add DOI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d50c5792..b74c5dc7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # k-diffusion +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10284390.svg)](https://doi.org/10.5281/zenodo.10284390) + An implementation of [Elucidating the Design Space of Diffusion-Based Generative Models](https://arxiv.org/abs/2206.00364) (Karras et al., 2022) for PyTorch, with enhancements and additional features, such as improved sampling algorithms and transformer-based diffusion models. ## Installation