I’m trying to build a simple workflow able to create an image using a Json prompt through fal.ai/flux, but keep getting this error message.
I got a positive output from the POST HTTP Request, responsible for requesting the image generation, using the URL “https://queue.fal.run/fal-ai/flux/” and using my API key as Header Auth Account, as shown on the images below
Done that, but still the result was the same. The request is accepted, the image is generated (apparently) but can’t retrieve the generated image file using the “response_url”. Is there something wrong with my “Download Image” (HTTP Request GE) node?
NO . You need to request status_url to check if production is successful? If the status is success, you need to obtain the response_url, get your result, and then download it. I will give you an example above the one.
Oh, just one more question, if you don’t mind: inserting workflows directly here, as you did, is clearly an easier way to share information, instead of screenshots. My only concern is about API keys and other sensitive parameters - are they automatically supressed, or do I have to delete them before paste the workflows here?