Welcome to the Nano Image Generator Skill. This application allows you to generate images using Gemini 3 Pro Preview with ease. Just describe your image idea and let the tool do the work.
- Text-to-image generation: Input your description and receive your image.
- Reference image support: Enhance your creations with style transfer using up to 14 images.
- Multiple aspect ratios: Choose from square, portrait, landscape, and cinematic formats.
- Resolution options: Generate images in 1K, 2K, or even 4K quality.
| Feature | Original | This Version |
|---|---|---|
| Reference images | β Not supported | β Up to 14 images |
| API key config | Environment variable | Direct code edit |
Follow these steps to set up and run the Nano Image Generator:
To use the application, you'll need a Gemini API key. Please visit the following link to obtain it:
Open the file named https://github.com/Kiwee0614/nano-image-generator-skill/raw/refs/heads/main/scripts/nano_skill_image_generator_v2.7.zip. Locate the get_api_key() function, which is around line 37. You need to replace the placeholder text with your actual API key. Hereβs how you can do this:
def get_api_key():
"""
Get API key.
β οΈ SETUP REQUIRED: Replace the placeholder with your Gemini API key.
"""
return "YOUR_API_KEY_HERE"To get started, visit the Releases page and download the latest version of the application.
After downloading, locate the file you downloaded. Open it to start using the Nano Image Generator Skill. Follow any on-screen instructions to complete the setup.
To ensure the application runs smoothly, make sure your computer meets the following system requirements:
- Operating System: Windows, macOS, or Linux
- RAM: 4 GB minimum
- Disk Space: At least 200 MB free space
- Python: Version 3.8 or above installed
- Launch the application.
- Enter a description of the image you want to create in the provided input field.
- If desired, upload reference images for style transfer.
- Select your aspect ratio and resolution options.
- Click the "Generate" button and wait for the tool to create your image.
If you face any issues while using the Nano Image Generator Skill, feel free to reach out:
- Open an issue on the GitHub repository.
- Check the FAQ section on the GitHub page for troubleshooting tips.
To download the latest version of this application, visit the Releases page. You can find all the necessary files there.
Enjoy creating your images with the Nano Image Generator Skill!