Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🎨 AI Image Generator (FLUX.1-schnell)
|
| 2 |
+
|
| 3 |
+
A production-ready Gradio app that generates images from text prompts using the Hugging Face model:
|
| 4 |
+
|
| 5 |
+
**black-forest-labs/FLUX.1-schnell**
|
| 6 |
+
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
## 🚀 Features
|
| 10 |
+
|
| 11 |
+
- Text-to-image generation
|
| 12 |
+
- Prompt enhancement with styles
|
| 13 |
+
- Retry & error handling
|
| 14 |
+
- Secure API token usage
|
| 15 |
+
- Seed support (reproducibility)
|
| 16 |
+
- Image download option
|
| 17 |
+
- Clean Gradio UI
|
| 18 |
+
|
| 19 |
---
|
| 20 |
|
| 21 |
+
## 🛠️ Setup Instructions
|
| 22 |
+
|
| 23 |
+
### 1. Clone Repository
|
| 24 |
+
```bash
|
| 25 |
+
git clone <your-repo-url>
|
| 26 |
+
cd <repo-folder>
|