Diffusion models: image editing
Modify your images - with nothing but text
So you’ve gotten the hang of generating images from scratch, you've seen how a few lines of Python and an open-weights model like Flux can turn text into a visual delight. But what if you don't want to start from zero? What if you have an existing image that’s almost perfect and just needs a little tweak?
For a while now, this worked mostly with the clos…

