Show HN: We built an agentic image editor that preserves the original structure
12 comments
·March 19, 2025kyt
Interesting project. What makes this an agent? Just looks like an image transform that uses LLMs.
jchiu1234
Good question, we designed a system that looks across the image and chooses which parts of the image to be preserved and which to be changed. And, if a region is selected to change, how should it be changed.
This is all done autonomously and the decision-maker is an agent.
mattzh1314
This is super sick
talljohnson1234
The app looks great.
zellyn
Why does it make random changes, like moving limbs, changing hairstyles (hilariously leaving a black person with dreads, but removing them from the white person beside them :facepalm:) etc?
jchiu1234
The diffusion model(s) the agent leverages to edit certain parts of the image are notorious for exhibiting weird behaviors (of course, we will improve these as we progress).
I'll let you figure out why it does some weird things regarding your comment (data distribution).
guelo
On every photo in the gallery people's hairdos were vastly improved. That seems more useful than changing locations. You should pivot to an app that suggests better hairstyles for people.
zoklet-enjoyer
That's a really cool idea. Reminds me of that AI camera someone made where it generates an image prompt based on, I think, GPS and weather data
MidhaelBollox
Need
Hi everyone,
I’ve been experimenting with app where you can edit images in your camera roll simply by tweaking your photo’s metadata (changing location/time) and our agent will contextually regenerate the photo in that place & time in one shot. There's no prompting involved.
One of the hardest problems we’ve seen with these ai image editing/creation tools is that they struggle with preserving the subjects of the original image (faces, genders, number of people, bodies, animals, etc), and I think we’ve gotten a step closer to making it feel more realistic.
The gallery has some examples that people have been regenerating. https://palette.cam/gallery
Here’s a demo: https://x.com/sakofchit/status/1900274636522193067
Feel free to dm me on Twitter: https://twitter.com/sakofchit if you’d like to try out the TestFlight in the meantime
Would love to know what y'all think!