← 返回
未分类 Key

AI Image Generator & Splitter

Generate AI images with multiple resolutions and models, smartly split into grids, manage galleries, and support five languages including batch downloads.
生成AI图像,支持多种分辨率和模型,智能分割成网格,管理图库,并支持五种语言,包括批量下载。
xiyunnet xiyunnet 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 358
下载
💾 0
安装
1
版本
#latest

概述

Nano Banana V2 - AI Image Creation Tool

English | 简体中文

Overview

Nano Banana V2 is a powerful AI image generation and smart splitting tool based on the AceData Nano Banana series models. It provides a complete web interface for image generation, editing, splitting, and management.

Core Features

🎨 Image Generation

  • Multiple Models: Nano Banana Pro, Nano Banana 2
  • Multiple Resolutions: 1:1 (Square), 16:9 (Landscape), 9:16 (Portrait), 4:3 (Standard), 3:4 (Portrait)
  • Multiple Qualities: 1K (1024px), 2K (2048px), 4K (4096px)
  • Image-to-Image: Support up to 6 reference images for editing

✂️ Smart Splitting

  • Multiple Grids: Support 2/4/6/9 grid splitting
  • Smart Adaptation: Automatically detect aspect ratio and choose optimal splitting method

🖼️ Gallery Management

  • Waterfall Layout: Automatically adapt to different image ratios
  • Thumbnail Generation: Automatic thumbnail creation
  • Batch Download: Support ZIP packaging
  • File Management: One-click open file directory

🌐 Multi-Language Support

  • 简体中文 (zh)
  • English (en)
  • 繁體中文 (zh-TW)
  • 日本語 (ja)
  • 한국어 (ko)

🎨 User Experience

  • Dual Themes: Light/Dark theme switching
  • Real-time Preview: Image preview, split preview
  • Modern UI: Frosted glass effect, smooth animations, waterfall layout
  • AI Prompt Generation: Integrated LLM for intelligent prompt generation

Screenshots

Main Interface

!Main Interface


Quick Start

1. Install Dependencies

cd ~/.openclaw/workspace/skills/nano-banana-v2
npm install

2. Start Service

npm start

3. Access Application

Open browser at http://localhost:2688


Configuration

Get API Key

First-time use requires API Key configuration:

  1. Visit: https://share.acedata.cloud/r/1uN88BrUTQ
  2. Register and get API Key
  3. Fill in API Key in settings page

Configuration Items

ItemRequiredDescription
-----------------------------
API KeyFor image generation
Platform TokenFor image-to-image feature
LLM API KeyFor AI prompt generation
Save PathImage save directory (Default: Desktop/banana2)

Usage

Generate Image

  1. Enter prompt in the bottom editor
  2. Select model, resolution, quality
  3. Select splitting method (optional)
  4. Click generate button
  5. Wait for completion

Image-to-Image

  1. Click upload button to select images (max 6)
  2. Enter description
  3. Click generate

AI Prompt Generation

  1. Click AI button to open prompt generation window
  2. Enter simple description
  3. Click generate, AI will create detailed prompt

View Works

  • Click image to view full size
  • View split image list
  • Download, delete works

Tech Stack

  • Backend: Node.js + Express + SQLite
  • Frontend: HTML5 + CSS3 + JavaScript (jQuery)
  • Image Processing: Sharp
  • API: AceData Nano Banana API

Directory Structure

nano-banana-v2/
├── server/
│   ├── index.js              # Main server
│   └── services/             # Service classes
│       ├── database.js       # Database service
│       ├── request.js        # Request handling
│       ├── task.js           # Task processing
│       └── upload.js         # Upload handling
├── public/
│   ├── index.html            # Main page
│   ├── list.html             # List page
│   ├── set.html              # Settings page
│   ├── components/           # UI components
│   ├── css/                  # Styles
│   ├── js/                   # Application logic
│   └── lan/                  # Language files
├── config/
│   ├── set.json              # Main config
│   ├── system.prompt         # AI system prompt
│   └── cut_*.prompt          # Split prompts
├── database/
│   ├── 1.sql                 # Database init
│   └── 2.sql                 # Database migration
├── package.json
├── README.md
├── LICENSE
└── CHANGELOG.md

API Endpoints

MethodPathDescription
---------------------------
GET/api/get_setGet config
POST/api/generateSubmit generation task
POST/api/poll/:idPoll task status
POST/api/uploadUpload image
GET/api/worksGet works list
GET/api/work/:idGet single work
POST/api/tasks/addAdd task manually
POST/api/admin/delete/:idDelete work
POST/api/open-folderOpen folder
POST/api/generate-promptAI generate prompt
POST/api/shutdownShutdown service

Changelog

v1.1.0 (2026-03-30)

  • Added Korean (한국어) support
  • Completed multi-language translation for all components
  • Optimized dynamic image path mapping
  • Cleaned up redundant API endpoints
  • Fixed known issues

v1.0.0 (2026-03-26)

  • Initial release

Open Source Info

  • License: MIT License
  • Repository: https://github.com/xiyunnet/banana2
  • Issues: https://github.com/xiyunnet/banana2/issues
  • Homepage: https://banana2.zjhn.com

Contact

  • Author: Xiao Zhu
  • Email: zhuxi0906@gmail.com
  • WeChat: jakeycis

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 09:36 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

content-creation

Ace Banana2 Image Generation / Ace Banana2 图像生成

xiyunnet
使用 AceData Nano Banana API 生成和编辑图像。支持 nano-banana-2 等模型,自定义宽高比(默认 16:9)及分辨率(默认)。
★ 0 📥 716
content-creation

Suno V5 Music

xiyunnet
🌐 完整的 AceData Suno V5 AI音乐创作Web应用,支持简易/自定义两种创作模式,包含浏览器可视化界面,自动保存音乐文件到桌面,支持在线播放和下载。使用 Suno V5 模型通过 AceData API 生成 AI 音乐,无
★ 1 📥 807

Local LRC Editor 专业LRC歌词创作工具

xiyunnet
专业LRC歌词创作工具,支持音频波形可视化、时间轴精准打点、LRC导入/导出、播放实时高亮、毫秒级时间戳编辑、自动本地存储防止数据丢失。前端采用 jQuery + WaveSurfer.js,后端使用 Python Flask,默认端口 6
★ 0 📥 687