Can't read the binary data from the previous step

I need a source image and a target image from the local disk to swap it’s face. The http request can only read the target image binary. How to change the workflow.

Share the output returned by the last node



Information on your n8n setup

  • n8n version: 1.44.1
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu 22.04

Hi @WannaYoung, the binary data can only be accessed from the node directly after it, so maybe you can try using the Merge node to access the source and target image like so:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.