I’m trying to build a wokflow able to generate images using image-to-image (plus prompt) inputs, but keep getting “Error code 422 (invalid request)”. The source images are stored in my own PC, and available for reading through “Read Binary Files” node from my volume “/data/videos/*.{png,jpg,jpeg,webp}”. The workflow works fine until reaching the “Get Result” node.
What is the error message (if any)?
“Your request is invalid or could not be processed by the service
Failed to download the file. Please check if the URL is accessible and try again.”
Please share your workflow
Share the output returned by the last node
“Your request is invalid or could not be processed by the service
Failed to download the file. Please check if the URL is accessible and try again.”
Actually is a similar question. There I was having trouble to generate text-to-image outputs. Now I’m having trouble to generate image-to-image, by using a reference image from my own hard disk. I don’t know if the problem is the URL, the “Move Binary Data – to base64” or something else.
It woked !! It seems I’m lacking some basic knowledge about node parameters . If there’s any tutorial or guide material which you would indicate, I’ll gladly accept suggestions. Thank you so much for your help!