Skip to main content

Create consistent AI characters with Google Nano Banana & upscaling via Kie.ai

Workflow preview

Workflow preview
100%
Create consistent AI characters with Google Nano Banana & upscaling via Kie.ai preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Google NanoBanana Model Image Editor for Consistent AI Influencer Creation with Kie AI Image Generation & Enhancement Workflow This n8n template demonstrates how to use Kie.ai's powerful image gene...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.manualtrigger, n8n-nodes-base.switch, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muhammad Farooq Iqbal.

Original n8n.io source

1.1 Workflow description

Title
Create consistent AI characters with Google Nano Banana & upscaling via Kie.ai
Workflow name
Create consistent AI characters with Google Nano Banana & upscaling via Kie.ai

Google NanoBanana Model Image Editor for Consistent AI Influencer Creation with Kie AI Image Generation & Enhancement Workflow

This n8n template demonstrates how to use Kie.ai's powerful image generation models to create and enhance images using AI, with automated story creation, image upscaling, and organized file management through Google Drive and Sheets.

Use cases include: AI-powered content creation for social media, automated story visualization with consistent characters, marketing material generation, and high-quality image enhancement workflows.

Good to know

  • The workflow uses Kie.ai's google/nano-banana-edit model for image generation and nano-banana-upscale for 4x image enhancement
  • Images are automatically organized in Google Drive with timestamped folders
  • Progress is tracked in Google Sheets with status updates throughout the process
  • The workflow includes face enhancement during upscaling for better portrait results
  • All generated content is automatically saved and organized for easy access

How it works

  1. Project Setup: Creates a timestamped folder structure in Google Drive and initializes a Google Sheet for tracking
  2. Story Generation: Uses OpenAI GPT-4 to create detailed prompts for image generation based on predefined templates
  3. Image Creation: Sends the AI-generated prompt along with 5 reference images to Kie.ai's nano-banana-edit model
  4. Status Monitoring: Polls the Kie.ai API to monitor task completion with automatic retry logic
  5. Image Enhancement: Upscales the generated image 4x using nano-banana-upscale with face enhancement
  6. File Management: Downloads, uploads, and organizes all generated content in the appropriate Google Drive folders
  7. Progress Tracking: Updates Google Sheets with status information and image URLs throughout the entire process

Key Features

  • Automated Story Creation: AI-powered prompt generation for consistent, cinematic image creation
  • Multi-Stage Processing: Image generation followed by intelligent upscaling
  • Smart Organization: Automatic folder creation with timestamps and file management
  • Progress Tracking: Real-time status updates in Google Sheets
  • Error Handling: Built-in retry logic and failure state management
  • Face Enhancement: Specialized enhancement for portrait images during upscaling

How to use

  1. Manual Trigger: The workflow starts with a manual trigger (easily replaceable with webhooks, forms, or scheduled triggers)
  2. Automatic Processing: Once triggered, the entire pipeline runs automatically
  3. Monitor Progress: Check the Google Sheet for real-time status updates
  4. Access Results: Find your generated and enhanced images in the organized Google Drive folders

Requirements

  • Kie.ai Account: For AI image generation and upscaling services
  • OpenAI API: For intelligent prompt generation (GPT-4 mini)
  • Google Drive: For file storage and organization
  • Google Sheets: For progress tracking and status monitoring

Customizing this workflow

This workflow is highly adaptable for various use cases:

  • Content Creation: Modify prompts for different styles (fashion, product photography, architectural visualization)
  • Batch Processing: Add loops to process multiple prompts or reference images
  • Social Media: Integrate with social platforms for automatic posting
  • E-commerce: Adapt for product visualization and marketing materials
  • Storytelling: Create sequential images for visual narratives or storyboards

The modular design makes it easy to add additional processing steps, change AI models, or integrate with other services as needed.

Workflow Components

  • Folder Management: Dynamic folder creation with timestamp naming
  • AI Integration: OpenAI for prompts, Kie.ai for image processing
  • File Processing: Binary handling, URL management, and format conversion
  • Status Tracking: Multi-stage progress monitoring with Google Sheets
  • Error Handling: Comprehensive retry and failure management systems

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 - Poll Task

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

Block 2 - Set TaskId

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

Block 3 - Create Task (no callback)

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

Block 4 - When clicking ‘Execute workflow’

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

Block 5 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 6 - Create folder

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

Block 7 - Edit Fields

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note3

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

Block 10 - Sticky Note4

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

Block 11 - Add Fields

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 12 - Create spreadsheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 13 - Move Sheet

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

Block 14 - Update Image Status

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 15 - Wait 1 Min

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

Block 16 - Story Status Update

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - Code1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Json parser4

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 19 - OpenAI Chat Model3

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 20 - Story Creator Agent

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 21 - Folder Name

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Upscale Image

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

Block 23 - Wait 1 Min1

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

Block 24 - Switch1

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

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

3. Summary Table

Workflow Create consistent AI characters with Google Nano Banana & upscaling via Kie.ai
Complexity advanced
Nodes 33
Categories Content Creation, Multimodal AI
Author Muhammad Farooq Iqbal
Published 12 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8492/8492.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 Create consistent AI characters with Google Nano Banana & upscaling via Kie.ai do?

Google NanoBanana Model Image Editor for Consistent AI Influencer Creation with Kie AI Image Generation & Enhancement Workflow This n8n template demonstrates how to use Kie.ai's powerful image gene...

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.