I have a Pickaxe for doing room design.
I would like the user to be able to iterate on the same image, like if I ask to replace one lamp with another, not re-render the room, just swap the lamps…
Is there any way to do this easily?
I have a Pickaxe for doing room design.
I would like the user to be able to iterate on the same image, like if I ask to replace one lamp with another, not re-render the room, just swap the lamps…
Is there any way to do this easily?
sounds like inpainting. usually you have to use an ai art studio like Fooocus or Automatic 1111 to edit the images like that. I don’t think any ai art generator allows you to prompt edit an image.
This is technically possible now with our actions system, but currently you’d have to be technical to set it up.
Our default image model integrations don’t support editing/iteration, but if you built your own, one of the inputs would be the link to the previous image. This is how our background removal action works.
Amazing!
I am fairly technical, in that I have a degree in Chemical Engineering
This sounds like something you could outline in a couple of minutes, given that you are already doing something similar.
There are a couple of things I admit that I don’t get…
What’s the format of the “build your own”? Is it like a Flutter app with a certain set of inputs and outputs?
Just for fun, is this now one of those things that could be done via prompt engineering with bolt.new, Cursor, v0, Devin, Copilot, or the other dozen AI coding “assistants”?
…
“I need a custom version of Flux 3.1 that allows recursive customization of the same image?”
Could you help push this forward? I don’t believe there’s any other platform that has this functionality.
I have a slightly related lunatic idea…reconstructing a base image of a room design, with the actual selected variations of each item. We can leave that for now…