Multiple images input
#137
by
xavitu
- opened
Hi all,
I'm using the FLUX_DEV via API generation with Python due my computer can not process it in local (sa sad I know...). Making tests and adding different inputs I can't obtain different scenarios as a multiple images for the same prompt, o a new image using a prompt used before...do you know if it's possible?
There is my main image_bytes code:
image_bytes = query({
"inputs": "Astronaut riding a horse on the sea"
})
I've tried with typical "num_outputs" ; 2, etc. but nothing happened...
Thanks in advance for all! :)