3morixd commited on
Commit
f887355
·
verified ·
1 Parent(s): db30d92

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -51
README.md CHANGED
@@ -1,51 +1,53 @@
1
- ---
2
- title: Dispatch AI Meme Lab
3
- emoji: 🤣
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: "4.44.0"
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- tags:
12
- - meme
13
- - flux
14
- - image-generation
15
- - ai
16
- - dispatch-ai
17
- ---
18
-
19
- # Dispatch AI Meme Lab 🤣
20
-
21
- A Gradio app that generates AI/tech memes using **FLUX.1-schnell** for the base image and **Pillow (PIL)** for the classic Impact-style text overlay.
22
-
23
- Built by **Dispatch AI (FZE)** — UAE.
24
-
25
- ## Features
26
-
27
- - 🖼️ **Preset meme templates**:
28
- - This is Fine AI
29
- - Distracted Boyfriend AI
30
- - Drake Hotline AI
31
- - ✍️ **Top & bottom caption inputs** (Impact-style outlined text)
32
- - 🎲 **Random AI Topic button** — picks from 20+ AI topics for inspiration
33
- - 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
34
-
35
- ## How it works
36
-
37
- 1. Pick a **meme template** click **Load Template Captions** to autofill.
38
- 2. (Optional) Click **Random AI Topic** for inspiration and edit captions.
39
- 3. Click **Generate Meme** — the base image is generated by FLUX.1-schnell, then PIL overlays your captions in classic Impact style (white fill, black outline).
40
-
41
- ## Model
42
-
43
- `black-forest-labs/FLUX.1-schnell`
44
-
45
- ## Setup
46
-
47
- Add `HF_TOKEN` as a Space secret in **Settings → Repository secrets**.
48
-
49
- ## License
50
-
51
- MIT — Dispatch AI (FZE).
 
 
 
1
+ ---
2
+ title: Dispatch AI Meme Generator
3
+ emoji: 🤣
4
+ colorFrom: purple
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.44.1"
8
+ app_file: app.py
9
+ pinned: true
10
+ license: mit
11
+ tags:
12
+ - meme
13
+ - flux
14
+ - image-generation
15
+ - dispatch-ai
16
+ - humor
17
+ ---
18
+
19
+ # Dispatch AI Meme Generator 🤣
20
+
21
+ A Gradio app that generates AI/tech memes using **FLUX.1-schnell** for the base image and **Pillow (PIL)** for classic Impact-style text overlay.
22
+
23
+ Built by **Dispatch AI (FZE)** — UAE · License 10818.
24
+
25
+ ## Features
26
+
27
+ - 🎭 **8 meme templates**:
28
+ - This is Fine AI
29
+ - Distracted Developer
30
+ - Drake Format
31
+ - Expanding Brain
32
+ - Galaxy Brain
33
+ - Stonks
34
+ - Two Buttons
35
+ - Is This a Pigeon
36
+ - ✍️ **Top + bottom caption input** — auto-filled from template
37
+ - 🎲 **Random AI Topic button** get inspiration from 23+ hilarious AI/tech topics
38
+ - 🖼️ **FLUX image generation** each meme gets a unique AI-generated base image
39
+ - 🔤 **Impact-style text overlay** — white text with black outline, word-wrapping
40
+ - ⬇️ **Download button**
41
+ - 🌙 **Dark theme** (#0A0F1A bg, #1FE0E6 cyan accent)
42
+
43
+ ## Model
44
+
45
+ `black-forest-labs/FLUX.1-schnell` for image generation, Pillow for text overlay.
46
+
47
+ ## Setup
48
+
49
+ 1. Set your HuggingFace token as a Space secret named `HF_TOKEN`.
50
+
51
+ ## License
52
+
53
+ MIT — Dispatch AI (FZE).