:watermelon: MDP-Diffusion

March 30, 2023 ยท View on GitHub

arXiv Teaser image 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

  1. Create the conda enviroment
conda env create -f environment.yml
  1. 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}
}