workflows.fit
Back to n8n workflows
n8n templateFreeBy Robert Breen

Generate and quality control images with DALL-E 2 and human review loop

This n8n workflow automates the process of generating AI images using OpenAI's DALL-E 2 model with built-in human review and quality control. The workflow creates an image based on a predefined prompt, sends it for hu...

AILangchainCore NodesManual TriggerSetSticky NoteSplit In Batches
Loading interactive preview...

Template notes

This n8n workflow automates the process of generating AI images using OpenAI's DALL-E 2 model with built-in human review and quality control. The workflow creates an image based on a predefined prompt, sends it for human review, and if the image is rejected, automatically generates a new version with an improved prompt. This is perfect for content creators, marketers, or anyone who needs high-quality AI-generated images with human oversight to ensure they meet specific standards.

Key Features: - Automated image generation using DALL-E 2 - Human-in-the-loop review process - Automatic regeneration if images are rejected - Customizable prompts and review criteria - Quality assurance workflow

Step-by-Step Implementation Guide

Prerequisites Before setting up this workflow, you'll need:

1. n8n instance (cloud or self-hosted) 2. OpenAI API account with DALL-E access 3. GotoHuman account for review management

Step 1: Set Up OpenAI API Credentials

1. Go to [OpenAI's website](https://platform.openai.com/api-keys) 2. Create an account or sign in 3. Navigate to "API Keys" in your dashboard 4. Click "Create new secret key" 5. Copy the API key and save it securely 6. In n8n, go to Credentials → Add Credential → OpenAI API 7. Paste your API key and save as "OpenAI account"

Step 2: Set Up GotoHuman Credentials