diff --git a/README.md b/README.md index a344c50..fe95337 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ [![GitHub](https://img.shields.io/github/license/Laurent2916/diffusers.jl)](https://github.com/Laurent2916/diffusers.jl/blob/master/LICENSE) [🤗 diffusers](https://github.com/huggingface/diffusers/), but in Julia (and with worse code) ! + + +## Credits + +- @huggingface for their amazing [🤗 diffusers](https://github.com/huggingface/diffusers/) library. +- @liorsinai for his [Denoising diffusion probabilistic models from first principles](https://liorsinai.github.io/coding/2022/12/03/denoising-diffusion-1-spiral.html) blog posts.