This n8n workflow automates the process of generating videos using an AI model hosted on the Replicate platform. Starting with a manual trigger, the workflow sets up an API token for authentication, configures customizable video parameters (such as prompt, seed, resolution, and frame rate), and sends a request to the Replicate API to initiate video creation. The workflow then waits briefly before periodically checking the status of the prediction, with retry logic in case of failure. Upon completion, it handles success and error responses, providing the generated video URL or error details. Additionally, the workflow logs each request for monitoring purposes and includes helpful notes and resources for users. This setup is ideal for content creators or developers who want to automate the production of AI-generated videos based on specific prompts and input images.
Automated AI Video Generation with Replicate API
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | code, httpRequest, if, manualTrigger, set, stickyNote, wait |
Reviews
There are no reviews yet.