keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
979 stars 320 forks source link

prompt to prompt image editing using StableDiffusion #1274

Open LukeWood opened 1 year ago

LukeWood commented 1 year ago

@miguelCalado will be contributing this.

The repo inspiring this work exists here: https://github.com/miguelCalado/prompt-to-prompt-tensorflow/issues/3#issuecomment-1382513776

happy to "sponsor" this effort (as specified in the readme)

LukeWood commented 1 year ago

@miguelCalado if you comment I can assign to you!

miguelCalado commented 1 year ago

Sure, let's do it!

innat commented 1 year ago

https://www.timothybrooks.com/instruct-pix2pix https://github.com/timothybrooks/instruc

68747470733a2f2f696e7374727563742d706978327069782e74696d6f74687962726f6f6b732e636f6d2f7465617365722e6a7067

LukeWood commented 1 year ago

Amazing results - we should definitely try to add this.

miguelCalado commented 1 year ago

And the chatbot capabilities are really impressive, especially the recursiveness. Brief update: almost done with the code, just a couple more days and I should have the PR ready!

miguelCalado commented 1 year ago

Almost done (#1326). Just need to find a better way to identify cross-attention vs self-attention layers, add more documentation and polish the PR over the weekend.