Kiwee0614

🌟 nano-image-generator-skill - Generate Stunning Images Easily

Download

📓 Overview

The Nano Image Generator Skill lets you create images using Gemini 3 Pro Preview. This skill enables easy text prompts for image generation, offering a user-friendly experience without needing prior programming knowledge.

🛠️ Features

🔍 Differences from Nano Skills

Feature Original Version This Version
Reference images Not supported Up to 14 images
API key config Environment variable required Direct code edit

🚀 Getting Started

To get started, follow these steps:

1. Get Your Gemini API Key

  1. Open your web browser.
  2. Visit the following link to obtain your API key: Get Gemini API Key.
  3. After retrieving your key, keep it somewhere safe; you will need it in the next step.

2. Configure Your API Key

  1. Open the downloaded repository folder.
  2. Navigate to the scripts folder.
  3. Open the generate_image.py file in a text editor.

Locate the get_api_key() function within the file. It should appear around line 37. You will see the following code snippet:

def get_api_key():
    """
    Get API key.

    ⚠️ SETUP REQUIRED: Replace the placeholder
  1. Replace the placeholder text with your actual API key. This will allow the application to authenticate and work correctly.

3. Download & Install

To download the application, visit this page: Releases Page.

Once there:

  1. Find the latest version available.
  2. Click on the appropriate file to download it to your computer.
  3. After the download is complete, locate the downloaded file and open it to run the application.

🌐 Additional Resources

❓ FAQs

Q1: What systems are compatible with this application?

This application works well on Windows, macOS, and Linux. Ensure you have Python installed, ideally version 3.7 or higher.

Q2: How do I provide references for style transfer?

When you use the reference image feature, you can upload up to 14 images that reflect the styles you’d like to include. The application will adapt and generate images based on these references.

Q3: Can I change the output resolution after generation?

No, the output resolution is set at the time of generation. You can choose between 1K, 2K, and 4K before generating your image.

Feel free to explore and create amazing images with the Nano Image Generator Skill. Happy generating!