Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/QianWangX/MDP-Diffusion

Implementation of MDP: A Generalized Framework for Text-Guided Image Editing by Manipulating the Diffusion Path
https://github.com/QianWangX/MDP-Diffusion

Last synced: 5 days ago
JSON representation

Implementation of MDP: A Generalized Framework for Text-Guided Image Editing by Manipulating the Diffusion Path

Awesome Lists containing this project

README

        

# :watermelon: MDP-Diffusion

[![arXiv](https://img.shields.io/badge/arXiv-<2303.16765>-.svg)](https://arxiv.org/abs/2303.16765)
![Teaser image](./docs/teaser.png)
**MDP: A Generalized Framework for Text-Guided Image Editing by Manipulating the Diffusion Path**

Qian Wang, Biao Zhang, Michael Birsak, Peter Wonka

:rocket: [Project page](https://qianwangx.github.io/MDP-Diffusion/)

1. Create the conda enviroment
```
conda env create -f environment.yml
```
2. Play around with MDP.ipynb. We provide the implementation of MDP-epsilon_t.

## Citation

```
@misc{wang2023mdp,
title={MDP: A Generalized Framework for Text-Guided Image Editing by Manipulating the Diffusion Path},
author={Qian Wang and Biao Zhang and Michael Birsak and Peter Wonka},
year={2023},
eprint={2303.16765},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```