, I created an action in Pickaxe using python code that calls Replicate models to generate 4 images using different models. I would like to incorporate an editing workflow as well. The idea is that the user first generates 4 images, selects a winner, and then the winning image is sent to Nano Banana for sequential editing until the user is satisfied.
Currently, I am using a code setup that generates the 4 images perfectly , but when user select the image and ask for editing , they are not sending the correct url (winner) to nano banana instead of that they are trying to generate a new image something similar that i am asking to edit in the winner image and not performing squential editing. I need assistance in refining the workflow so that it functions exactly as intended.
thanks for sharing this..happy to help you get it working the way you want.
From what you described, this usually ends up being a prompt or trigger-logic issue inside the Action. A tiny mismatch can make the model regenerate a new image instead of passing the selected winner URL into Nano Banana. Most of the time it just needs a small tweak, but we’re glad to take a deeper look.