3morixd commited on
Commit
65424bc
·
verified ·
1 Parent(s): 3b41516

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -58
README.md CHANGED
@@ -1,58 +1,63 @@
1
- ---
2
- title: Dispatch AI Wallpaper Engine
3
- emoji: 🎨
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: "4.44.0"
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- tags:
12
- - wallpaper
13
- - flux
14
- - image-generation
15
- - dispatch-ai
16
- ---
17
-
18
- # Dispatch AI Wallpaper Engine 🎨
19
-
20
- A Gradio app that generates phone wallpapers using **FLUX.1-schnell** via the HuggingFace Inference API.
21
-
22
- Built by **Dispatch AI (FZE)** — UAE.
23
-
24
- ## Features
25
-
26
- - ✍️ **Text prompt input** — describe your dream wallpaper
27
- - 📐 **Aspect ratio selector** — 9:16 (phone), 1:1 (square), 16:9 (wide)
28
- - 🎨 **One-click presets**:
29
- - UAE Sunset
30
- - Cyberpunk City
31
- - Minimal Dark
32
- - Arabic Calligraphy
33
- - Desert Stars
34
- - ⬇️ **Download button** — save your wallpaper as PNG
35
- - 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
36
-
37
- ## Model
38
-
39
- `black-forest-labs/FLUX.1-schnell` a fast, 4-step distilled flow-matching model optimized for low-step image generation.
40
-
41
- ## Setup
42
-
43
- 1. Set your HuggingFace token as a Space secret:
44
- - Go to **Settings → Repository secrets**
45
- - Add `HF_TOKEN` with your HuggingFace access token
46
-
47
- 2. The app reads `HF_TOKEN` from the environment automatically.
48
-
49
- ## Usage
50
-
51
- 1. Type a prompt OR pick a preset and click **Load Preset Prompt**.
52
- 2. Choose your aspect ratio (default: 9:16 for phones).
53
- 3. Click **Generate Wallpaper**.
54
- 4. Download the PNG.
55
-
56
- ## License
57
-
58
- MIT Dispatch AI (FZE).
 
 
 
 
 
 
1
+ ---
2
+ title: Dispatch AI Wallpaper Engine
3
+ emoji: 🎨
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "4.44.1"
8
+ app_file: app.py
9
+ pinned: true
10
+ license: mit
11
+ tags:
12
+ - wallpaper
13
+ - flux
14
+ - image-generation
15
+ - dispatch-ai
16
+ - phone
17
+ ---
18
+
19
+ # Dispatch AI — Wallpaper Engine 🎨
20
+
21
+ A Gradio app that generates phone wallpapers using **FLUX.1-schnell** via the HuggingFace Inference API.
22
+
23
+ Built by **Dispatch AI (FZE)** — UAE · License 10818.
24
+
25
+ ## Features
26
+
27
+ - ✍️ **Text prompt input** — describe your dream wallpaper
28
+ - 📐 **Aspect ratio selector** — 9:16 (phone), HD phone, 1:1 (square), 16:9 (wide), 4:5 (portrait)
29
+ - 🎚️ **Inference steps slider** — schnell works well at 4 steps
30
+ - 🎨 **One-click presets**:
31
+ - UAE Sunset
32
+ - Cyberpunk City
33
+ - Minimal Dark
34
+ - Arabic Calligraphy
35
+ - Desert Stars
36
+ - Dubai Skyline
37
+ - Ocean Waves
38
+ - Mountain Peak
39
+ - Abstract Neon
40
+ - Falcon Majesty
41
+ - ⬇️ **Download button** — save your wallpaper as PNG
42
+ - 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
43
+
44
+ ## Model
45
+
46
+ `black-forest-labs/FLUX.1-schnell` — a fast, 4-step distilled flow-matching model optimized for low-step image generation.
47
+
48
+ ## Setup
49
+
50
+ 1. Set your HuggingFace token as a Space secret named `HF_TOKEN`.
51
+ 2. The app reads `HF_TOKEN` from the environment automatically.
52
+
53
+ ## Usage
54
+
55
+ 1. Type a prompt OR pick a preset and click **Load Preset**.
56
+ 2. Choose your aspect ratio (default: 9:16 for phones).
57
+ 3. Adjust inference steps if desired.
58
+ 4. Click **Generate Wallpaper**.
59
+ 5. Download the PNG.
60
+
61
+ ## License
62
+
63
+ MIT — Dispatch AI (FZE).