CoolFace
Datasetpublic

Goku-OpenLab/nano-banana-pro-prompts-datasets

🖼️ Nano Banana Pro Prompt Dataset 🖼️ The ultimate Nano Banana Pro prompt dataset (6GB+). 26,000+ image generation prompts with full metadata and preview images. Truly open source: No login, no ads, no redirection. Just pure data for AI image creators. This project is a massive collection of prompts used for Nano Banana Pro AI image model and the resulting generated images. The entire dataset exceeds 6GB and contains 26,000+ images, all structured into a comprehensive… See the full description on the dataset page: https://huggingface.co/datasets/Goku-OpenLab/nano-banana-pro-prompts-datasets.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
1likes21kdownloads
Dataset Card

🖼️ Nano Banana Pro Prompt Dataset

![Hugging Face Dataset](https://huggingface.co/datasets/Goku-OpenLab/nano-banana-pro-prompts-datasets) ![License: CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) ![Dataset Size](https://huggingface.co/datasets/Goku-OpenLab/nano-banana-pro-prompts-datasets) ![Format](https://huggingface.co/datasets/Goku-OpenLab/nano-banana-pro-prompts-datasets)

🖼️ The ultimate Nano Banana Pro prompt dataset (6GB+). 26,000+ image generation prompts with full metadata and preview images. Truly open source: No login, no ads, no redirection. Just pure data for AI image creators.

This project is a massive collection of prompts used for Nano Banana Pro AI image model and the resulting generated images. The entire dataset exceeds 6GB and contains 26,000+ images, all structured into a comprehensive dataset.

Due to GitHub's limitations with large file storage, the full dataset is hosted on Hugging Face. The Hugging Face repository contains the generated images (.jpg) and a highly structured .jsonl file that holds all prompt metadata.

Download the full dataset here: https://huggingface.co/datasets/Goku-OpenLab/nano-banana-pro-prompts-datasets

🌐 Online Viewer

No login required, lighting-fast response. 👉 [View Online](https://prompthub.gokuscraper.com/)

📖 Introduction

Launched by GokuOpenLab, nano-banana-pro-prompts-datasets is a prompt data infrastructure project created for developers and researchers.

In the current AI ecosystem, prompts are the new "productivity interface". However, reality reveals several issues:

  • Prompt data is highly fragmented.
  • There is a lack of unified structural standards.
  • Retrieving and reusing prompts is difficult.
  • They are not suitable for engineering and systematic utilization.

This project's goal is NOT just to "display prompts", but to:

Transform internet prompts into structured, calculable, and redistributable data assets.

🚫 Our Manifesto

Before building this project, we analyzed the absolute chaos in the open-source community and decided to firmly say "NO":

  • NO to black-box prompt distribution: Closed systems that don't provide structured data and forbid secondary usage.
  • NO to traffic-driven pseudo-open source: Repositories using GitHub as clickbait while hiding core data behind private platforms or logins.
  • NO to uncomputable data formats: Simple text displays that cannot be parsed by programs or used for model training.

✨ Why Goku Prompt Hub?

1️⃣ 100% Open Data

All collected data is fully accessible. There are no "preview versions" or locked contents.

  • Direct download via Hugging Face.
  • Seamless online browsing.

2️⃣ Structured Data System (.jsonl)

Our prompt data is stored in a structured JSONL format. Every single prompt undergoes unified parsing and standardization, connecting the image assets to their exact configurations.

Example entry from our JSONL records:

json
{
  "version": "1.0",
  "id": "NB_23991",
  "category": "Content Creation",
  "is_featured": false,
  "date": "2025-12-13",
  "slug": "y2k-pink-glam-queen",
  "model_info": { "name": "nano-banana-pro", "version": "1.0" },
  "raw_p": "Ultra-detailed fashion portrait of a glamorous blonde woman styled in full early-2000s Y2K aesthetic...",
  "media": {
    "images": ["nano-banana-pro/images/4/NB_23991_0.jpg"]
  },
  "spec": { "width": 853, "height": 1280, "ratio": 0.67, "safety_rating": "Safe for Work" },
  "i18n": {
    "zh": {
      "t": "千禧辣妹粉色风暴",
      "p": "极细致的时尚肖像,展现了一位迷人的金发女性...",
      "tags": ["千禧年时尚", "Y2K美学", "复古潮流"]
    },
    "en": {
      "t": "Y2K Pink Glam Queen",
      "p": "Ultra-detailed fashion portrait of a glamorous blonde woman...",
      "tags": ["Y2K fashion", "glam portrait", "retro aesthetic"]
    }
  },
  "platform": "promptlibrary",
  "sourceLink": "https://promptlibrary.space/p/y2k-princess-vibes",
  "file_name": "nano-banana-pro/images/4/NB_23991_0.jpg"
}

3️⃣ Developer Friendly

  • Unified JSON Schema: JSONL perfectly formats logs into lines of JSON objects.
  • Database Ready: Seamlessly import into SQLite, Supabase, or your local AI toolchains.
  • One-line Python Integration: Load the dataset directly into a Pandas DataFrame in 1 second:
python
import pandas as pd

# Load Goku's dataset instantly!
url = "https://huggingface.co/datasets/Goku-OpenLab/nano-banana-pro-prompts-datasets/raw/main/metadata.jsonl"
df = pd.read_json(url, lines=True)
print(f"✅ Loaded {len(df)} structured image prompts!")

4️⃣ Open License (CC BY 4.0)

All data operates under the CC BY 4.0 License:

  • ✔ Free to use
  • ✔ Commercial use allowed
  • ✔ Modification allowed
  • ✔ Redistribution allowed
  • Attribute original source required

📊 Data Overview

  • Total Prompts: 26,600+
  • Languages: English / Chinese
  • Target Models: Nano Banana Pro
  • Update Frequency: Continuous automated syncs.

🛡️ Disclaimer

The prompts and metadata in this repository are sourced from public internet communities and are strictly intended for learning, research, and data structuring purposes. The copyright of the original generated content belongs to the original creators. This project only provides data curation, structured processing, classification, and indexing; it does not claim copyright over the original context.

If you are a copyright holder and believe there is an issue, please contact us via GitHub Issues or email. This project is not affiliated with Bytedance, OpenAI, Google, Anthropic, Midjourney, or any other specific model/platform.

🤝 Contributing

Welcome to Goku Prompt Hub!

  • Submit an Issue: Report bad quality or broken prompts.
  • Submit a PR: Contribute your high-quality prompt data.
  • Star the repo: Show your support and push prompt data infrastructure forward!

Happy Prompting!

Goku-OpenLab/nano-banana-pro-prompts-datasets · CoolFace