🎬 Generate images from text prompts with Google Imagen 3 via Replicate API

⚡ 1,822 views · 🎬 Content Creation & Video

Description

Who is this for?

This n8n workflow is designed for developers, digital artists, and content creators who want to leverage the power of AI-generated images using the Replicate API.

What problem is this workflow solving? / Use case

The workflow automates the process of generating images from textual prompts using the Replicate API. It allows users to generate, check the status of, and retrieve images with minimal manual intervention.

What this workflow does

Setup

  1. Replicate API Key:
    • Go to the Replicate website and sign up for an account if you don’t have one.
    • Generate an API key from your Replicate dashboard.
  2. Configure HTTP Credentials:
    • In n8n, navigate to the “Credentials” section and create a new HTTP Header Authentication credential.
    • Set the name to Authorization, and enter Bearer YOUR_REPLICATE_API_KEY in the value field, replacing YOUR_REPLICATE_API_KEY with your actual API key.

How to customize this workflow to your needs

đź”— Nodes Used

HTTP Request, Stop and Error

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup