Hello, I am trying to build a node workflow for midjourney by leveraging the proxy service but the problem that it generates 4 images by default. So I am trying to work around the following.
- Accept prompts from a workflow ( Need help on how to make the workflow send a prompt and wait for final result before it moves to the next]
- Send prompts to a Midjourney proxy API > I think this should be fine here in the workflow
- Process the initial 4 images returned [the proxy api will return the 4 images generated by midjourney]
- Use AI image analysis to select the best image [any suggestions for local image understanding model that can analyse the 4 images and choose the best one]
- Request an upscale of the selected image [forward the best choice back to mj proxy api to upscale the best result]
- Return the final upscaled image as best choice
I have tried to use calude to help me build it but thought I would also ask the experts here too, midjourney have released a really cool model v7 and it’s worth using. here is the workflow I started working on, any contribution will be much appreicated and I am sure so many here would love to get rid of flux $0.25 per image.