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

⚡ 1,336 views · 🎬 Content Creation & Video

Description

ideoGener8r logo

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)


ideGener8r User Interface 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


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 Workflows → Import, 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


More info at ideoGener8r.com

đź”— Nodes Used

Google Sheets, HTTP Request, Webhook, Google Drive

📥 Import

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

📖 Importing guide · 🔑 Credential setup