google / prompt-to-prompt

Apache License 2.0
3.07k stars 285 forks source link

Is LocalBlend an implementation of the mask-based real image editing technique described in the paper? #6

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi, just want to confirm if I'm correct in understanding that the LocalBlend object used in the "Local Edit" section of the prompt-to-prompt_stable notebook implements the technique in described in page 10 of the paper (i.e. the mask-based real image editing technique that does not rely on deterministic image inversion).

amirhertz commented 1 year ago

No, the LocalBlend is the implementation of the Local Editing option, descrbied in our revised version (page 5).

ghost commented 1 year ago

Thanks! Just to be clear, this repo doesn't have any implementations for the real image editing experiments described in the paper?

amirhertz commented 1 year ago

Yes, correct. We are working on a more robust version that will allow editing of real images.

ghost commented 1 year ago

Thanks! Just want to say I really enjoyed your paper