An open API service indexing awesome lists of open source software.

https://github.com/lucidrains/retrieval-augmented-ddpm

Implementation of Retrieval-Augmented Denoising Diffusion Probabilistic Models in Pytorch
https://github.com/lucidrains/retrieval-augmented-ddpm

artificial-intelligence deep-learning image-generation retrieval

Last synced: about 1 year ago
JSON representation

Implementation of Retrieval-Augmented Denoising Diffusion Probabilistic Models in Pytorch

Awesome Lists containing this project

README

          

## Retrieval-Augmented Denoising Diffusion Probabilistic Models (wip)

Implementation of Retrieval-Augmented Denoising Diffusion Probabilistic Models in Pytorch

This will make use of the Clip Retrieval library made by @rom1504

## Citations

```bibtex
@article{Blattmann2022RetrievalAugmentedDM,
title = {Retrieval-Augmented Diffusion Models},
author = {A. Blattmann and Robin Rombach and K Oktay and Bj{\"o}rn Ommer},
journal = {ArXiv},
year = {2022},
volume = {abs/2204.11824}
}
```