i want to generate image with either gemini node or http request node. but i not only want to passing the prompt, i also want to passing the images where is generate before with the type of Binary? data? So that my new generated image will combine the image that i generate into the new image.
for more information, i am doing on n8n cloud, not host locally.
or maybe can suggest me any other way to send image data to generate image. Thank you very much. 
good morning, @Jing_Yang
Use HTTP Request calling directly the provider’s API that supports image-to-image / image editing, sending the binary image converted to Base64 or multipart according to the provider’s documentation.
then, do you have any suggestion of provider? and do you know how to convert binary into Base64?
do you have access to claude? @Jing_Yang
Hi @Jing_Yang ,
You may want to watch this video (starting from the 6th minute). I believe this is what you’re looking for.
Hope this helps.