AI Image Generator - 100% FREE, FULLY OFFLINE, NO PAID APIs. Generate unlimited images with 7 working AI models (SD 1.5, FLUX.1-schnell, SDXL, etc). Batch processing, multi-model comparison, custom aspect ratios.
1
stars
11
commits
Python
primary language
Mar 23, 2026
updated
A powerful, professional-grade image generation tool that runs completely offline on your own hardware. Generate unlimited images with zero costs, no paid subscriptions, no per-image charges, and complete privacy.
β οΈ Setup Note: Requires free HuggingFace account for model downloads. No ongoing API costs or per-image charges.
# Simple generation (uses simple_prompts.json)
python generate_images.py simple_prompts.json output/
# With custom aspect ratios (uses sample_poster_prompts.json)
python generate_images.py sample_poster_prompts.json output/
# Compare multiple models
python generate_images.py sample_poster_prompts.json output/ multi
First time? Check the Installation Guide for setup instructions.
Example Files Included:
simple_prompts.json - 5 detailed prompts optimized for quality (sunset, forest, ocean, city, flowers)sample_poster_prompts.json - Same 5 prompts with custom aspect ratios (square, portrait, landscape, portrait wide, cinematic)Both files use detailed, descriptive prompts (~77 tokens) for better image quality.
From lightweight (4GB) to ultra-quality (34GB). Each model specializes in different strengths - photorealism, artistic style, speed, or maximum quality. See Models & Comparison for visual examples.
This tool goes far beyond simple single-image generation:
Square, Portrait, Landscape, Cinematic, and more. Per-image resolution control via JSON.
No sequential processing - everything runs in parallel. Generate dozens of variations while you grab coffee.
| Feature | This Tool | MidJourney | DALL-E 3 |
|---|---|---|---|
| Cost | FREE | $10-60/mo | $0.04/img |
| Privacy | 100% Private | Public | Stored |
| Offline | β Yes | β No | β No |
| Batch Mode | β Unlimited | β Limited | β No |
| Multi-Model | β 7 models | β 1 model | β 1 model |
docs/images/
βββ generate_images.py # Main script
βββ README.md # This file (overview)
βββ INSTALLATION.md # Setup guide
βββ MODELS.md # Model reference
βββ USAGE.md # Usage examples
βββ TROUBLESHOOTING.md # Common issues
βββ simple_prompts.json # Simple example (5 basic prompts)
βββ sample_poster_prompts.json # Advanced example (custom aspect ratios)
βββ assets/[output folders]/ # Generated images
Found a better model? We welcome improvements! See our Models & Comparison Guide for:
sample_poster_prompts.jsonHelp the community discover better models for image generation! π¨
MIT License - Free for personal and commercial use
11 commits
Python
100.0%
AI Image Generator - 100% FREE, FULLY OFFLINE, NO PAID APIs. Generate unlimited images with 7 working AI models (SD 1.5, FLUX.1-schnell, SDXL, etc). Batch processing, multi-model comparison, custom aspect ratios.
1
stars
11
commits
Python
primary language
Mar 23, 2026
updated
A powerful, professional-grade image generation tool that runs completely offline on your own hardware. Generate unlimited images with zero costs, no paid subscriptions, no per-image charges, and complete privacy.
β οΈ Setup Note: Requires free HuggingFace account for model downloads. No ongoing API costs or per-image charges.
# Simple generation (uses simple_prompts.json)
python generate_images.py simple_prompts.json output/
# With custom aspect ratios (uses sample_poster_prompts.json)
python generate_images.py sample_poster_prompts.json output/
# Compare multiple models
python generate_images.py sample_poster_prompts.json output/ multi
First time? Check the Installation Guide for setup instructions.
Example Files Included:
simple_prompts.json - 5 detailed prompts optimized for quality (sunset, forest, ocean, city, flowers)sample_poster_prompts.json - Same 5 prompts with custom aspect ratios (square, portrait, landscape, portrait wide, cinematic)Both files use detailed, descriptive prompts (~77 tokens) for better image quality.
From lightweight (4GB) to ultra-quality (34GB). Each model specializes in different strengths - photorealism, artistic style, speed, or maximum quality. See Models & Comparison for visual examples.
This tool goes far beyond simple single-image generation:
Square, Portrait, Landscape, Cinematic, and more. Per-image resolution control via JSON.
No sequential processing - everything runs in parallel. Generate dozens of variations while you grab coffee.
| Feature | This Tool | MidJourney | DALL-E 3 |
|---|---|---|---|
| Cost | FREE | $10-60/mo | $0.04/img |
| Privacy | 100% Private | Public | Stored |
| Offline | β Yes | β No | β No |
| Batch Mode | β Unlimited | β Limited | β No |
| Multi-Model | β 7 models | β 1 model | β 1 model |
docs/images/
βββ generate_images.py # Main script
βββ README.md # This file (overview)
βββ INSTALLATION.md # Setup guide
βββ MODELS.md # Model reference
βββ USAGE.md # Usage examples
βββ TROUBLESHOOTING.md # Common issues
βββ simple_prompts.json # Simple example (5 basic prompts)
βββ sample_poster_prompts.json # Advanced example (custom aspect ratios)
βββ assets/[output folders]/ # Generated images
Found a better model? We welcome improvements! See our Models & Comparison Guide for:
sample_poster_prompts.jsonHelp the community discover better models for image generation! π¨
MIT License - Free for personal and commercial use
11 commits
Python
100.0%