[BUG] Image analyzer

the image analyzer module does not work. when passing base64, an error is raised that no binary file is passed item[0]

Hey @bstroebl hope all is well, welcome to the community.

Why are you trying to pass base64 string as a binary? Image analyzer takes the binary itself, not b64 encoded input, which is exactly what it tells you in the error message.

There is the “Convert to File” node that does the trick with “Move Base64 String to File”.