Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Flux.dev.1
|
| 3 |
+
emoji: 🖼
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.25.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# FLUX.1 Enhanced Space
|
| 13 |
+
|
| 14 |
+
## Real Model Integration
|
| 15 |
+
|
| 16 |
+
This space now uses **real FLUX.1 models** from Hugging Face repositories:
|
| 17 |
+
|
| 18 |
+
- **FLUX.1-dev**: `black-forest-labs/FLUX.1-dev`
|
| 19 |
+
- **FLUX.1-Krea-dev**: `black-forest-labs/FLUX.1-Krea-dev`
|
| 20 |
+
- **Merged Model**: Local merged model (if available)
|
| 21 |
+
|
| 22 |
+
## Features
|
| 23 |
+
|
| 24 |
+
- Real model loading from HF repositories
|
| 25 |
+
- LoRA support and management
|
| 26 |
+
- Clean, minimal interface
|
| 27 |
+
- Professional Gradio theme
|
| 28 |
+
|
| 29 |
+
## Usage
|
| 30 |
+
|
| 31 |
+
1. Select a model from the dropdown
|
| 32 |
+
2. Load custom LoRAs
|
| 33 |
+
3. Generate images with real FLUX.1 models
|