Generate Images from Text Prompts with Google Imagen 3 via Replicate API - n8n Workflow | Neura Market
Generate Images from Text Prompts with Google Imagen 3 via Replicate API
### 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
- **Initialize Workflow**: Triggered by a manual click, the workflow starts with a prompt for image generation.
- **Set Image Generation Parameters**: The user can define a prompt and other parameters, which will be sent to the Replicate API for processing.
- **Create Prediction**: The workflow sends a request to generate an image based on the provided input.
- **Check Prediction Status**: After a short waiting period, the workflow checks the status of the image generation process.
- **Handle Errors**: If the status indicates an error (e.g., failed or canceled), the workflow stops and reports an error.
- **Retrieve Image URL**: If the image generation is successful, it retrieves and outputs the URL of the generated image.
### 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
- **Edit the Prompt Text**: Change the text in the Set prompt node to customize the image you want to generate. This can be adjusted to include dynamic input from other parts of your n8n workflow.
- **Change Image Generation Settings**: In the Create prediction node, you may modify any parameters such as aspect ratio, safety filter level, or even the model being used by changing the URL.
- **Add More Logic**: If you want to add more complex logic or branching conditions based on the image generation results, modify the Check for success and Check for errors nodes accordingly.
- **Modify Wait Duration**: Depending on your application, you may want to adjust the waiting times in the Wait and Pause nodes to optimize processing time based on expected image generation speed.
Platform
n8n
Category
AI
Price
Free
Creator
Audun
if
set
wait
stickyNote
httpRequest
stopAndError
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.