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

📓 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
- Text-to-image generation: Simply describe what you want, and watch it come to life.
- Reference image support: Transfer styles or maintain character consistency with up to 14 images.
- Multiple aspect ratios: Choose from square, portrait, landscape, or cinematic options.
- Various resolution options: Generate images in 1K, 2K, or 4K quality.
🔍 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
- Open your web browser.
- Visit the following link to obtain your API key: Get Gemini API Key.
- After retrieving your key, keep it somewhere safe; you will need it in the next step.
- Open the downloaded repository folder.
- Navigate to the
scripts folder.
- 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
- 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:
- Find the latest version available.
- Click on the appropriate file to download it to your computer.
- After the download is complete, locate the downloaded file and open it to run the application.
🌐 Additional Resources
- For more detailed instructions and examples, you can refer to the Documentation.
- If you encounter issues, check the Issues Page for solutions or to report a bug.
❓ 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!