Skip to content

cccntu/efficient-prompt-to-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prompt-to-Prompt: An efficient implementation

teaser

Original repo

https://github.com/google/prompt-to-prompt

How is this repo different from the paper?

Quickstart

  • Take a look at the jupyter notebook for a quick demo: notebook.
  • Everything is in the notebook, except for the 2 lines of code that need to be changed in the diffuser code.

Setup

  • install the version of diffusers, or change it in your own version of diffusers
pip install git+https://github.com/cccntu/diffusers@b43bc04e2

Disclaimer

  • not all features are implemented.

Citation

@article{hertz2022prompt,
  title={Prompt-to-Prompt Image Editing with Cross Attention Control},
  author={Hertz, Amir and Mokady, Ron and Tenenbaum, Jay and Aberman, Kfir and Pritch, Yael and Cohen-Or, Daniel},
  journal={arXiv preprint arXiv:2208.01626},
  year={2022}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published