Skip to main content

Overview

The Image Generation node creates images from text prompts using AI image models. Perfect for generating visuals, creating marketing assets, or adding dynamic imagery to automated workflows.
Best for: Creating marketing visuals, generating product images, automated content creation, and adding AI-generated imagery to reports.

Configuration

Prompt (Required)

The text description of the image you want to generate. Supports Auto, Manual, and Prompt AI modes. Manual mode example:
Using variables:

Image Model

Select the AI model to generate images. Available models depend on your workspace configuration.
Two model selections exist in this node:
  • Image Model: The model that generates the actual image (e.g., DALL-E, Stable Diffusion)
  • Prompt Generation Model (when using Auto or Prompt AI mode): The LLM that generates or refines the image prompt before sending it to the image model
When using Manual mode, only the Image Model is used. When using Auto or Prompt AI mode, both models are involved - first the LLM creates an optimized prompt, then the image model generates the image.

Aspect Ratio

Choose the image dimensions:

Style

Apply a visual style to guide the image generation:

Example Use Cases

Marketing Content Generation

Automated Report Visuals

Dynamic Content Creation

Accessing Generated Images

After execution, access the generated image in subsequent nodes:

Output Format

The node outputs a file in standard workflow format, making it compatible with file pickers and downstream nodes that expect file inputs:

Best Practices

Be specific about what you want. Include details about style, composition, lighting, and subject matter for better results.
Instead of describing style in your prompt, use the Style dropdown. This ensures consistent style application and keeps your prompts focused on content.
Choose the aspect ratio based on where the image will be used. Square for social media, landscape for presentations, portrait for stories.
Use an Agent node before image generation to craft optimized prompts based on your data. AI-generated prompts often produce better images.
The signed URL expires after 1 week. For long-term storage, use the attachment ID to move the file or save the URL immediately.

Cost Considerations

Image generation consumes model credits based on the selected image model. High-resolution or premium models may cost more per image. Monitor usage when generating images in loops.

Further Processing

Generated images are automatically available to all subsequent nodes in your workflow. Here’s how you can use them:

Analyze with Agent Node

Agent nodes can see and analyze the generated image:

Upload via Action Node

Send images to connected integrations:

Send via HTTP Request

Upload to any API that accepts files:

Batch Generation with Loop

Generate multiple images in one workflow:
The image is stored as an attachment linked to the workflow run. Downstream nodes can reference it directly without needing to pass the URL manually - they can see all attachments from previous nodes.

Limitations

  • Timeout: 60 seconds maximum for image generation
  • Format: Output is always PNG format
  • No reference images: Currently does not support image-to-image generation in workflows
  • URL expiration: Signed URLs are valid for 1 week

Next Steps

Agent Node

Generate optimized prompts with AI

HTTP Request

Upload images to external services

Loop Node

Generate multiple images in batch

Action Node

Share images via integrations