└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # AI-Image-Generator 2 | 3 | 📌 Description: 4 | 5 | A tool that generates AI-powered images based on text prompts. 6 | 7 | 📜 Features: 8 | 9 | • Uses Stable Diffusion 10 | • Customizable styles 11 | • Exports images in PNG/JPG 12 | 13 | 📂 File Structure: 14 | 15 | /ai-image-generator 16 | ├── models/ # AI models 17 | ├── outputs/ # Generated images 18 | ├── generator.py # Main script 19 | ├── README.md # Documentation 20 | ├── config.json # API settings 21 | 22 | 🚀 How to Run: 23 | 24 | pip install -r requirements.txt 25 | python generator.py 26 | 27 | --------------------------------------------------------------------------------