Can n8n use replicate.ai or replicate.com api to actually create image?

Hey i’m quite new in this n8n platform, and i’m wondering if n8n can use replicate.ai or replicate.com API. Because i’m still trying to make a workflow about connecting to replicate.ai and manage to actually produce the image from it. unfortunately i kept getting error. So is it supported or it’s just that my configuration is the problem?

Hi,

You should be able to integrate anything with some form an API . As long as the API can perform what you need to do, it will be possible. Surely there is a configuration issue since the API can be triggered by a simple curl request

Reg
J

Took me a day to make it work but created my very own custom n8n node to work with Replicate API. Used Manus AI to generate almost working node, then took a bit with Cursor and Claude 4 to get it done. Got 8 models added for now in there, 3 models for Image generations, 3 for video, 1 for music and 1 for GIF, surely will add more at some point. Working on a workflow now for my project.





Not yet public, might be soon.

workflow I’m working on now

1 Like

binkiewka, Could you please send me the JSON file for this project?

This project is private thing created with an integrated website.
To run replicate node in n8n workflow, you would need to build it locally and add it to n8n docker setup as custom node, only then you can use it within workflow.
JSON file would do you nothing at all.
At some point, I will be converting that workflow into full code dockerized project with integrated website, if you’re interested in purchasing, hit me up.

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