Skip to main content

✨ ideoGener8r – complete Ideogram AI image generator UI with Google integration

Workflow preview

Workflow preview
100%
✨ ideoGener8r –  complete Ideogram AI image generator UI with Google integration preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

ideoGener8r – Self Hosted Ideogram AI Interface in n8n [March Sale – n...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote, n8n-nodes-base.respondtowebhook, n8n-nodes-base.googlesheets, n8n-nodes-base.html

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by RealSimple Solutions.

Original n8n.io source

1.1 Workflow description

Title
✨ ideoGener8r – complete Ideogram AI image generator UI with Google integration
Workflow name
✨ ideoGener8r – complete Ideogram AI image generator UI with Google integration

ideoGener8r – Self-Hosted Ideogram AI Interface in n8n

🔥 March Sale – n8n Community Members Get ideoGener8r for Just $27! (Reg. $47) Use Coupon Code: ILoven8n (Valid until 3/31/2025 for n8n community members)


ideoGener8r is an n8n template that sets up a self-contained, front-end interface for Ideogram AI image generation. It offers a complete workflow to generate, upscale, remix, and store images—entirely on your self-hosted n8n instance.


Key Benefits & Limited-Time Offer

  • Fully Self-Hosted: Avoid monthly fees and keep your data private.
  • All-in-One: Generate, remix, and upscale images without third-party tools.
  • Streamlined Automation: Integrates directly with Google Sheets & Drive.
  • Sale: Save $20 – Get ideoGener8r for just $27 with coupon code ILoven8n (valid until 3/31/2025).

Requirements & Overview

  1. Ideogram AI API Key
  2. Google Sheets & Drive
    • A Google Sheet for storing metadata.
    • A Google Drive folder for saving generated images.
  3. n8n Auth Credentials
    • Basic Auth for the login webhook.
    • Header Auth (Bearer token) for the generation/remix webhooks.

With ideoGener8r, you can instantly create a private user interface—within n8n—to produce AI images on demand, trigger image generation through webhooks, and automatically log data to Google Sheets.


Required Google Sheet Columns

Your Google Sheet must contain (at minimum) the following columns for proper logging:

Cheeck Setup note in workflow for csv template


Step-by-Step Setup Instructions

  1. Import the Template

    • Download the JSON file you received upon purchase.
    • In your n8n instance, go to WorkflowsImport, then upload the JSON file.
  2. Configure Ideogram API

    • In n8n, create an HTTP Header Auth credential.
    • For the “Authorization” header, use Bearer YOUR_IDEOGRAM_API_KEY.
    • Attach this credential to the Ideogram-related nodes (e.g., IDEOGRAM Image generator, ideogram Upscale).
  3. Google Sheets Setup

    • Copy or create a Google Sheet with the columns listed above.
    • In the template, locate the Google Sheets “Append” nodes.
    • Select the correct Sheet, tab, and map each column accordingly.
  4. Google Drive Folder

    • Create a Drive folder to store images (sharing permissions are up to you).
    • In the Google Drive nodes, enter the folder ID to save new images there.
  5. Basic Auth for Login

    • Open the Login Webhook-ideoGener8r node.
    • Set it to use Basic Auth and create credentials for a username/password.
    • This will secure the login route (e.g., /ideogener8r-login).
  6. Bearer Token for Generation & History

    • Open the “Generation Webhook” (e.g., /ideogen) and “History Webhook” (e.g., /ideogener8r-history).
    • Set them to Header Auth and use Authorization: Bearer <YOUR_SECRET_TOKEN>.
    • Any requests to these endpoints must include that token in the header.
  7. Publish & Test

    • Activate or publish your workflow.
    • Go to /ideogener8r-login, enter your Basic Auth credentials, and test by generating images.
    • Verify that images appear in your Google Drive folder, and the metadata is logged in the Google Sheet.

Ideogram API Details

  • Endpoint: The template uses Ideogram’s /generate, /upscale, and /remix endpoints.
  • Headers: You must provide your API key as a Bearer token in the request header.
  • Rate Limits: Check your Ideogram AI account for any usage or rate-limiting policies.

More info at ideoGener8r.com

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - SetImageData

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Download Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Download Upscaled

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Set Upload Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Google Drive Upscale Image

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 7 - Download Upscaled1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Google Drive Upscale Image1

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Respond to Webhook - Generate

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 11 - Respond to Webhook - Generate1

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 12 - Download Image3

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - ideogram Remix

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 15 - IDEOGRAM Image generator

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Respond to Webhook1

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 17 - ideogram Upscale

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Respond to Webhook2

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 19 - Download Image1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Set Upload Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Respond to Webhook - Generate2

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 22 - Respond with UI

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 23 - Respond with UI1

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 24 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 47 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow ✨ ideoGener8r – complete Ideogram AI image generator UI with Google integration
Complexity advanced
Nodes 47
Categories Content Creation, Multimodal AI
Author RealSimple Solutions
Published 13 Mar 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3148/3148.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does ✨ ideoGener8r – complete Ideogram AI image generator UI with Google integration do?

ideoGener8r – Self Hosted Ideogram AI Interface in n8n [March Sale – n...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.