Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,39 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🎨
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
-
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
##
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
-
##
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Multi-Image AI Generator
|
| 3 |
emoji: 🎨
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.25.2
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
python_version: "3.10"
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 🚀 Multi-Image AI Generator
|
| 14 |
|
| 15 |
+
Create stunning visuals from text prompts with our powerful AI generator. This application generates **4 beautiful images simultaneously** using the SDXL-Turbo model.
|
| 16 |
|
| 17 |
+
## ✨ Features
|
| 18 |
+
- Generate 1-10 images at once
|
| 19 |
+
- Fast image generation (2-4 seconds per image)
|
| 20 |
+
- Modern UI with gradient theme
|
| 21 |
+
- Gallery-style image display
|
| 22 |
+
- Seed control for reproducibility
|
| 23 |
+
- Adjustable image dimensions (256px to 1024px)
|
| 24 |
+
- Negative prompt support
|
| 25 |
+
- Example prompts for inspiration
|
| 26 |
+
- **No API key required**
|
| 27 |
|
| 28 |
+
## 🛠️ Technical Details
|
| 29 |
+
- **Model**: SDXL-Turbo by Stability AI
|
| 30 |
+
- **Resolution**: 768×768 (default)
|
| 31 |
+
- **Inference Steps**: 2 (optimized for speed)
|
| 32 |
+
- **Framework**: Gradio 5.25.2
|
| 33 |
+
|
| 34 |
+
## 🚀 Quick Start
|
| 35 |
+
1. Enter your text prompt
|
| 36 |
+
2. Click "✨ Generate 4 Images"
|
| 37 |
+
3. View results in the gallery
|
| 38 |
+
4. Use seeds to reproduce results
|
| 39 |
+
5. Adjust settings in the control panel
|