I’m new to n8n and trying to create a workflow that does the following:
Takes an image input from a user
Sends it to an AI for processing
Gets back a caption for that image
Specifically using the DeepSeek API
Is this possible in n8n? My knowledge about n8n tools is very limited, so I’m not sure which nodes or components I should be using for this kind of workflow.
If this is doable, could someone guide me through the basic steps or components I’d need to set up? Even just pointing me to the right nodes would be extremely helpful.
I’m completely new to this, so any beginner-friendly tips or examples would be greatly appreciated!
Error: Stream yields empty buffer at Socket.<anonymous> (/root/.nvm/versions/node/v20.18.0/lib/node_modules/n8n/node_modules/gm/lib/command.js:56:21) at Socket.emit (node:events:531:35) at endReadableNT (node:internal/streams/readable:1696:12) at processTicksAndRejections (node:internal/process/task_queues:82:21)
Log in pm2:
0|n8n | Could not execute GraphicsMagick/ImageMagick: gm “identify” “-ping” “-verbose” “-” this most likely means the gm/convert binaries can’t be found
Do you know how to fix this? Thanks
UPDATE:
Thanks its working after install GraphicsMagick in my server